@charset "utf-8";
/*---------------------------------------------------------------------------------------*/
/* Allgemeine Formatdefinitionen */

body {
	background-color: #FFFFFF;
	margin-top: 2%;
}
table#tabnav {
	height: 135px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E85512;
	border-right-color: #E85512;
	border-left-color: #E85512;
}
table#tabcont {
	height: 427px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E85512;
	border-left-color: #E85512;
}
table#tabfooter {
	height: 48px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E85512;
	border-left-color: #E85512;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E85512;
}
TD#navigation {
	width: 155px;
	height: 442px;
}
TD#content {
	width: 460px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E4E9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E4E9;
	padding-top: 0px;
	padding-bottom: 0px;
}
TD#rechts {
	width: 155px;
	height: 402px;
}

/*-------------------------------------------------------------------------------------------*/
/* Allgemeine Formatoptionen für Text */

P, DIV, H1, H2, H3, H4, UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.lauftextfett {
	font-weight: bold;
}
.lauftextkursiv {
	font-style: italic;
}
.lauftextklein {
	font-size: 11px;
}
A {
	text-decoration: none;
	color:#A2271F;
	font-weight: bold;
}
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #A2271F;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: #A2271F;
}
TR#bildnavi A {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/*---------------------------------------------------------------------------*/
/* DEFINITION DER NAVIGATION ALLGEMEIN*/
TD#navigation DIV {
	width: 135px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E4E9;
}
TD#navigation A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
TD#navigation A:hover {
	text-decoration: none;
	color: #333333;
}
/*---------------------------------------------------------------------------*/
/* DEFINITION DER NAVIGATION SPEZIELL*/
TD#navigation DIV.nav1_lev1_no {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

TD#navigation DIV.nav1_lev1_act {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px
}
TD#navigation DIV.nav1_lev1_act A {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------*/
/* Formatoptionen für den DIV content */

TD#content h1 {
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

TD#content h2 {
	font-size: 11px;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

TD#content p {
	line-height: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
}
TD#content ul {
	list-style-image: url(http://www.aerwise.com/fileadmin/template/images/Navigation/Aufzaehlung_Lauftext.gif);
	padding-left: 9px;
	margin-left: 9px;
}
TD#content li {
	padding-bottom: 5px;
}	
TD#content .formular {								/* Hier wird das Aussehen des formulars bestimmt */
	color: Black;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #DBDBDB;
}
TD#content .beschriftung {							/* Hier wird die Schrifformatierung für die Formularfelder bestimmt */
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
TD#content .rahmenrot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CD071A;
	border-bottom-color: #CD071A;
}

/*---------------------------------------------------------------------------------*/
/* Formatoptionen für den DIV rechts */
TD#rechts H1 {										/* TITEL H1 FÜR AKTUELL DEFINIEREN*/
	font-size: 12px;								/* SCHRIFTGRÖSSE */
	color: #FFFFFF;									/* SCHRIFTFARBE */
	background-color: #A2271F;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #666666;
}
TD#rechts p {										/* ABSATZ FÜR AKTUELL DEFINIEREN */
	padding: 5px;				/* RAHMEN: STÄRKE, STIL:DURCHGEZOGN, FARBE */
	line-height: 1.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 11px;
}	
TD#rechts p#randTxt {
	font-size: 12px;
} 
.bilderrahmen {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bilderrahmen_links {
	margin-right: 15px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

