﻿@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
	background-image:url(../img/background.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;	
	color:#003e88;
	text-align: center;
	width:100%;
	height:100%;
	}
	
body {
	behavior:url(http://www.ahs-de.com/css/csshover2.htc);
}


/* Container */	

div#container {
	margin:auto;
	border-left: 1px solid #003e88;
	border-right: 1px solid #003e88;
	background-color:#e8e8e8;
	height:95%;
	width:800px;
	}	
	
html>body div#container {
	height:auto;
	min-height:95%;
	width:70%;
	min-width:800px;
	}
		
	
/* Kopfzeile */	

div#header {
	padding:0px;
	height:80px;
	width:100%;
	background-color:#e8e8e8;
	background-image:url(../img/header_background.gif);
	background-repeat:no-repeat;
	}	

div#header ul {
	margin:0px;
	padding:0px;
	padding-top:60px;
	padding-left:150px;
	}	
	
div#header ul li {	
	float:left;
	list-style-type:none;
	background-image:url(../img/dot.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:5px;
	}
	
div#header ul li a {
	text-decoration:none;
	font-size:0.9em;
	color:#003e88;
	}
	
div#header ul li a:hover {
	color:#e2001a;
	}	
	
div#header img#logo {
	float:right;
	margin-top:5px;
	margin-right:5px;
	}	
	
/* Kopfnavigation */	

div#topmenu {
	padding:0px;
	padding-top:2px;
	height:22px;
	width:100%;
	background-color:#003e88;
	}	
	
div#topmenu ul, div#topmenu li, div#topmenu a {
		display:block;
		margin:0px;
		padding:0px;
		border:0;
		z-index:9;
	}	

div#topmenu ul li {	
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
	padding-top:2px;
	padding-left:15px;
	padding-right:20px;
	margin-right:15px;
	}
	
div#topmenu ul li a {
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-size:1em;
	color:#ffffff;
	}
	
div#topmenu ul li a:hover {
	color:#cccccc;
	}	
	
div#topmenu li ul {
	margin:0px;
	margin-left:-5px;
	padding:0px;
	position:absolute;
	top:95px;
	padding-top:5px;
	background-image:url(../img/spacer.gif);
	}	
		
div#topmenu li ul li{
	margin:0px;
	padding:0px;
	clear:both;
	width:120px;
	padding-top:2px;
	}		
		
div#topmenu li ul li a {
	margin:0px;
	display:block;
	text-align:left;
	padding:5px;
	text-decoration:none;
	background-color:#e8e8e8;
	border:1px solid #003e88;
	color:#003e88;
	font-size:0.8em;
	width:100%; /* IE */
	}		
	
div#topmenu li ul li a:hover {	
	background-color:#003e88;
	color:white;
	
	}
	
div#topmenu ul ul, div#topmenu li:hover ul ul {
		display:none;
	}

div#topmenu li:hover ul, div#topmenu li:hover li:hover ul {
		display:block;
	}			
	
/* Bildleiste */	
	
div#imageline {
	z-index:0;
	margin:0px;
	padding:0px;;
	height:60px;
	text-align:left;
	background-image:url(../img/bg_images.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #e8e8e8;	
	}			
	
div#imageline div#flashcontent {	
	z-index:0;
	}
	
/* Content */

div#content {
	margin:0px;
	margin-top:10px;
	background-color:#e8e8e8;
	padding:5px;
	height:auto;
	text-align:left;
	z-index:1;
	}		
	
div#contentwithimage {
	margin:0px;
	margin-top:10px;
	background-color:#e8e8e8;
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:190px;
	height:auto;
	min-height:580px;
  height:auto !important;
  height:580px;
	text-align:left;
	z-index:1;
	}	
	
h1 {
	margin-top:22px;
	font-size:1.4em;
	}	
	
h2 {
	font-size:1.1em;
	margin-top:20px;
	margin-bottom:5px;
	}		
	
h3 {
	font-size:1em;
	margin-top:10px;
	margin-bottom:5px;
	}			
	
p {
	color:#555555;
	margin:0px;
	margin-bottom:5px;
	}	
	
.small {
	font-size:0.75em;
	}		
	
hr.blueline {
	height:1px;
	color: #003e88;
	}	
	
.blue {
	color:#003e88;
	}
	
