/* -----------------------------------------------------------------------------*/
/* globale Formatierungen                                                             */
/* -----------------------------------------------------------------------------*/

html,body {
width: 99%;
height: 99%; 
text-align: center; /*Zentrierung für IE*/
background-color: #cccccc;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #333333;
/*behavior: url("./style/csshover3.htc"); */
}

img {
border: none;
}

td {
border:solid 1px #cdcdcd;
border-collapse:collapse;
}

/* --------------------------------------------------------------------*/
/* Formatierung und Position von Ebenen GLOBAL                         */
/* --------------------------------------------------------------------*/

#container  {
position: relative;
margin: 0 auto; /* Zentrierung Nicht-IE-Browser */
width: 1019px;
height: 562px;
text-align: left;

top: 0px;
left: 50%;
margin-left: -500px; /* =50% von width */

border-style: solid;
border-color: #b2b3b7; /* grau */
border-width: 1px;
}

#headleft { 
position: absolute;
width: 300px;
height: 160px;
}

#headcenter { 
position: absolute;
width: 719px;
height: 160px;

margin-top: 0px;
margin-left: 300px;

padding-right: 0px;
padding-left: 0px;
background-color: #FFA74F; /* orange rgb:255-167-79 */
}

/* --------------------------------------------------------------------*/
/* Formatierung und Position von Ebenen NAVIGATION                     */
/* --------------------------------------------------------------------*/


#navigation { 
	position: absolute;
	width: 772px;
	margin-left: 0px;
	margin-top: 160px;
	padding-left: 247px;
	background-color: #FFA74F; /* orange rgb:255-167-79 */
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc; /* grau */
}

#hauptnavigation ul {
	margin:  0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

li.menu{
	margin:  0px -3px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#hauptnavigation {
	width: 100%;
	list-style: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#hauptnavigation li a {
	line-height: 23px; /* Gesamtzeilenhöhe = this.height + padding-rand oben */
	font-family: Arial, Helvetica, Verdana, sans-serif;
}	
	
#hauptnavigation li a:link, #hauptnavigation li a:visited {
	color: #1B3B56;  /* dunkelblau */
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	display: inline;
	background: url(../images/bg-nav-creme.gif) 0 0px;
	}
	
#hauptnavigation li a:hover {
	color: #333333; /* anthrazit */
	background: url(../images/bg-nav-orange.gif) 0 0px;
/* 	border: 1px dashed #FFFAE5; */		/* creme */
/*	-moz-border: 1px dashed #FFFAE5;*/	/* creme */
}
	
#hauptnavigation li a:active {
	color: #333333;
	background: url(../images/bg-nav-orange.gif) 0 0px;
}


/* --------------------------------------------------------------------*/
/* Formatierung und Position der linken Inhaltsebene  (unten links)    */
/* --------------------------------------------------------------------*/

#contentleft { 
	width: 300px;
	height: 378px;
	margin:  184px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	}


#contenttextleft { 
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #42A3C4; /* türkis (rgb:66-163-196) */
	position: absolute;
	}


#leftnavigation {
	width: 100%;
	list-style: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.menu-left{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #1B3B56;  /* dunkelblau */
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
	margin:  0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.menu-left-inactive{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFAE5;  /* creme */
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
	margin:  0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}


.menu-left-top{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #1B3B56;  /* dunkelblau */
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
	margin:  10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.menu-left-top-inactive{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFAE5;  /* creme */
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
	margin:  10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}


#leftnavigation a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #1B3B56;  /* dunkelblau */
	display: block;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
}	
	
#leftnavigation a:link, a:visited {
	color: #1B3B56;  /* dunkelblau */
	display: block;
	}

#leftnavigation a:hover {
	color: #333333; /* anthrazit */
	background: url(../images/bg-nav-creme.gif) 0 0px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #42A3C4; /* türkis (rgb:66-163-196) */
}

#leftnavigation a:active {
	color: #333333; /* anthrazit */
}



#logo1 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-1.jpg);
	position: absolute;
	}

#logo2 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-2.jpg);
	position: absolute;
	}
	
#logo3 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-3.jpg);
	position: absolute;
	}
	
#logo4 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-4.jpg);
	position: absolute;
	}

#logo5 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-5.jpg);
	position: absolute;
	}

#logo6 {
	width: 100%;
	height: 160px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/eichner-6.jpg);
	position: absolute;
	}

/* --------------------------------------------------------------------*/
/* Formatierung und Position der unteren Inhaltsebene   (unten Mitte)  */
/* --------------------------------------------------------------------*/


#contentcenter { 
	width: 719px;
	height: 378px;
	padding: 0px 0px 0px 0px;
	margin-top: 184px;
	margin-left: 300px;
	background-color: #FFFAE5; /* creme */
	position: absolute;
	overflow: auto;
	}


/* -----------------------------------------------------------------------------*/
/* Formatierung aller Links ohne Navigation                                                             */
/* -----------------------------------------------------------------------------*/

a:link  {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;  /* anthrazit */
}

a:visited  {
	color: #333333;  /* anthrazit */
}

a:hover  {
	color: #333333;  /* anthrazit */
}

a:active  {
	color: #333333;  /* anthrazit */
}


/* --------------------------------------------------------------------*/
/* Formatierung der verwendeten Texte auf der gesamten Seite           */
/* --------------------------------------------------------------------*/
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 20px;
}

p.anschrift{
	font-size: 14px;
	margin:  21px 0px 0px 0px;
}

ul.orange {
	margin:  20px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

li.orange{
	margin:  20px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	list-style-image: url(../images/li-red.gif);
	font-size: 14px;
	line-height: 16px;
}

ul.buecher {
	margin:  0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

li.buecher{
	margin:  20px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	list-style-image: url(../images/li-red.gif);
	font-size: 14px;
	line-height: 22px;
}

p.title-left{
	font-size: 16px;
	text-align: right;
	margin: 36px 20px 0px 10px;
}

p.title-center{
	font-size: 16px;
	margin: 16px 0px 0px 15px;
}

p.title-centerbar{
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing : 0px;
	line-height: 22px;
	text-decoration: none;
	margin: 20px 0px 0px 20px;
	color: #333333; /* anthrazit */
}

.text{
	font-size: 14px;
	margin: 20px 120px 0px 20px;
	color: #333333; /* anthrazit */
}

.text-centerbar{
	font-size: 14px;
	margin: 10px 0px 0px 20px;
	color: #333333; /* anthrazit */
}

.text-klein{
	font-size: 12px;
	margin: 10px 10px 10px 20px;
	color: #333333; /* anthrazit */
}


/* ----------------------------Unbenützt----------------------------------*/


/* --leer--*/
