@charset "utf-8";
/* CSS Document */


body
{
	background-color:#006ead;
}

#site
{
	margin:				0px auto 0px auto;
	padding:			0px;
	width:				950px;
	height:				auto;
}

#headergrafik
{
	background-image:	url(header.gif);
	background-repeat:no-repeat;
	width:				950px;
	height:				147px;
}


#menu
{
	position: absolute;
	margin: 124px 0 0 160px;
	background-color:#006ead;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}


#menu a:link { color:#ffffff; text-decoration:none; font-weight: bold; }
#menu a:visited { color:#ffffff; text-decoration:none; font-weight: bold; }
#menu a:focus { color:#cccccc; text-decoration:none; font-weight: bold;  }
#menu a:hover { color:#cccccc; text-decoration:none; font-weight: bold;  }
#menu a:active { color:#cccccc; text-decoration:none; font-weight: bold;  }

#ticker
{
	position: absolute;
	margin: 124px 0 0 520px;
	background-color:#006ead;
}

#left
{
	position:absolute;
	margin:0 0 0 13px;
	background-image:url(links_kurz.gif);
	background-repeat:no-repeat;
	height:550px;
	width:15px;
}

#right
{
	position:absolute;
	margin:0 0 0 922px;
	background-image:url(rechts_kurz.gif);
	background-repeat:no-repeat;
	height:550px;
	width:15px;
}

#main
{
	margin:0 0 0 28px;
	background-color:#FFFFFF;
	width:894px;
	height:550px;
}

#naviframe
{
	margin:5px 0 0 5px;
}

#footer
{
	position:absolute;
	margin:0 0 0 13px;
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	width:924px;
	height:50px;
}