/* ###################################################################################################
** # CSS Layout (c) by Bettina Stracke (http://www.webapp-architect.com) #############################
** ###################################################################################################
**
**  Dateiversion: 08.08.2007  
**  Datei       : main.css
**  Funktion    : Allgemeine Styles und Navigationen 
**
*/

* { padding: 0; margin: 0; }

a { text-decoration: none }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper { 
	margin: 10px auto;
	width: 902px; 
	text-align: center;
	border: 0;
}
#container {
	border: 1px solid #999;
	height: 574px;
}

#leftcolumn { 
	color: #333;
 	border-right: 1px solid #800000;
 	background: #fff;
 	margin: 0;
 	padding: 0;
 	height: 574px;
 	width: 178px;
 	float: left;
}
#rightcolumn { 
 	float: left;
 	color: #333;
 	border: 0;
 	background: #fff url(../images/right_border.gif) no-repeat right top;
 	margin: 0 0 0 1px; padding: 0;
 	height: 574px;
 	width: 720px;
 	display: inline;
 	position: relative;
}

#logo {
	height: 120px;
	margin-top: 50px;
	background: #fff url(../images/rot.gif) no-repeat left bottom;
}

#header {
	height: 74px;
	background: #e7e7e8;
	text-align: left;
	margin: 68px 0 0 0;
	float:left;
	width:706px;
}

#header p {
	padding-left: 10px;
	padding-top: 10px;
}

#content {
	margin: 56px 0 0 60px;
	width:640px;
	float: left;
	display: inline;
	text-align: left;
}

#sub_content {
	margin: 26px 0 0 60px;
	width:640px;
	float: left;
	display: inline;
	text-align: left;
}

#content h1, #sub_content h1 {
	font-size: 14px; 
	color: #800000;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#content p, #sub_content p {
	font-size: 12px;
	color: #333;
	line-height: 15px;
	padding-bottom: 20px;
}

#content a, #sub_content a {
	color: #800000;
	padding: 0;
}

#content a:hover, #sub_content a:hover {
	color: #333;
}

#content a.forward, #sub_content a.forward {
	color: #800000;
	background: #fff url(../images/Pfeil.gif) no-repeat 0 50%;
	padding-left: 10px;
}

#content a:hover.forward, #sub_content a:hover.forward {
	color: #333;
	background: #fff url(../images/pfeil_grau.gif) no-repeat 0 50%;
}

#content a.back, #sub_content a.back {
	color: #800000;
	background: #fff url(../images/back_off.gif) no-repeat 0 50%;
	padding-left: 10px;
}

#content a:hover.back, #sub_content a:hover.back {
	color: #333;
	background: #fff url(../images/back_on.gif) no-repeat 0 50%;
}

#content_text {
	width: 320px;
	float: left;
	margin-right: 30px;
}

#content_text1 {
	width: 340px;
	float: left;
	margin-right: 10px;
}

#content_picture {
	float: left;
	width: 280px;
}

#content_blaettern {
	float: left;
	width: 600px; height: 20px;
	position: absolute;
	bottom: 20px; left:60px;
}
#content_blaettern a.forward {
	position: absolute;
	width: 60px; height: 14px;
	left: 350px;
	
}
#content_blaettern a.back {
	position: absolute;
	width: 60px; height: 14px;
	left: 0px;
	
}

#content ul, #sub_content ul {
	list-style:square outside;
	margin: 0; 
	padding: 0 0 20px 15px;
}


#content ul.linklist {
	margin: 0;
	padding: 0;
}

ul.linklist li {
	margin-bottom: 10px;
	list-style-image:url(../images/Pfeil.gif);
	list-style-position:outside;
}

#content ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	margin-bottom: 10px;
	list-style-position:outside;
	list-style-type: square;
}


/* ######################################################################################################
** ### Pull-Down Menu horizontal 
** ######################################################################################################
*/

#nav {float:left; position:relative; margin: 1px 0 1px 0; background-color: #949494; width: 706px; height: 15px;}

#nav .select, #nav .current {margin:0 0 0 60px; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto; background-color: #949494; list-style-type: none; text-align: center; width: 99px;}

#nav li.longMenuItem a {width: 109px; border-right: 1px solid #fff;}

