/*          CSS - http://seeberger-treff.de - Kinder- und Jugendcafe Seeberger Treff        */
/*          File created by http://web-gupa.de                                              */
/*          Copyright (c) Web-GuPa / Vincent Bosche / info@web-gupa.de                      */



body {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #C6C3C6;
}


img {
 border: none;
}

a {
 color: #808080;
 text-decoration: underline;
}
a:hover {
 color: #790404;
 text-decoration: none;
}

table.main {
 width: 800px;
 height: 600px;
}

div.akProg {
 z-index: 500;
 position: absolute;
 left: 0px;
 top: 0px;

}


/* Hauptstruktur */
td.logo {
 height: 100px;
 border: 0px;
 padding: 0px;
 margin: 0px;
 border: 1px solid #C6C3C6;
 background-color: #FFFFFF;
}

td.space {
 border: 0px;
 height: 30px;
}

img.pfeil {
 margin-left: 5px;
 margin-right: 5px;
 border: none;
}

td.menu {
 width: 180px;
 border: 0px;
 border: 1px solid #C6C6C6;
 border-bottom: 0px;
 background-color: #FFFFFF;
 background-image: url(../img/rand_UL.gif);
 background-repeat: no-repeat;
 background-position: 0px 430px;
}

td.main {
 padding: 0px;
 border: 1px solid #C6C6C6;
 border-left: 0px;
 border-bottom: 0px;
 background-color: #ffffff;
 background-image: url(../img/rand_UR.gif);
 background-repeat: no-repeat;
 background-position: 10px 430px;
}

td.unten {
 height: 30px;
 border: 0px;
 border-top: 1px solid #C6C6C6;
 text-align: center;
}

/* Logo */

div.logo {
 height: 100px;
}

td.date {
 width: 180px;
 padding: 2px;
 text-align: center;
}

td.ak_stand {
 padding: 2px;
 padding-left: 5px;
 font-variant: small-caps;
 font-size: 14px;
}

td.ak_stand a {
 font-variant: small-caps;
 font-size: 14px;
 text-decoration: none;
}


/* Menü */

div.menu_eintraege {
 margin-top: 15px;
 vertical-align: top;
 text-align:left;
 padding: 3px;
 width: 180px;
}

ul {
 list-style: none;
 margin-top: 12px;
 margin-left: 10px;
 padding-left: 10px;
}

.menu_eintraege li {
 margin-top: 10px;
}

li.sub {
 margin-top: 10px;
 margin-left: 15px;
}

li.sub2 {
 margin-top: 10px;
 margin-left: 30px;
}

a.menu {
 padding-left: 15px;
 background-repeat:no-repeat;
 background-position: left;
 text-decoration: none;
 position: relative;
}

a.menu:hover {
 padding-left: 15px;
 color: #40A031;
 text-decoration: none;
 background-image: url(../img/pfeil_gruen.gif);
 background-repeat:no-repeat;
 position: relative;
 background-color: transparent;
 z-index: 20;
}

/*
a.menu:hover div {
display: block;
position: absolute;
width: 50px;
left: 163px;
top: 0px;
z-index: 99;
text-decoration: none;
background-color: #FFFFFF;
border: 1px solid #C6C6C6;
border-left: 0px;
color: #40A031;
padding: 3px;
cursor: pointer;
}
*/
a.menu_over {
 padding-left: 15px;
 color: #40A031;
 background-image: url(../img/pfeil.gif);
 background-repeat:no-repeat;
 background-position: left;
 text-decoration: none;
 font-weight: bold;
}

a.menu_over:hover {
 padding-left: 15px;
 color: #40A031;
 text-decoration: none;
 background-image: url(../img/pfeil_gruen.gif);
 background-repeat:no-repeat;
 background-position: left;
}

a.menu_over div {
display: none;
text-decoration: none;
}

a.menu_over:hover div {
display: none;
text-decoration: none;
}

/* Main */

div.date {
 border: 1px dotted #C0C0C0;

 padding: 5px;
 padding-left: 30px;
 background-image: url(../img/icon/icon_kalender_small.png);
 background-repeat: no-repeat;
}

div.mainContent {
 overflow: auto;
 width: 610px;
 height: 440px;
 padding: 10px;
 text-align: justify;
}

h1 {
 font-size: 16px;
 font-weight: bold;
 font-variant: small-caps;
}

div.bild_uebersicht {
 background-color: #C6C3C6;
}

div.bild_uebersicht img {
 border: 2px solid #C0C0C0;
}

div.bild_uebersicht img:hover {
 border: 2px solid #790404;
}



table.artikelBilder {
 float: right;
}

table.artikelBilder img {
 border: 2px solid #C0C0C0;
}


/* EXTRA */

/* PDF */

div.pdf_holder {
 position: relative;
 right: 0px;
 float: right;
}
div.pdf {
 position: absolute;
 border: 1px solid #C6C3C6;
 background-color: #EFEFEF;
 padding: 4px;
 text-align: left;
 left: -135px;
 top: 29px;
 width: 225px;
 display: none;
}
input.pdf {
 font-size: 11px;
 border: 1px solid #999999;
}
