* 
{
	color:				#AAA;
    padding: 			0;
    margin: 			0;
    font-family : 		Verdana, sans-serif;
    font-size : 		11px;
}

BODY 
{
	background-color: 			#EEE;
    color: 						#000000;
    scrollbar-3dlight-color: 	#CCCCCC;
    scrollbar-arrow-color: 		#FFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: 		#FFFFFF;
    scrollbar-highlight-color: 	#FFFFFF;
    scrollbar-shadow-color: 	#CCCCCC;
    scrollbar-track-color: 		#FFFFFF;
}


#container 
{
	background-color: 	#FFF;
	border:				8px solid #333;
    position: 			absolute;
    width: 				950px;
    height: 			590px;
    max-height:			570px;
    top: 				20px;
    margin-left: 		-475px;
    left: 				50%;
    z-index: 			1;
}

li{
    margin-left: 		15px;
    padding-bottom: 	4px;
    color:				#FFF;
    list-style-type: 	square;
}

hr
{
	background-color:	#666666; /* Mozilla 1.4 */
	color:				#666666; /* IE 6 */
	border: 			#666666; /* Opera 7.11 */
	height: 			1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 		2px;
	margin-bottom: 		2px;
	text-align: 		left;
}

#header 
{
    background-color: 	transparent;
    position: 			absolute;
    width: 				950px;
}

#main 
{
	position:			absolute;
	top: 				100px;
    width: 				100%;
    height:				441px;
}

#logo 
{
	position:			absolute;
	top:				25px;
	right: 				20px;
}


#contentbg
{
    background-image: 	url("http://www.leschwu.ch/fileadmin/template/images/content.png");
    background-position:right;
    background-repeat: 	no-repeat;
    position: 			absolute;
    background-color: 	#555;
    right: 				0px;
    width: 				785px;
    height:				100%;
    z-index: 			10;
}

#content
{
    position: 			absolute;
    background-color: 	#555;
    left: 				150px;
    width: 				230px;
    height:				100%;
    padding-left: 		5px;
    z-index: 			20;
}


#footer
{
    position:			absolute;
	background-color: 	#555;
    width: 				100%;
   	padding-top:		3px;
   	padding-bottom:		2px;
    bottom:				0px;
}

.update
{
	margin-left:		5px;
	color:				#CCC;
}

#navigation 
{
	background-color: 	#555;
	height: 			100%;
	max-height: 		431px;
    position: 			absolute;
    width: 				130px;
    z-index:			1;
    padding-left: 		5px;
    padding-top: 		10px;
}

.leftmenu2
{
	padding-top:		2px;
}

.leftmenufontsel
{
	color:				#BBB;
}

.leftmenufont2
{
	padding-left:		5px;
	font-size:			10px;
}

.leftmenufontsel2
{
	padding-left:		5px;
	font-size:			10px;
	color:				#BBB;
}

.headmenu
{
	position:			absolute;
	padding-left:		5px;
	padding-top:		10px;
}

.hmenu, .hmenu A, .hmenu A:hover
{
	color:				#333;
}

H1
{
    color: #FFF;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 16px;
    padding-top: 8px;
    padding-bottom: 20px;
}

H2
{
    color: #FFF;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 14px;
    padding-top: 0px;
    padding-bottom: 10px;
}

H3
{
    color: #FFF;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 16px;
    padding-top: 8px;
    padding-bottom: 20px;
}

H4
{
    color: #FFF;
    font-weight: normal;
    font-family : Verdana, sans-serif;
    font-size : 24px;
    padding-top: 8px;
    padding-bottom: 14px;
}

H5
{
    color: #666666;
    font-weight: normal;
    font-family : Verdana, sans-serif;
    font-size : 10px;
    padding-top: 5px;
}

H6
{
    color: #FFF;
    display:inline;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 11px;
}

.italian
{

    color: #FFF;
    font-weight: normal;
    font-style:italic;
    font-family : Verdana, sans-serif;
    font-size : 10px;
    line-height: 15px;
}

#bodytext {
    minheight: 368px;
    height: 368px;
}

table {
    font-family : Verdana, sans-serif;
	font-size : 10px;
}


A:hover {
    background-color:transparent;
    color: #BBBBBB;
}

A 
{
    background-color:transparent;
    color: #FFF;
    text-decoration: none;
}
