@charset "iso-8859-1";
/* CSS Document */

/* 	copyright by voodoo-media GmbH
	info@voodoo-media.de
	http://www.voodoo-media.de
	Author: David Zgoll, Frank Schumann
	Contact: zgoll@voodoo-media.de, schumann@voodoo-media.de
	
	ImageCreator
	CI-Farben: 
	schwarz #000000
	weiss #FFFFFF
	blau #007AB2
	
*/

/* Allgemeine Definitionen */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	/*
	scrollbar-base-color:#FFCC00;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-arrow-color:#FFCC00;		
	*/
}

th {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
}
	
td {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
}

div {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
}

a {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #007AB2;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

a:hover {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

/* ID Definition Main (Grundaufbau) */
	
#mother {
	z-index: 2000;
	
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
}

#head {
	z-index: 2500;
	
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	height: 200px;
	width: 800px;
	background-image: url('/images/head_orange.jpg');
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
	/*background-color: #FFFFFF;*/
}	

#head_nav {
	z-index: 3000;
	
	position: absolute;
	top: 135px;
	right: 20px;
	width: 60px;
	height: 40px;
}

#head_nav a {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

#head_nav a:hover {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	line-height: 15px;
}


#nav {
	z-index: 3000;
	
	position: absolute;
	top: 200px;
	left: 0px;
	width: 800px;
	height: 25px;
}

#nav a {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

#nav a:hover {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

a#nav_active {
	color: #007AB2;
	text-decoration: none;
}

a#nav_sub_active {
	color: #FFFFFF;
	text-decoration: underline;
}
a#nav_content_active {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}


a#image_button {
	margin: 5px 0 0 5px;
	width: 20px;
	line-height: 15px;
	float: right;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}
a#image_button:hover {
	margin: 5px 0 0 5px;
	width: 20px;
	line-height: 15px;
	color: #FFFFFF;
	float: right;
	background: #007AB2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}
a#image_button_active {
	margin: 5px 0 0 5px;
	width: 20px;
	line-height: 15px;
	color: #FFFFFF;
	float: right;
	background: #007AB2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}



#container {
	z-index: 2000;
	position: absolute;
		
	top: 225px;
	left: 0px;
	right: 0px;
	height: 375px;
	width: 800px;
	text-align: center;
	
	overflow: hidden;
	/*background-color: #green;*/
	border: 1px solid #000000;
}

#bottomline {
	z-index: 2000;

	left: 0px;
	right: 0px
	bottom: 0px;
	height: 20px;
	width: 800px;
	
	
	padding-top: 3px;
}

/* Versteckt den Bodytext */
#lkjasdfzvhf{
	display: none;
}

.nav_head {
	 
	
	font-weight: bold;	
}


/*
.einzug_top { 
	
	padding-left: 20px;
	font-size: 10px;
	line-height: 22px;	
	background-image: url('/images/white/bg_highlight.gif');
	display: block;
}

*/


/* Tabellen und DIV Definitionen fuer den geparsten Inhalt in Box */

table.content_mother {
	height: 100%;
	width: 100%;
	
	vertical-align: top;
	text-align: left;
}

table.content {
	width: 100%;
	
	/*border: 1px solid #000000;	*/
}

table.content td.contenttable {
	padding-top: 0px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 0px;
	
}

table.content td.img_width {
	width: 350px;
	
}


/* ----- */

table.cases {
	height: 25px;
	
}


table.cases td {
	padding-left: 28px;
	padding-right: 28px;
	background-color: #007AB2;
	color:#FFFFFF;
	text-align: left;
	font-size: 12px;
}

table.cases a {

	color:#FFFFFF;
	font-size: 11px;
}

table.cases a:hover {

	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}



table.inner_content {
	width: 100%;
	border: 0px solid #000000;	
}

table.inner_content td.middle_spacer {
	width: 20px;
	
	border: 0px solid #000000;
}

div.impressum_bottom {
	
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	
	font-size: 9px;
	line-height: 11px;
	color: #000000;
}

/* ------- Textinhalt Table -------*/



/* ------- Textinhalt DIV -------*/


/* Formatierungen Text fuer Head, Subhead, Marginalien, Auszeichnung */

.head_big {
	font-size: 15px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;	
}

.head {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;	
}

.sub {
	font-weight: bold;
}

.mag {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.mag a {
	font-size: 11px;
	color: #000000;

	font-weight: normal;	
}

.mag a:hover {
	font-size: 11px;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
}

.aus {
	font-size: 9px;
	color: #FFCC00;
	font-weight: bold;
}

#lng_lnk {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#lng_lnk a {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#lng_lnk a:hover {
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}


