/* COLOR DEFINITIONS 

BG Rot		#B30B16 
BG Grau		#6E6E6E

BG-Blau		#005B8D
BG-Tuerkis	#008488
BG-Gruen	#49972D
BG-Orange	#EF7C00
BG-Braun	#782818
BG-Violett	#661566
*/


/* HTML STANDARDS */

body {
	background: #EEEEEE;
	padding: 0;
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #666666;
	}

a {
	color: #B30B16;
	text-decoration: none;
	}
	
a:hover {
	color: #EF7C00;
	text-decoration: underline;
	}
	
form {
	margin: 0 0 5px 0;
	padding: 0; 
	}
	
input {
	font-size: 0.9em; 
	color: B30B16; 
	padding: 2px;
	margin: 0;
	border: 1px solid #999999;
	}


/* input {font-size: 1.5em; line-height: 1.2em; margin: 0 0 0.5em 0; font-weight: bold; color: #B30B16;}*/

h1 {font-size: 1.5em; line-height: 1.2em; margin: 0 0 0.5em 0; font-weight: bold; color: #B30B16;}
h2 {font-size: 1.2em; line-height: 1.2em; font-weight: bold; margin: 0.7em 0 0.3em 0; color: #6E6E6E;}
h3 {font-size: 1em; line-height: 1.2em; font-weight: bold; margin: 1em 0 0.7em 0; color: #666666;}
h4 {font-size: 1em; line-height: 1.2em; font-weight: bold; margin: 1.2em 0 0.3em 0; color: #666666;}


/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	background: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	}
	
#header { /* TOP SECTION OF PAGE */
	height: 80px;
	padding: 0;
	border-bottom: 2px solid #EF7C00;
	background: url(../html/images/design/header_back-2.jpg);
	background-repeat: no-repeat;
	}

#header img {
	position: relative; top:10px; left: 10px;
	}
	
#headerFunctions {  /* TEXT LINKS IN TOP SECTION OF PAGE */
	position: relative; top: 60px;
	padding: 0;
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 0.9em;
	}
#headerFunctions a {
	text-decoration: none;
	color: #666666;
	}
#headerFunctions a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#contentContainer { /* CONTAINS THREE COLUMNS */
	background: #FFFFFF;
	min-height: 600px;
	}

#leftContainer { /* LEFT COLUMN */
	width: 160px;
	padding: 10px 0 0 0;
	margin: 0px;
	float:left;
	}
	
#leftContainer h1, #rightContainer h1 {
	font-size: 11px; 
	line-height: 13px;
	color: #EF7C00; 
	font-weight: bold; 
	padding: 0;
	margin: 0 0 5px 0;
	}	
	
#leftContainer h2, #rightContainer h2 {
	font-size: 11px; 
	line-height: 13px
	color: 666666; 
	font-weight: bold; 
	padding: 0;
	margin: 0 0 5px 0;
	}
	
#leftContainer p, #rightContainer p {
	margin: 0 0 5px 0;
	}

#rightContainer { /* RIGHT COLUMN */
	width: 160px;
	padding: 10px 0 0 0;
	margin: 0px;
	float:right;
	}
	
	
/* NAVIGATION */
#nav {
	width: 160px; 
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	padding: 0 0 10px 0;
	margin: 0;
	background: #FFFFFF;
	border-bottom: 2px solid #EF7C00;
	}
	
#nav a {
	color: #666666; 
	display:block; 
	margin: 0 10px 0 9px;
	padding: 0 0 0.2em 0;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	}

#nav a:hover {
	color: #EF7C00;
	border-bottom: 1px solid #CACACA;
}

#nav ul {
	margin: 0; 
	padding: 0; 
}

#nav li {
	list-style: none; 
	margin-left: 0px; 
	padding: 0.3em 0px 0.3em 0px;
	display:block;

   }
   
#nav ul ul {
	margin: 0.3em 0 0 10px; 
	border-left: 1px solid #CACACA;
	/*border-bottom: 1px solid #CACACA;*/
}

#nav strong { 
font-weight: bold;
font-style: normal;
}

	
/* CENTER COLUMN */

