@import url("module.css");

/* globale Einstellungen */
*{
	padding:0;
	margin:0;
}

HTML, BODY{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	
}

BODY{
	background-color:#CCC;
}

/* header */
DIV#header{
	background-color:#336699;
	border-bottom:2px solid #FF9966;
	height:100px;
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
	visibility:visible;
}

DIV#logo{
	height:75px;
	width:100%;
	background-image:url(../img/baierlein.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

DIV#menu{
	margin:0px 0px 10px 110px;
	width:800px;
}

DIV#menu SPAN{
	float:left;
	display:block;
	margin:0px 0px 0px 40px
}

DIV#menu SPAN A{
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	background-image:url(../img/menu/btn_out.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
}

DIV#menu SPAN A:hover{
	background-image:url(../img/menu/btn_over.gif);
	color:#999;
}

DIV#menu SPAN A.aktiv{
	background-image:url(../img/menu/btn_over.gif);
}

/* content */
DIV#content{
	margin:120px 0px 20px 0px;
	-margin:20px 0px 20px 0px;
}

DIV.bildText{ 
	text-align:right; 
	padding:5px 10px 0px 0px; 
	font-size:9px
}

DIV.hinweis{ 
	text-align:left; 
	padding:10px 10px 0px 0px; 
	font-size:9px;
	color:#999;
}

DIV.bildText A{ 
	color:#999; 
	text-decoration:none;
}

/* Datum */
DIV#myDatum{
	position:absolute;
	right:10px;
	top:105px;
	color:#999;
	font-size:11px;
}

