@import url("schriften.css") all;
@import url("bericht.css") all;
@import url("bilder.css") all;
@import url("werbung.css") all;

/*
CSS Document
TSV Viktoria Stein

aussen
 -----------------------------------------------------------------
|                                                                 | head 812 x 80 px
|                                                                 |
|                                                                 | sparte 600 x 40 px
 -----------------------------------------------------------------
|                                                                 | mainFrame 812 x 550 px
|                                                                 |
|                                                                 | wappen 106 x 120 px
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
|                                                                 |
 -----------------------------------------------------------------
Farben:
helles Grau ganz aussen:		
Arbeitsblatt-Grün:			#B5E3CC		RGB	181	227	204
blasses-Grün:				#EDF8F2		RGB	237	248	242
TSV Grün					#0C6733		RGB	12	103	51
Bericht-Head				#009966		RGB	0	153	102
SGM blasses Gelb			#FCF1A4		
*/

body {
margin-left: 0px;
margin-top: 4px;
margin-right: 0px;
margin-bottom: 4px;
}

#aussen { /* erste Box */
position: relative;
height: 630px; /*608*/
width: 812px;
margin: 0 auto;
* margin: 0 auto;
border: solid #000000 1px;
overflow: hidden;
background-image:  url("../_pix/leer_head.gif");
} 

#head {
height: 80px;
border-bottom: 1px solid #000;
z-index: 1;
overflow: hidden;
background:#0C6733;
}

#sparte {
position: relative;
width: 650px;
margin: 25px 0px 0px 120px; /* oben ?rechts ?unten links */
z-index: 2;
font-size: 45px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
font-family: "trebuchet MS";
filter:alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.8;
}

#mainFrame {
width: 100%; /* 799 */
height: 100%;
/* nur für den IE: 
* height: 491px; */
background:#B5E3CC;
overflow: hidden;
text-align: left;
padding-left: 5px; /*Innenabstand*/
}

#wappen {
position: absolute;
top: 0px;
width: 106px;
height: 120px;
background-repeat:no-repeat;
background-image:url(http://www.tsvstein.com/_pix/wappen.png);
z-index: 5;
}

#geburtstage {
position: absolute;
width: 150px;
height: 50px;
font-size: 0.98em;
line-height: 1.2em;
text-align: center;
color: #EFEFEF;
top: 5px; /* top ist von oben margin-top ist von letztem Div an!*/
left: 660px;
z-index: 2;
}

#counter { 
position: absolute;
width: 117px;
height: 17px;
font-size: 1.2em;
font-weight: bold;
line-height: 1.2em;
text-align: center;
top: 63px;
left: 684px;
}

#blassenavileiste {
position: absolute;
filter:alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.5;
margin: 0px 58px auto;
top: 63px;
width: 440px;
height: 16px;
background-color: #ffffff;
border: 1px solid #000000;
z-index: 3;
}

#navilinks {
position: absolute;
margin: 0px 63px auto;
top: 66px;
width: 465px;
height: 18px;
text-align: center;
font-weight: bold;
color: #000;
z-index: 4;
font-size: 12px;
}

#standort {
position: absolute;
top: 82px;
font-size: 10px;
left: 90px;
width: 705px;
height: 13px;
z-index: 7;
}

#subnavigation {
position: absolute;
width: 796px;
margin-top: -618px;
margin-left: 0.01em;
height: 15px;
text-align: center;
font-size: 0.98em;
z-index: 4;
}

#arbeitsblatt { /*Word*/
position: absolute;
top: 91px;
width: 810px;
height: 525px;
margin-top: 15px;
padding-left: 3px;
padding-right: 2px;
overflow-x: hidden;
overflow-y: scroll;
* overflow-y: scroll;
}

#punktlinkgaeste {
position: relative;
width: 12px;
height: 15px;
top: -18px;
left: 799px;
}

/* ende von Dirk Gratzel */