#nav .select a,
#nav .current a {display:block; height:15px; width: 99px; float:left; text-decoration:none; text-transform: uppercase; font-size:11px; line-height:15px; white-space:nowrap; border-left:1px solid #fff; color:#fff;}
* html #nav .select a, * html #nav .current a {width:99px; height:16px;}

#nav .select a:hover, 
#nav .select li:hover a {cursor:pointer; color:#000;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#841e1e; color:#fff;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {color:#800000;}

#nav .sub li a, #nav .sub_active li a {padding-left: 12px; color: #333; background: #fff url(../images/separator.gif) no-repeat 0 10px; line-height: 30px; height: 30px;}
#nav .sub li.firstItem a, #nav .sub_active li.firstItem a {background: #fff url(../images/rect.gif) no-repeat 0 10px; padding-left: 14px;}

#nav .sub_active #current_sub a, 
#nav .sub_active a:hover {color:#800000;}

#nav .sub_active li a {width: auto;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:500px; background: #fff; top:15px; left:0; margin-top:0; padding:0; z-index:100; color:#fff; font-size:10px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:500px; top:15px; left:0; background:#fff; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:31px; text-decoration:none; line-height:30px; white-space:nowrap; display:block; float:left; margin:0; font-size:10px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; margin:0; white-space:nowrap; border:0; font-size: 10px; line-height: 30px; color: #000; text-transform: uppercase; width: auto;}



/* ######################################################################################################
** ### Submenu
** ######################################################################################################
*/


ul.subMenu {
    float: left;
    display:inline;     
    margin:0;
	padding: 0;	
	list-style: none;
}

ul.subMenu li {
    float: left;
    display:inline;     
	background: #fff url(../images/separator.gif) no-repeat 0 10px;
    list-style-type: none;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

ul.subMenu li.firstItem {
	background: #fff url(../images/rect.gif) no-repeat 0 10px;
}


ul.subMenu li a {
	font-size: 10px;
	line-height: 30px;
	padding-left: 12px;
	color: #333;
	text-transform: uppercase;
}

ul.subMenu li.firstItem a {
	padding-left: 15px;
}

ul.subMenu li#sub_selected a {
	color: #800000;
	text-decoration: underline;
}


ul.subMenu a:hover {
	color: #800000;
}

#subMenuServices {
	margin-left: 61px;
}

#subMenuMethods {
	margin-left: 161px;
}


/* ######################################################################################################
** ### Navigation links  ################################################################################
** ######################################################################################################
*/
#leftMenu {
	margin-top: 10px;
}

#leftMenu ul {
    float: left;
    display:inline;     /* Fix f�r IE Doubled Float Margin Bug    */ 
    margin:0;
	padding: 0;	
	list-style: none;
}

#leftMenu ul li {
    float: left;
    display:inline;     /* Fix f�r IE Doubled Float Margin Bug    */ 
    margin: 0;
	background: #fff url(../images/separator.gif) no-repeat 0 1px;	
    list-style-type: none;
	text-align: left;
	height: 10px;
	line-height: 10px;
}

#leftMenu ul li.firstItem {
	background: #fff url(../images/rect.gif) no-repeat 0 10px;
}


#leftMenu ul li a {
	font-size: 10px;
	padding-left: 12px;
	line-height: 10px;
	color: #333;
	text-transform: uppercase;
}

#leftMenu ul li#active a {
	color: #800000;
}


#leftMenu ul a:hover {
	color: #800000;
}

/* ######################################################################################################
** ### Sprachumschaltung ################################################################################
** ######################################################################################################
*/
#lang {
	width: 50px;
	height: 12px;
	margin: 0;
 	overflow:hidden;
}

#lang a {
	text-indent: -9999px;
}

#lang li, #lang a {
	display:block;
	height:12px;
	width:20px;
	overflow:hidden;
}

#lang li {
	list-style:none;
	position:absolute;
	top:2px;
}

#lang ul li#german {
	right: 53px;
 	background: #fff url(../images/de.gif) no-repeat left top;	
}


#lang ul li#english {
	right: 23px;
 	background: #fff url(../images/en.gif) no-repeat left top;	
}


	
0000