/* ~~~~~~~~~~~~~~~~ LDV Forum CSS - DEFAULT ~~~~~~~~~~~~~~~~ */

html, body{
	background:url(../img/main_bg.gif) repeat-x;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	scrollbar-base-color:#00769D;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#0068B2;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#14B1E6;
	padding:0px;
	margin:0px;
}

a{
	color:#0033CC;
	text-decoration:underline;
}

a:visited{
	color:#0033CC;
	text-decoration:underline;
}

a:hover{
	color:#0099FF;
}

.hidden{
	display:none;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display: block;
	padding:2px;
	background-color:#EFEFEF;
	border-bottom:1px solid #999999;
	color:#1C6AB1;
}

h1 a{
	color:#1C6AB1;
	text-decoration:none;
}

h1 a:visited{
	color:#1C6AB1;
	text-decoration:none;
}

h1 a:hover{
	color:#0099FF;
	text-decoration:underline;
}
h3{
background-color:#FFFFFF;
color:#003399;
}

h2{
	font-size:12px;
	font-weight:bold;
	display: block;
	border-bottom:1px dotted #CCCCCC;
	background-color:#1C6AB1;
	padding:2px;
	color:#FCFCF7;
}

h5{
	font-size:12px;
	font-weight:bold;
}

li{
padding:1px;
}

/* ~~~~~~~~~~~~~~~~ INPUT KOMPONENTE ~~~~~~~~~~~~~~~~ */
input{
	border-bottom:1px solid #333333;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

input.required{
	border-bottom:1px solid #333333;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}

input.check{
/*	border:1px solid #FFFFFF;*/
}

input.radio{
	border:1px solid #FFFFFF;
}

input.button{
	background-color:#DDDDDD;
	color:#000000;
	width:120px;
	border:1px solid #1C6AB1;
}

input.button:hover{
	background-color:#1C6AB1;
	color:#FFFFFF;
	width:120px;
	border:1px solid #CCCCCC;
}

/* ~~~~~~~~~~~~~~~~ KOMPONENTE containers - START ~~~~~~~~~~~~~~~~ */

#all{
	position: relative;
	top:-15px;
	width:769px;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

#logo{
	
	width:205px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
}

#con_footer{
	background:url(../img/subNav2.gif);
	text-align:left;
	position:relative; 
	//bottom:0px;
	width:205px;
	top:318px;
	left:5px;
	margin:0;
	padding:0;
	
	
}



/* ~~~~~~~~~~~~~~~~ KOMPONENTE containers - END ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT - START ~~~~~~~~~~~~~~~~ */


#fact_sheet{
	position:relative;
	left:-11px;
	width:530px;
}


#im_sheet{
	position:relative;

	left:-10px;
	width:530px;
}


#content_header{
	position:absolute;
	top:93px;
	left:212px;
	height:81px;
	width:571px;
}

#content_header_start{
	position:absolute;
	top:100px;
	left:3px;
	height:81px;
	width:571px;
}

#content_header_start_big{
	position:absolute;
	top:97px;
	left:3px;
	height:84px;
	width:770px;
}

#content{
	background:url(../img/con_bg.gif);
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#FCFCF7;
	position:absolute;
	top:179px;
	left:213px;
	width:551px;
	text-align:left;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}



#content_footer{


	position:absolute;
	left:-2px;

	height:23px;
	width:571px;
	text-align:right;
	font-size:10px;
	color:#FCFCF7;
	padding-top:-1px;
}



/* ~~~~~~~~~~~~~~~~ CONTENT - END ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ language change right top START ~~~~~~~~~~~~~~~~ */

#lang_change{
	background:url(../img/language.jpg) no-repeat;
	height:26px;
	width:118px;
	position:absolute;
	top:0px;
	left:666px;
	text-align:center;
}

#lang_change a{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#0033CC;
	text-decoration:none;
}
#lang_change a:hover{
	text-decoration:underline;
}

.table {

	padding:50;
	valign='top';
}




/* ~~~~~~~~~~~~~~~~ language change right top END ~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~ Pathway START ~~~~~~~~~~~~~~~~ */

#pathway{
	padding:6px 0 5px 15px;
	font-size:10px;
}

#pathway a{
	text-decoration:none;
	color:#fcfcf7;
	padding:1px 0;
}

#pathway a:hover{
	background-color:#fcfcf7;
	color:#0066cc;
	padding:1px 0;
}

/* ~~~~~~~~~~~~~~~~ Pathway END ~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~ Left Sub Navigation START ~~~~~~~~~~~~~~~~ */

#con_left_nav{
	background:url(../img/nav.jpg) no-repeat;
	width:205px;
	height:470px;
	position:absolute;
	top:95px;
	left:5px;
	color:#FFFFFF;
	text-align:left;
	margin:0;
	z-index:2;
 }



#left_navi{
}

#left_navi ul{
	list-style-image:url(../img/pfeilsp.gif);
	font-weight:bold;
	padding: 0 10px 0 10px;
	margin: 0 0 0 20px;
}

#left_navi li{
	margin:0;

	padding:2px;
	margin-bottom:2px;
}

#left_navi a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}

#left_navi a:hover{

	color:#1c6ab1;
	background-color:#D2D2D2;
	padding-left:20px;
	margin-left:-20px;
}

#current_nav a:hover{
	
	background-color:transparent;
	padding-left:20px;
	margin-left:-20px;
	//width:20px;
}


img.hr_navi{
	margin:0 0 0 -20px;
	padding:0 0 0 0;
	border:0;
}
/* ~~~~~~~~~~~~~~~~ Left Sub Navigation END ~~~~~~~~~~~~~~~~ */

