/* @override http://www.aerztliche-akademie.de/etc/aa.css */

/* @group Basics */

body, p, td, h1, h2, h3, a
	{ 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
	}

	
body	{
	background-color: #ffffff;
}
	
	
h1, h2 { font-weight: bold }	
h3 { font-style: italic }


a, a:link, a:hover, a:visited 
	{ 
	color: #0099ee; 
	text-decoration: none 
	}
	
a:hover 
	{ 
	color: red; 
	text-decoration: underline 
	}
	
/* @end */




/* @group Ebenen */

#adleiste {
	width: 17px;
	height: 154px;
	top: 308px;
	left: 756px;
	position: absolute;
}

#ad1 {
	width: 154px;
	height: 69px;
	top: 308px;
	left: 773px;
	position: absolute;
}

#ad2 {
	width: 154px;
	height: 85px;
	top: 377px;
	left: 773px;
	position: absolute;
}

#logo 
	{
	background: url(../images/aea_Logo.gif) no-repeat;
	width: 500px;
	height: 154px;
	top: 0px;
	left: 0px;
	position: absolute;
	}

#spirale 
	{
	background: url(../images/aea_spirale.gif) no-repeat;
	width: 82px;
	height: 73px;
	top: 154px;
	left: 490px;
	position: absolute;
	}

#content 
	{ 
	position: absolute; 
	top: 310px; 
	left: 110px; 
	width: 420px; 
	overflow: visible 
	}

#navi, #menu
	{ 
	position: absolute; 
	z-index: 9; 
	left: 580px; 
	top: 0px; 
	border-left: 1px dotted #09e;
	padding-left: 10px;
	padding-top: 20px;
	width: 140px;
	overflow: visible;
}
	
/* @end */

/* @group Inline Styles */

.footer    { color: #666; font-style: italic }
.up_button { position: relative; left: -20px }
	
/* @end */



