@charset "utf-8";
/*@font-face {font-family: "AvantGarde Bk BT"; src: url(avant_garde_book_bt.ttf);}*/
*	{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 98%;
	line-height: 130%;
}
body  {
	text-align: left;
	border: none;	
	
    }
#mitte {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#container {
	width: 980px;
	height: 250px;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 50%;
	margin-top: -166px;
	color: white;
    } 

#header {
	position: relative;
	width: auto;
	background-color: white;
	margin-bottom: 10px;
}
#headimg {
	border-bottom: 10px solid white;
	width: 250px;
	float: left;
}

#mainContent {
	float: left;
	margin-left: 254px;
	width: 392px;
	height: 215px;
	border-top: 28px solid #08ce0c;
	border-left: 20px solid #08ce0c;
	border-right: 20px solid #08ce0c;
	background: #08ce0c; /*#E00000*/
	text-align: right;
}

#sidebarleft {
	float: left;
	width: 210px;
	margin-left: -686px;
	text-align: right;
	border-top: 28px solid #08ce0c;
	border-left: 20px solid #08ce0c;
	border-right: 20px solid #08ce0c;
	height: 215px;
	background: #08ce0c; /*#2265BF*/
}

#sidebarright {
	float: right;
	width: 250px;
	text-align: right;
	border-top: 28px solid #08ce0c;
	border-left: 20px solid #08ce0c;
	border-right: 20px solid #08ce0c;
	height: 215px;
	background: #08ce0c; /*#27B50D*/
}

#switchMenu {
	width: 138px;
	float: right;
	margin-top: 30px;
}

#switchMenu li {
	float: left;
	margin-left: 8px;
}

ul    {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1    {
	font-size: 120%;
	padding: 0 0 6px 0;
}
h2 {
	font-size: 115%;
}
a {
	color:white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
    .fltrt {
    	float: right;
    	margin-left: 8px;
    }
    .fltlft {
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
	border: 0px none;
	margin: 0;
	padding: 0;
    }