#breadcrump {
	width: 570px;
	float:right;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #EF7C00;
	}
#breadcrump p{
	margin: 0;
	font-size: 0.9em;
	}

#content { 
	padding: 10px;
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	}

#content p {
	margin: 0 0 0.5em 0;
	}

/* deaktiviert bei faktor7
#content img {
	border: 1px solid #999999;
	}
*/
	
#content hr {
 	background-color: #EF7C00; /* Mozilla 1.4 */
	color: #EF7C00; /* IE 6 */
 	border: 0;
	height: 2px;
	margin: 1em 0 1em 0;
	}
	
#content div {
	clear: both;	
	margin: 0 0 1.5em 0;
	}
	
#content ul {
	margin: 0.3em 0 0.3em 1.3em;
	padding: 0
}
#content li {
	margin: 0.3em 0 0.3em 0;
}

/* FOOTER */

#footer {
	height: 15px;
	padding: 10px;
	border-top: 2px solid #EF7C00;
	clear: both;
	background: url(../html/images/design/footer_back.jpg);
	background-repeat: repeat-y;
	font-size: 0.9em;
	}
#footerFunctions {
	padding: 0;
	float: right;
	}
#footerFunctions a {
	text-decoration: none;
	color: #666666;
	}
#footerFunctions a:hover {
	color: #EF7C00;
	text-decoration: underline;
	}


/* CLASSES */

.contentNormal { /* fuer Content mit Marginalspalte rechts */
	width: 410px;
	}
	
.contentWide { /* fuer Content ohne Marginalspalte rechts */
	width: 570px;
	}

.tableStandard {
	border-left: 1px solid #999999;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	text-align: left;
	}
	
.tableStandard th {
	background: #999999;
	color: #FFFFFF;
	padding: 3px;
	border-right: 1px solid #999999;
	vertical-align: top;
	}
	
.tableStandard td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
	vertical-align:top;
	}

.tableBackgroundOrange {
	background: #EF7C00;
	color: #FFFFFF;
	}

/* table styles for faktor7 */

.tablePlakate table {
	border: 0;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	width: 550px;
	}

.tablePlakate td {
	padding: 0 4px 10px 0;
	vertical-align: top;
	}
* html .tablePlakate td {
	padding: 0 0 10px 0;
	vertical-align: top;
	}

.tablePlakate img {
	border: 1px solid #999999;
	}

/* end table styles for faktor7 */

.boxType1 {
	width: 140px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;	
	background: #F5F5F5;
	border-bottom: 2px solid #EF7C00;
	
	}

.boxType1 img { 
		border:none;
		} 
	
.boxType2 { /* USE ON BOTTOM OF PAGE */
	width: 140px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;		
	background: #F5F5F5;
	}
	
.boxType3 {
	width: 138px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;		
	background: #D5D5D5;
	border: 1px solid #666666;
	}

.boxType4 { /* USE FOR SOLO IMAGES */
	width: 140px;
	padding: 0;
	margin: 40px 0 10px 0;
	font-size: 0.9em;
	}

.boxType4 img {
	margin: 10px 0 5px 0;
	border: 0;
	}

.boxType1 ul, .boxType2 ul, .boxType3 ul {
	list-style-image: url(../html/images/design/bullet_4x4.gif);
	list-style-type: disc;
	color: #999999;
	margin: 0;
	}
.boxType1 li, .boxType2 li, .boxType3 li {
	margin: 0 0 0 -30px;
	}
	
* html	.boxType3 li {
	margin: 0 0 0 13px;
	}
	
.imageLeft {
	margin: 3px 7px 5px 0;
	float: left;
	}
	
.imageRight {
	margin: 3px 0 7px 5px;
	float: right;
	}
.caption {
	font-size: 0.9em;
	}

.formular td {
	padding: 4px;
	}

.noBorder {
	border: 0;
	}
	
#navDivider { /* format fuer wichtigen nbsp zwischen nav und box */
	font-size: 1px;
	color: #FFFFFF;
	height: 10px;
	margin: 0;
	padding: 0;
	}
.nav_aktiv { font-weight:bold }
#s { background-color:#ffff00 }
