/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th,p,p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p.bodytext {
	line-height:15px; 
}
p.bodytext a{
	line-height:15px; 
	text-decoration:underline;
}
p.bodytext a:hover{
	line-height:15px; 
	text-decoration:none;
}
body {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:#FFFFFF;
}
a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active, a:visited {
	text-decoration: none;
}

/* Grundformatierungen des Layouts */

.center {
} 

div#main {
   position: absolute;
   left: 50%;
   top: 50%;
   text-align:left;
   width:802px;
   height: 600px;
   margin-left: -401px;
   margin-top: -300px;
   min-height:598px;
   background:#FFFFFF url(../img/main-bg_anna.gif) no-repeat;
}
div#leftside {
	position:relative;
	float:left;
	width:191px;
	min-height:600px;
	z-index:2;
}
div#theme {
	position:relative;
	margin-left:16px;
}
div#rightside {
	position:relative;
	float:left;
	width:604px;
	min-height:300px;
}
div#top {
	position:relative;
       background:url(../img/logo_annaapo.gif) no-repeat;
	width:576px;
	height:76px;
	margin-top:1px;
}
div#datum {
	padding:46px 0px 0px 22px;
	text-align:left;
}
div.home_link {
	position:absolute;
	left:0px;	
	top:0px;
	z-index:10;
}
div.home_link img{
	border:0px;
}
div.inhalt {
	position:relative;
	padding:0px 25px 20px 100px;
	overflow:auto;
	height:445px;
	top:20px;
}
div#footer {
	position:relative;
	margin:28px 0px 0px 20px;
}
div#footer p, div#footer p a {
	color:#666666;
}

/* menü-definition für 2. ebene überschreiben... */
ul#nav li ul li a:hover { background-color:#E9E4CE;color:#000000} /* Sub Menu Styles */

a.external-link-new-window {
	border: 0;
}

.external-link-new-window img{
	border: 0;
}
