/*---------------------------------------------------------------

|                                                               |

|      HOMEPAGE DES STAATLICHEN GYMNASIUMS "AM LINDENBERG"      |

|     =====================================================     |

|                                                               |

|       Standard-Design (alt)                                   |

|       CSS 2.0                                                 |

|                                                               |

---------------------------------------------------------------*/



body

{

	background-color:#EBE1D6;

	background-image:url(bg_logo.gif);

	background-position:center;

	background-repeat:no-repeat;



	font-family:Arial;



	margin:0px;

}



#layer

{

	width:996px;

}



#menue

{

	background-image:url(logo.jpg);

	background-repeat:no-repeat;

	width:100%;

	height:235px;

}



#menue ul

{

	list-style-type: none;

	position: absolute;

	top: 153px;

	left: 1px;

	margin: 0px;

	padding: 0px;

}



#menue ul li

{

	position:relative;

	float:left;

	background-image:url(button.gif);

	background-repeat:no-repeat;

	width:89px;

	height:20px;

	text-align: center;

	padding-bottom: 5px;

}



#menue ul li a

{

	position: relative;

	color:#7E8A92;

	font-weight: bold;

	text-decoration:none; 

	font-size:10pt;

}



#menue ul li a:hover

{

	color:#3372AB;

}



#menue ul li ul

{

	position: absolute;

	display: none;

	top: 22px;

	width:700px;

}



#menue ul li:hover ul

{

	display: block;

}



#menue ul li.over ul

{

	display: block;

}



#menue ul li ul li

{

	position: relative;

	float: left;

	background-image: none;

	width: 89px;

	height: 20px;

}



#menue ul li ul li a

{

	font-size: 8pt;

}



#main

{

	position: relative;

	float:left;

	margin: 0px 0px 0px 6px;

	width: 100%;

}



form.hidden

{

	margin:0px;

	width: 0px;

	height: 0px;

}



#header

{

	background-image:url(tbl_oben.gif);

	background-repeat:no-repeat;

	position: relative;

	width: 100%;

	height: 33px;



	border-style: solid;

	border-color: #C7D2DD;

	border-width: 0px 0px 0px 0px;

}



#header h1

{

	position: relative;

	top: 8px;

	left: 8px;



	float: left;

	font-size:10pt;



	width: 272px;



	margin: 0px;

}



#header #headline

{

	position: relative;

	top:12px;



	width: auto;

	height: 22px;

	overflow:hidden;



	background-image:url(tbl_bg.gif);

	background-repeat:repeat-x;



	border-style: solid;

	border-color: #C7D2DD;

	border-width: 1px 1px 0px 0px;

}



#contentbox

{

	position: relative;

	float:left;



	width:100%;



	background-color: #D2DCE6;



	border-style: solid;

	border-width: 1px;

	border-color: #C7D2DD;

	

	margin: 0px 0px 20px 0px;

}



#content

{

	margin: 20px 10px 20px 10px;

}



#content img

{

	border-style: solid;

	border-width: 1px;

	border-color: #000000;

	margin: 3px;

}



#content img.leftside

{

	float: left;

	margin: 0px 25px 20px 10px;

	clear:both;

}



#content img.rightside

{

	float: right;

	margin: 0px 25px 20px 25px;

	clear:both;

}



#content p

{

	font-size: 10pt;

	margin:0px;

}



#content a

{

	color:#7E8A92;

	font-weight: bold;

	text-decoration:none; 

	font-size:10pt;

}



#content ul

{

	list-style-type: none;

	padding-bottom: 10px;

}



#content ul li

{

	width: 300px;

	float: left;



	margin-bottom: 10px;

}



#content ul li a

{

	color:#7E8A92;

	font-weight: bold;

	text-decoration:none;

	font-size:10pt;

}



#content ul li a:hover

{

	color:#3372AB;

}



#content ul li p

{

	margin: 0px 0px 0px 5px;

}



#content h1

{

	font-size: 10pt;

	font-weight: bold;

	text-decoration: none;

	padding: 0px;

	margin: 0px 0px 8px 0px;

}



#content h2

{

	font-size: 10pt;

	font-style: italic;

	text-decoration: none;

	font-weight: normal;

}



#content p.entry

{

	margin: 0px 0px 0px 40px;

}



#sidebarbox

{

	position: relative;

	float: right;



	width:19%;



	background-color: #D2DCE6;



	border-style: solid;

	border-width: 1px;

	border-color: #C7D2DD;



	margin: 12px 0px 0px 0px;

}



#sidebar

{

	margin: 10px;

}



#sidebar h1

{

	font-size: 8pt;

	text-decoration: none;

	font-weight: normal; 

	font-color: #000000;



	margin: 0px;

}



#sidebar #chart

{

	position: relative;

	background-color: #0F93FF;

	height: 5px;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	overflow:hidden;

}



#sidebar p

{

	font-size: 8pt;

	text-decoration:none; 

	font-color: #000000;



	margin: 0px;

}



#sidebar input.vote

{

	width: 90px;

	font-size: 8pt;



	margin: 0px 0px 0px 40px;

}




