/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size:13px;
	line-height:1.1em;
	color:#444444;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration:none;
color:#999999;
font-size:13px;
}
a:active {
text-decoration: none; font-size:13px; color:#999999;
}
a:visited {
text-decoration: none; font-size:13px; color:#999999;
}
a:hover {
color:#444444;
}

a img { border: none; }


#box {
background:url(ah_logo.jpg) 624px 9px no-repeat;
width:1024px;
height:100px;
margin:0 30px;

}

#menu {

    float:left;
    width:150px;
    
}
/*Bereich gesamt*/
#menu ul {
	list-style: none;
	color:#444444;
	margin:0 0 5px 5px;
	text-align: left;	
}

/*Bereich nur Überschrift*/
#menu ul li.section-title {
	list-style: none;
	border-bottom: thin dotted;
	text-align: left;
	line-height:1.2em;
	font-size:15px;
	margin:0 0 2px -5px;
	}

#content {

    float:left;
    width:874px;
    
}

#menu .container {

    padding: 0px 30px 25px 0px;
#	font-size:15px;
	line-height:1em;
	margin:70px 0 0 0;
	background:;
}

#content .container {


#	font-size:13px;
	margin:70px 0 0 0;
	
}

content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
