/* #### FARBEN ####
Helles Grau: #f0f0f0;
Dunkles Grau: #323232;
Orange: #ff952c;
*/


html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input { font-size: .9em; }

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input { font-family: Verdana,Arial,Tahoma,Segoe,sans-serif; padding: 0px; margin: 0px; border: 0px transparent none; background-position:left top; background-repeat:no-repeat; }
*{
margin: 0px;
padding:0px;
}

body {
	text-align: left;
	background-color:#f0f0f0;
}

img { 
	border: none; 
	padding: 0px;
	margin: 0px;
}

ul {
list-style: none;

}


#header {
   width: 100%;
   height: 250px;
   background-color: #323232;
}

#mainpic {
	position: absolute;
	left: 50%;
	margin-left: -400px;	
	width: 800px;
	height: 250px;
}


#contentbox {
	width: 800px;
	height: 250px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -400px;	
	background-color: #FFFFFF;
	border-bottom: 10px solid #323232;
}

#content {
	width: 570px;
	height: 240px;
	position: relative;
	top: 0px;
	left: 230px;
	overflow: auto;
	padding: 0 0 10px 0;
}

#content a{
	color: #ff952c;
	text-decoration: none;
}


#content p {
	line-height: 1.7em;
	padding: 0px 15px 0 15px;
	margin: 0 0 15px 0;
}

#content h1{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #ff952c;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;

}

#content h2 {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0 0 2px 0;
	padding: 0px;
	color: #323232;
}

#content h3 {
	font-size:.8em;
	font-weight: bold;
	color: #ff952c;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0px;
}


#content p.greybox_italic {
	background: #f3f3f3;
	padding: 5px 15px 5px 15px;
	margin: 5px 15px 10px 0px;
	line-height: 1.7em;
	font-style: italic;
}

#content p.greybox {
	background: #f3f3f3;
	padding: 5px 15px 5px 15px;
	margin: 5px 15px 10px 0px;
	line-height: 1.7em;
}





#content hr {
	border-top:1px solid #f3f3f3;
	border-bottom:0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	height:1px;
}


/* CSS fr die Lighbox-Table */
#content table.lightbox {
	padding: 0;
	margin-bottom: 20px;
}

#content tr.lightbox {
padding: 0px;
margin: 0px;
}

#content td.lightbox {
width: 40px;
height: 40px;
padding: 0px 0px 14px 0px;
margin: 0px;
}




/* ###################### CONTENT TABELLEN #######################  */

#content table {
	width: 96%;
	margin: 0 0 10px 0;
}

#content table.jumpmenu {
	border: 1px dotted #ff952c;
}


#content td {
	padding: 3px 10px 3px 10px;
}


#content td.right {
	width: 25%;
	text-align:right;
}

#content tr {
	margin: 0px;
	padding: 0px;
}


#content tr.color {
	background-color:#ff952c;
}


/* ###################### CONTENT TABELLEN ENDE #######################  */






/* ###################### CONTENT LISTEN  #######################  */

#content ul {
	list-style: none;
	width:100%;
	margin: 0 0 8px 0;
}

#content table.jumpmenu ul {
	list-style: none;
	width:100%;
	margin: 0;
}

#content ul li {
	padding: 0 0 4px 15px;

}

#content ul li.pdf{
	background-position: left top;
	background-image: url(../gfx/pdf.gif);
	background-repeat: no-repeat;
	padding-left:20px !important;

}

#content ul li.jump{
	background-position: left top;
	background-image: url(../gfx/jump.gif);
	background-repeat: no-repeat;
	padding-left:20px !important;

}

#content ul li.extern{
	background-position: left top;
	background-image: url(../gfx/extern.gif);
	background-repeat: no-repeat;
	padding-left:20px !important;

}



#content ul li a {
	margin: 0px;
	padding: 0;
	text-decoration: none;
}



#content ul li a:hover {
		text-decoration: underline;
}

/* ###################### CONTENT LISTEN ENDE #######################  */







#logo {
	position: absolute;
	width: 140px;
	height: 240px;
	margin: 0 0 0 15px;
	bottom: 80px;
}


#logo_small {
	position: absolute;
	width: 140px;
	height: 40px;
	margin: 0 0 0 15px;
	bottom: 80px;
}




#menu {
	background-image:url(../gfx/menu_shadow.png);
	background-repeat:repeat-y;
	width: 186px;
	height: 575px;
	position: absolute;
	top: 0px;
	left: 35px;
	z-index:20;
}

#menubottom {
	background-image:url(../gfx/menu_bottom.png);
	background-repeat:no-repeat;
	width: 186px;
	height: 65px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ###################### MAINMENU #######################  */

#menu ul {
	list-style: none;
	width:100%;
	margin: 10px 0 0 0;
}

#menu ul li {
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#menu ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	background-image:url(../gfx/menu_notactive.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #323232;
	text-transform: uppercase;
	font-size: .9em;
	text-decoration: none;
}

#menu #active a{
	color: #FFFFFF;
	text-transform: uppercase;
	background-image:url(../gfx/menu_active.png);
	background-repeat: no-repeat;	
}


#menu ul li a:hover {
	background-image:url(../gfx/menu_active.png);
	background-repeat: no-repeat;	
}

/* ###################### MAINMENU  ENDE#######################  */



/* ###################### SUBMENU #######################  */

#submenu {
z-index: 20;
}

#submenu ul {
	list-style: none;
	margin: 50px 0 0 25px;
	padding: 0px;
}

#submenu ul li {
	padding: 5px;
}


#submenu ul li a {
	margin: 0px;
	padding: 0 0 0 20px;
	display: block;
	position: relative;
	background-image:url(../gfx/submenu_notactive.gif);
	background-repeat: no-repeat;
	color: #323232;
	font-size: 9px;
	text-decoration: none;
	text-transform: none;
}

#submenu #active a{
	color: #323232;
	background-image:url(../gfx/submenu_active.gif);
	background-repeat: no-repeat;	
	text-transform: none;
}


#submenu ul li a:hover {
	background-image:url(../gfx/submenu_active.gif);
	background-repeat: no-repeat;	
}

/* ###################### SUBMENU ENDE#######################  */


/* ###################### SUBMENÜ  ENDE#######################  */

#footer {
	width: 800px;
	height: 30px;
	margin-bottom: -40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both; 
}


#footer p.right {
	font-size: .9em;
	color: #6b6b6b;
	position: absolute;
	top: 3px;
	right: 0px;
}


#footer p a {
	color: #6b6b6b;
	text-decoration: none;
}

#footer p a:hover {
	color: #6b6b6b;
	text-decoration: underline;
}
