@charset "utf-8";
/* CSS Document */

*	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#1E3C64;
}

h1	{
	color:#292929;
	font-family:verdana;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
}

h2	{
	color:#234e9a;
	font-family:verdana;
	font-size:15px;
	font-weight:bolder;
	margin-top:0px;
}

h3	{
	color:#234e9a;
	font-family:verdana;
	font-size:12px;
	font-weight:bolder;
	margin:0px;
}

body	{
	margin:0px;
	padding:0px;
	background:#eef1f7;
}
/***************************************/
#header	{
	width:990px;
	height:140px;
	position:relative;
	top:0px;
	left:0px;
	background:url("../../images/vpv-header.png") left no-repeat #fff;
}

.staticmenu	{
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	background-color:#d3dceb;
	padding:3px 5px 0px 5px;
}

.staticmenu	 a	{
	color:#234e9a;	
	margin:0px 3px 0px 3px;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	font-size:9pt;
}

.staticmenu	 a:hover	{
	border-bottom:1px dotted #234e9a;
}
.staticmenu	.active_link a	{
	background-color:#234e9a;	
	color:#fff;
}

#mainnav	{
	position:relative;
	/*top:140px;*/
	width:100%;
	left:0px;
	height:36px;
	background:url("../../images/gfx_nav_hg.png") left repeat-x;
}
#mainnav  ul{
	position:relative;
	left:175px;
	margin:0px;
	padding:0px 8px 0px 0px;
	height:36px;
	list-style:none;
	background:url("../../images/gfx_ul.png") right no-repeat;
	display:inline-block;
}
*+html #mainnav  ul{
	display:inline;
}

#mainnav  ul li	{
	height:36px;
	display:block;
	float:left;
	margin:0px;
	background:url("../../images/gfx_li.png") left repeat-x;
	line-height:25px;
}
#mainnav  ul li	a{
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
	padding:0px 20px 0px 20px;
	border-right:1px solid #0c2b52;
	margin-top:9px;
	height:27px;
	display:block;
}

#mainnav  ul li	a:hover,
#mainnav  ul li.active_link a{
	background:url("../../images/gfx_li_ac.png") left repeat-x;
}



/***************************************/
#content {
	position:relative;	
	padding-top:25px;
	background-color:#fff;
	width:990px;
	clear:both;
}

.clearer	{
	clear:both;
}	
#breadcrumb	{
	height:20px;
	margin-left:253px;
	margin-bottom:15px;
	display:block;
	clear:both;	
	color:#888888;
}

#breadcrumb	h5 {
	font-size:8pt;
	padding:0px;
	margin:0px;
		font-weight:normal;
}

#breadcrumb	a{
	color:#363636;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}

#leftCol	{
	width:205px;
	padding-left:12px;
	float:left;
}
/*
#leftCol ul	{
	padding:0px;
	margin:0px;
	list-style:none;	

}

#leftCol ul	li	{
	width:205px;
	margin-bottom:1px;
}
*/
#leftCol ul	li a,
#leftCol .leftnav_1-level1-no a{
	background:url("../../images/gfx_nav_arrow.png") left no-repeat #d3dceb;
	color:#234e9a;	
	text-decoration:none;
	padding:4px 0px 4px 28px;
	font-size:9pt;
	font-weight:bold;
	display:block;
	/*+height:19px;*/
	border-bottom:1px solid #fff;
}

#leftCol ul	li a:hover,
#leftCol ul	li.active_link a,
#leftCol .leftnav_1-level1-act a{
	background:url("../../images/gfx_nav_arrow_ac.png") left no-repeat #b30000;
	color:#fff;	
	text-decoration:none;
	padding:4px 0px 4px 28px;
	font-size:9pt;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #fff;
}


#leftCol .leftnav_1-level2-act a,
#leftCol .leftnav_1-level2-no a {
	background:url("../../images/gfx_nav_arrow_ac2.png") left no-repeat #b55d5d;
	background-position:5px -2px;
	color:#fff;	
	text-decoration:none;
	padding:4px 0px 4px 30px;
	font-size:8pt;
	font-weight:bold;
	display:block;
}

#leftCol .leftnav_1-level2-act a {
	padding:4px 0px 4px 45px;
	background-position:15px 0px;
}

#teaser	{
	float:left;
	display:block;
	width:240px;	
}

#rightCol	{
	width:500px;
	float:left;
	padding-left:20px;
	margin-right:10px;
}

#rightCol a	{
	color:#234e9a;
	text-decoration:none;
	font-weight:bold;
}
#rightCol a:hover	{
	color:#b30000;
}


#rightCol a.internal-link {
	background:url("../../images/icon_arrow_blue.gif") left no-repeat;	
	padding-left:8px;
	font-weight:normal;
}

#rightCol a.internal-link:hover {
	background:url("../../images/icon_arrow_red.gif") left no-repeat;	
}

#rightCol .csc-frame-frame1{
	border-bottom:1px solid #234E9A;
	margin-bottom:15px;
	background-color:#D3DCEB;
}
#rightCol .csc-frame-frame1 h1	{
	background:#234E9A;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:10px;
}

#rightCol .csc-frame-frame1 .bodytext	{
	padding-left:10px;	
}

#rightCol .csc-frame-frame1 a	{
	font-weight:bold;	
}


#rightCol .csc-frame-frame1	 .bodytext a{
	font-size:8pt!important;
}
/***************************************/
#teaser .csc-frame-frame1	{
	width:230px;
	height:auto!important;
	background-color:#d3dceb;
	color:#234e9a;
	padding:0px 0px 5px 0px;
	float:left;
	margin:0px 0px 20px 0px;
}

