body {
	background-image:url(pics/Background.gif);
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
}
.main {
	width: 800px;
	height:620px;
	margin: auto;
	padding: 0;
	margin-top:10px;
	position:relative;
	border:0px solid black;
}
.header_l {
	width:150px; height:95px; position:absolute; top:0px; left:0px;
		border:0px solid black;
	text-align:center;
	padding-top:5px;
}
.header_r {
	width:650px; height:95px; position:absolute; top:0px; left:150px;
		border:0px solid black;
	text-align:center;
	padding-top:5px;
}
.box_left {
	width:150px; height:500px; position:absolute; top:100px; left:0px;
	border:0px solid black;
}
.content {
	width:633px; height:488px; position:absolute; top:100px; left:150px;  overflow:auto;
	padding: 5px 10px 5px 5px;
	background-color:#CECECE;
	background-image:url(pics/Background_Main_fsp_grau.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align: justify;
	clear: right;
	border:1px solid black;
}
.footer {
	width:562px; height:20px; position:absolute; top:600px; left:150px;
	border:0px solid black;
	clear: both;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	white-space:nowrap;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #ffff00;
	text-decoration: none;
	font-weight: normal;
}
#footer_w3c1	{width:45px; height:15px; position:absolute; top:600px; left:712px;
				 padding:3px 0px 1px 0px;}
#footer_w3c2	{width:45px; height:15px; position:absolute; top:600px; left:757px;
				 padding:3px 0px 1px 0px;}
#footer_w3c1 img, #footer_w3c2 img
				{border:0px; display:inline;}


img	{border:0;}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 5px 0 20px 0;
	border-top: 1px solid #000;
	height: 1px;
	width: 98%;
}
h1 {
	font-size: 16px;
	color: #000;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Tahoma;
	font-weight: bold;
}
form {
	margin: 0;
}

.search_box {
	width:150px; height:30px; position:absolute; top:0px; left:0px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: right;
	clear: right;
	border: 0px solid black;
	padding:5px 0 0 0;
}
.search_string {
	width: 100px;
	height: 12px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}




/** Login Box **/


.login_table {
	width:150px; height:100px; position:absolute; top:370px; left:0px;
	border: 0px solid #D0D0D0;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;

}
.login_table h1 {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 2px 0px;
}

.login_table input {
	text-transform: uppercase;
	font-size: 9px;
	margin: 5px 0px 1px 0px;
	width: 70px;
}


#frontedit {
width : 80px;
height : 19px;
position : absolute;
left : 35px;
top : 485px;
padding : 4px 0 2px 0;
font-size : 11px;
font-weight : normal;
text-align : center;
border : 0 solid #000000;
}
#frontedit a:link, #frontedit a:visited, .login_table a:link, .login_table a:visited {
color : #ffffff;
font-weight: normal;
}
#frontedit a:hover, #frontedit a:focus, #frontedit a:active, .login_table a:hover, .login_table a:focus, .login_table a:active {
color : #ffff00;
font-weight: normal;
}

.counter {
width : 140px;
position : absolute;
left : 0px;
top : 285px;
padding : 5px 0 5px 5px;
font-size : 11px;
font-weight : normal;
font-family : Tahoma;
color: #ffffff;
border : 0 solid #000000;
}

.counter h1 {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}


.menu {
	width:130px; height:250px; position:absolute; top:30px; left:0px;
	background:url(pics/navi_back.gif) no-repeat;
	margin: 10px;
	padding-top:15px;
	font-size:13px; font-weight:bold;
}

.menu td {
	width:130px; height:18px; text-align:center;
}

.menu a:link, .menu a:visited {
	color:#000; display: block;}
.menu a:active, .menu a:hover {
	color:#FFFF00; display: block;
	background-image:url(pics/navi_back_over.gif);
	background-repeat:no-repeat;
	background-position:center;}