a {
	color:#003e88;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}		
	
div#content ul li, div#contentwithimage ul li {
	list-style-image:url(../img/li_dot.gif);
	color:#666666;
	}	
	
/* Hinweisfenster */
div.info1 {
	padding:5px;
	min-height:300px;
	height:auto;
	width:90%;
	}	
	
/* Content Navigationsmenü */
.contsubnav {
	float:right;
	text-align:left;
	margin:0px;
	padding:5px;
	padding-top:0px;
	margin-top:57px;
	margin-right:-5px;
	margin-bottom:10px;
	width:170px;
	border-left:1px solid #003e88;
	}
	
.contsubnav a {
	font-size:9pt;
	font-weight:bold;
	}
	
.contsubnav a:hover {	
	color:#000000;
	text-decoration:none;
	}
	
div.media01 {
	width:450px;
	clear:left;
	display:block;
	margin-bottom:20px;
	background-color:#ededed;
	padding:3px;
	}	
	
/* Kontaktadressen Startseite */
div.contact0 {
	padding:5px;
	height:306px;
	width:400px;;
	background-image:url(../img/back_map_2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;	
	}		
	
div.contact1 {
	padding:5px;
	height:306px;
	width:400px;;
	background-image:url(../img/back_map_2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	}		
	
div.contact1 a {
	font-weight:bold;
	}
	
div.headnews {

	padding:5px;
	padding-top:0px;
	margin:0px;
	border-top:1px solid #003e88;
	border-bottom:1px solid #003e88;
	}	
	
	div.morenews {
	padding:5px;
	margin:0px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;

	}	
	
	div.newsimage {
	float:right; 
	margin-left:5px; 
	margin-bottom:5px; 
	margin-top:20px;
	}
	
/* Tabelle Jobs */

table.jobtable {
	width:100%;
	padding:0px;
	margin:0px;
	}	
	
table.jobtable th {
	background-color:#cccccc;
	}
	
table.jobtable td {
	
	color:#666666;
	}	
	
td.jobdescleft	{
	width:150px;
	text-align:left; 
	font-weight:bold;
	vertical-align:top;
	}
	
td.jobdescright	{
	padding-left:10px;
	vertical-align:top;
	color:#666666;
	}	
	
/* Tabelle Contacts */

table.contacttable {
	font-size:8pt;

	margin-bottom:20px;
	}

td.contacthead	{
	background-color:#cccccc;
	text-align:left; 
	font-weight:bold;
	vertical-align:top;
	}

td.contactleft	{
	background-color:#e8e8e8;
	text-align:left; 
	vertical-align:top;
	}
	
td.contactleft2	{
	background-color:#e8e8e8;
	text-align:left; 
	vertical-align:top;
	}	
	
td.contactright	{
	background-color:#e8e8e8;
	padding-left:10px;
	vertical-align:top;
	color:#666666;
	}		
	
/* Online Formulare */
form.requestform {
	margin:0px;
	padding:0px;
	padding-left:10px; 
	margin-top:20px;
	width:90%;
	}
	
form.requestform .formname {
	float:left;
	width:200px;
	}	
	
form.requestform p.formfield{
	margin-top:7px;
	color:#003e88;
	}
	
form.requestform p.space{
	padding:0px;
	margin:0px;
	border-bottom: 1px dotted #AED2FF;
	margin-right:10px;
	margin-bottom:20px;
	}					
	
form.requestform .field1{
	background-color:#eeeeee;
	border:1px solid #003e88;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:300px;
	}	
	
form.requestform .formbutton1{
	background-color:#eeeeee;
	border:2px solid #CCCCCC;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:100px;
	}		
	
form.requestform .formbutton2{
	background-color:#eeeeee;
	border:2px solid #003e88;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:100px;
	}		
	
	
form.requestform p.formfield input.radio{
	}		
	
form.requestform p.formbreak{
	clear:both;
	margin:0px;
	padding:0px;

		}			
	
			
	
	
/* Footer */

div#footer {
	padding:0px;
	height:5%;
	min-height:15px;
	background-color:#e8e8e8;
	font-size:0.8em;
	margin:auto;
	width:800px;
	border-left: 1px solid #003e88;
	border-right: 1px solid #003e88;
	}	
	
html>body div#footer {	
		width:70%;
		min-width:800px;
	}

	
	