#teaser .csc-frame-frame1 a	{
	font-size:8pt !important;	
}

#teaser .csc-frame-frame1	 .bodytext	{
	padding:0px 10px 0px 10px;	
	line-height:14px;
	margin:10px 0px 10px 0px;
	font-size:8pt!important;
}

#teaser .csc-frame-frame1	h1	{
	font-size:9pt!important;
	display:block;
	background:url("../../images/gfx_teaser_hg.png") repeat-x;
	height:21px;
	padding:0px 0px 0px 10px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
}

#teaser .csc-frame-frame1	 .bodytext a.internal-link{
	background:url("../../images/gfx_red_arrow.gif") no-repeat bottom right; 
	font-weight:normal;
	padding-right:18px;
	padding-left:0px;
}

*+html #teaser .csc-frame-frame1	 .bodytext a.internal-link{
	background:url("../../images/gfx_red_arrow.gif") no-repeat bottom; 
} 

#teaser .csc-frame-frame1	 .bodytext a.internal-link:hover{
	background:url("../../images/gfx_red_arrow.gif") no-repeat bottom right; 
}

*+html #teaser .csc-frame-frame1	 .bodytext a.internal-link:hover{
	background:url("../../images/gfx_red_arrow.gif") no-repeat bottom; 
} 
/***************************************/

/***************************************/
#footer	{
	width:100%;
	left:0px;
	height:25px;
	clear:both;
	background:url("../../images/gfx_footer_hg.png") left repeat-x;
	margin-bottom:10px;
}

.footer_nav	{
	color:#fff;
	margin-left:12px;
	font-size:8pt;
	line-height:20px;
}

/************************************/

.csc-sitemap ul	li {
	border-bottom:2px dotted #d3dceb;
	margin-bottom:5px;
	padding-bottom:5px;
	list-style:square;

}

.csc-sitemap ul	li a	{
	color:#234e9a;
	text-decoration:none;
	font-weight:bold;
}

.csc-sitemap ul	li ul li {
	border:0px;
	margin-top:2px;
	padding-top:2px;
	margin-bottom:2px;
	padding-bottom:2px;
	list-style:outside;
}

.csc-sitemap ul	li ul li ul li {
	list-style:circle;
}

.csc-sitemap ul	li ul li a	{
	color:#234e9a;
	text-decoration:none;
	font-weight:normal!important;
}

/*************************************/

fieldset	{
	border:0px;
	background-color:#EEF1F7;
	width:470px;
	padding:15px;
	margin-bottom:20px;
}

label {
	width:120px;
	display:block;
	float:left;
	margin-bottom:5px;
}

input	{
	width:300px;
	margin-bottom:5px
}

textarea	{
	width:300px;	
}

#mailformformtype_mail	{
	width:100px;	
}
.csc-mailform-label	{
	font-weight:bold;
}

/************************************/

.tx_lumogooglemaps_pi1_sidebar	{
	display:none;	
}

/*************************************/
table.firmen-details tr	{
	vertical-align:top;
}
table.firmen-details .td-0	{
	width:160px;
	text-align:left;
}

/*********************************/

.bodytext .detail{
	color:#888888;	
}
.bodytext 	{
	margin:10px 0px 10px 0px;	 
} 

/*************************************************/

.table_produkte {
	border:1px solid #d3dceb;	
	padding:6px;
}
.table_produkte .bodytext {
	margin:2px 0px 2px 4px;	
}

.table_produkte caption	{
	text-align:left;
	padding-left:13px;
	font-size:13px;
	margin-top:2px;
	font-weight:bold;
}
.table_produkte table tbody .bodytext {
	padding-left:10px;
}
.table_produkte .contenttable	{

	border:1px solid #234E9A;
	margin:10px 0px 10px 0px;
}
.table_produkte  h4	{
	margin-top:2px;
	font-size:12px;
}

.table_produkte thead	{
	background:#234E9A;
}

div.table_produkte #tab_head .bodytext	{
	color:white!important;
	display:block;
	background:#234E9A;
	padding:0px 7px;
}
div.table_produkte #tab_head {
	color:white!important;
		background:#234E9A;
		text-align:left;
}

.table_produkte .tab_row1{
	background-color:#E7ECF2;		
}

/*div.table_produkte .tab_row2 {
	background:#234E9A;
	color:white!important;
}*/

.tab_row1 ul {
padding-top:10px;
padding-bottom:10px;
list-style:square;
}

.tab_row1 ul li {
margin:5px 0px;
} 


/****************************************************/

.finanzrechner_eingabe	{
	border-top:1px dotted #234E9A;
	padding-top:10px;
}

.finanzrechner_eingabe label	{
	width:250px;
	text-align:right;
	padding-right:10px;
}

.finanzrechner_eingabe input	{
	width:100px;
	text-align:right;
}

.finanzrechner_button {
	border-bottom:1px dotted #234E9A;
	padding-bottom:10px;
	border-top:1px dotted #234E9A;
	padding-top:10px;

}
.finanzrechner_button input.finanzrechner_submit	{
	margin-left:260px;
	margin-bottom:0px;
	text-align:center;
}

.finanzrechner_ergebnis {
	margin-top:10px;
	border-bottom:1px dotted #234E9A;
	padding-bottom:10px;
}

.finanzrechner_ergebnis label.infotext	{
	width:250px;
	text-align:right;
	padding-right:10px;
}

.finanzrechner_ergebnis label.ergebnistext {
	border-bottom:1px solid #234E9A;
	text-align:right;
}
