


/**********************/
/* Generals */
/**********************/

html 
	{
	height: 100.02%;
	}


body
	{
	margin:0px; 
	background-color:#CCC; 
    background-image:url(../w_images/bgframeset/bg.gif);
	text-align:center;
	}

div, p, li, blockquote, table, tr, td
	{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	}

p
	{
	margin:0;
	margin-bottom:10px;
	line-height:180%; 
	}
	
p.check
	{
	padding:10px;
	color:#FFF;
	background-color:#B5584A;
	font-weight:bold;
	}
	
/**********************/
/* Links*/
/**********************/

a:link, a:visited
	{
	color:#000;
	}
	
a:hover, a:active
	{
	color:#FF6633;
	text-decoration:underline;
	}

.active
	{
	color:#FF6633;
	}	
	
/**********************/
/* Headings */
/**********************/

h1
	{
	font-weight: bold;
	color: #30659A;	
	font-size:140%;
	margin:0;
	margin-bottom:1em;
	text-transform:none;	
	}
	
h2, h2 a:link, h2 a:visited
	{
	font-weight: normal;
	color: #30659A;	
	font-size:100%;
	line-height:180%; 
	margin:0;
	margin-bottom:1em;
	text-transform:none;	
	}
	
h2 a:active,h2 a:hover
	{
	color: #FF6633;	
	}	
	
h1.pageLabel
	{
	text-align:right
	}	

h3
	{
	color:#30659A;
	font-size:11px;	
	font-weight:bold;
	background-image: url(../w_images/elements/underline.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	padding-bottom:2px;
	margin-top:20px;
	margin-bottom:6px;	
	}
	
h6
	{
	color:#A1B9D1;
	font-size:11px;	
	font-weight:normal;	
	margin:0;
	margin-bottom:1em;	
	}	
	
.heading1, .heading2, .heading3, .heading4
	{
	margin:0;
	padding:0px 4px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../w_images/elements/bgheading.gif);
	}

.heading4
	{
	margin-top:20px; 
	margin-bottom:10px;
	}

.heading3
	{
	margin-top:16px;
	margin-bottom:10px;
	padding:0;	
	color:#000000;
	font-weight:bold;
	background-image:none;
	}

.heading2 
	{
	margin-top:0px;
	margin-bottom:10px;
	padding:0;	
	color:#000000;
	font-weight:bold;
	background-image:none;
	}
	
.heading1
	{
	margin-top:0px; 
	margin-bottom:10px;
	}
	
.remark, .remark a:link,.remark a:visited
	{
	color:#999
	}
	
.remark a:active,.remark a:hover
	{
	color:#FF6633
	}	
	
/**********************/
/* p Lists */
/**********************/

.tbl_index	{

	margin:0;padding:0;
	line-height:140%;
}
	

	
/**********************/
/* Lists */
/**********************/

ul
	{
	margin:0;
	padding:0;
	}
	
li
	{
	list-style-type: none;	
	line-height:180%;
	margin-bottom:10px;
	padding:0;
	margin:0;	
	}
	
li
	{
	background:url(../w_images/elements/dot_okker.gif);
	background-repeat:no-repeat;
	background-position:0 9px;	
	padding:0;
	padding-bottom:8px;
	padding-left:12px;	
	margin-right:20px;	
	}
	
.index li
	{
	background:url(../w_images/elements/check1.gif);
	background-repeat:no-repeat;
	background-position:5px 0px;	
	padding:0;
	padding-bottom:8px;
	padding-left:30px;	
	margin-right:20px;	
	}	
	
.inline li
	{
	display:inline;
	padding:0;
	padding-bottom:8px;
	padding-left:12px;	
	margin:0;
	}	
	
.menu li, .labelmenu li
	{
	background:none;
	display: inline;
	list-style-type:none;
	padding:0;
	padding:0 8px 0 4px;
	margin:0;
	}
	
ul.menu
	{
	margin:0;
	}

ul.labelmenu
	{
	margin:0;
	margin-top:30px;
	}	
	
#more ul
	{
	margin:10px 0px 10px 60px;
	}
	
			

/**********************/
/* Images */
/**********************/

img
	{
	border:0;
	}

img.more
	{
	float:right;
	margin-top:-12px;
	padding:0px 0px 5px 20px;
	border:0;
	}
	
#keyvisual img
	{
	border-top:2px solid #111;
	}			
		

	

/**********************/
/* Tables */
/**********************/

th	{
	text-align:left;
	}

td.top
	{
	vertical-align:top;
	}
	
td.emphasis
	{
	font-weight:bold;
	color:#7B94B8;
	}	


.contentTable td
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.contentTable 
	{
	padding:0;
	margin-bottom:20px;
	}
	
.listTable td
	{
	border-bottom:1px solid #CCC;
	padding:7px 0px 7px 0px;
	}	

table.tblRight {

	width:245px;
	
}	

table.tblRight td
	{
	padding:5px 0;border-bottom:1px solid #CCC;
}

table.blog 
	{
	margin:0 0 20px 0;
	
}
table.blog td
	{
	padding:5px 0;border-bottom:1px solid #CCC;
	
}

table.blog td.spacer
	{
	padding:0;border:0;
	
}



/**********************/
/* Text */
/**********************/

.example
	{
	color:#7B94B8;
	}
	
.note
	{
	color:#999;
	}	

/**********************/
/* Forms */
/**********************/


form
	{
	margin:0;
	padding:0;
	}


input
	{
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:3px;
	color:#000;
	background-color:#ECF1F6;
	border:1px solid #999;
	}
	
input.me, select.me
	{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:3px;
	color:#000;
	background-color:#FFF;
	border:1px solid #999;
	}	

textarea
	{
	width:390px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:3px;
	color:#000;
	background-color:#ECF1F6;
	border:1px solid #999;
	}
	
input.rb
	{
	border:0;
	width:auto;
	}	
	
.button
	{
	width:144px;
	background:#9999CC;
	background-image:url(../w_images/elements/bgbutton.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
	padding:3px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000033;
	border:1px solid #9999CC;
	}
	
.divsubmit
	{
	margin-top:0px;
	text-align:right;
	padding:5px;
	background-color:#ECF1F6;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}
	
/**********************/
/* pageLink */
/**********************/

div.pageLink
	{
	margin-bottom:0px;
	}

p.pageLinkTitle
	{
	background-image: url(../w_images/elements/underline.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	padding-bottom:2px;
	margin-bottom:0px;
	}

.pageLink a:link, .pageLink a:visited
	{
	color:#D85C0B;
	display:block;
	text-decoration: none;
	background-image: url(../w_images/elements/link.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;
	}

.pageLink a:hover, .pageLink a:active
	{
	color: #CC3300;
	text-decoration: none;
	background-image: url(../w_images/elements/link_hover.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;
	}
	
.pageLinkText
	{
	margin:3px 0 12px 0;
	}		

/**********************/
/* Content */
/**********************/


.rightDiv
	{
	margin-top:40px;
	padding-left:4px;
	width:245px;	
	}

.rightTitle
	{
	margin:0;
	margin-bottom:6px;	
	font-size:11px;
	color:#333;
	font-weight:bold;
	}
				
p.rightText
	{
	margin:0;
	}
	
p.rightText
	{
	margin-bottom:8px;
	}	
	
.rightDiv form
	{
	padding:0px;
	margin-bottom:8px;
	background:#ECF1F6;
	border:0px solid #6B788B;
	}	
	
.rightDiv form p.rightTitle, .rightDiv div p.rightTitle
	{
	color:#000;
	font-weight:bold;		
	padding:2px 7px;
	background:#D1DAE3;

	}	
	
.rightDiv form p.rightTitle a:link,.rightDiv form p.rightTitle a:visited
	{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-image: url(../w_images/elements/link.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;	
	}
	
.rightDiv form p.rightTitle a:hover,.rightDiv form p.rightTitle a:active
	{
	color:#CC3300;
	text-decoration:none;
	display:block;
	background-image: url(../w_images/elements/link_hover.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;	
	}	
	
.rightDiv form p.rightText
	{
	padding:2px 7px;
	}		
		
.rightDiv input,.rightDiv textarea
	{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:3px;
	color:#313946;
	background-color:#FFF;
	border:1px solid #96A1B5;
	}

.rightDiv .rightButton
	{
	width:228px;
	background:#6B788B;
	margin:0;
	margin:10px 0;	
	padding:3px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	border:1px solid #6B768A;
	}
	
.rightNav
	{
	margin-top:40px;
	background: #ECF1F6;
	border: 1px solid #CCC;
	padding:0;
	text-align:left;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	width: 256px;
	}	
	
.rightNav p
	{
	padding:5px;
	margin:0;
	}	
	
.rightNav p.link
	{
	background-color:#E7EDF3;
	border-top:1px solid #CCC;	
}	

.rightNavTitle
	{
	width:246px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:bold;
	text-transform:uppercase;
	background-color:#D1DAE3;
	border-bottom:1px solid #CCC;	
	}
	
p.rightNavSubTitle
	{
	width:246px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:normal;
	text-transform:uppercase;
	background-color:#D1DAE3;
	border-bottom:1px solid #96A1B5;
	margin-top:10px;
	}	
	
.rightNav a:link, .rightNav a:visited
	{
	display:block;
	padding-left:20px;
	text-decoration: none;
	background-image: url(/w_images/elements/link.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	}

.rightNav a:hover, .rightNav a:active, .rightNav a.active
	{
	color: #CC3300;
	text-decoration: none;
	background-image: url(/w_images/elements/link_hover.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	}
	
.rightNav form
	{
	padding:0px;
	margin:0px;
	}	
	
.rightNav input,.rightDiv textarea
	{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:3px;
	color:#313946;
	background-color:#FFF;
	border:1px solid #96A1B5;
	}	
	
.rightNav .button
	{
	width:228px;
	background:#6B788B;
	margin:0;
	margin:10px 0;	
	padding:3px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	border:1px solid #6B768A;
	}	
	
.rightNav table td
	{
	padding:5px;
	}	
		
table.mva
	{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;	
	}

table.mva th
	{
	background:#E9E9E9;
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	padding:5px;
	padding-left:8px;padding-top:20px;
	}	
	
table.mva td
	{
	background:#F1F1F1;
	border-bottom:1px solid #FFF;
	padding:5px;padding-left:8px;
	text-align:left;
	}
	
table.mva td.spacer
	{
	background:#F1F1F1;
	border-bottom:0;
	}		

table.white
	{
	margin:0px 0px;
	width:400px;	
	}

table.white td
	{
	border-bottom:1px solid #DDD;
	padding:7px 0px 7px 0px;
	}
	
table.right
	{
	margin:0px 0px;
	width:220px;	
	}

table.right td
	{
	border-bottom:1px solid #DDD;
	padding:7px 0px 7px 0px;
	}	
	
	
	
/**********************/
/* pageLink right */
/**********************/

.rightDiv div.pageLink
	{
	margin-bottom:5px;
	}

p.pageLinkTitle
	{
	background-image: url(../w_images/elements/underline.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	padding-bottom:2px;
	margin-bottom:0px;
	}

.pageLink a:link, .pageLink a:visited
	{
	color:#D85C0B;
	display:block;
	text-decoration: none;
	background-image: url(../w_images/elements/link.gif);
	background-repeat:no-repeat;
	background-position:100% 3px;
	padding-right:15px;
	padding-bottom:2px;	
	line-height:130%;
	}

.pageLink a:hover, .pageLink a:active
	{
	color: #CC3300;
	text-decoration: none;
	background-image: url(../w_images/elements/link_hover.gif);
	background-repeat:no-repeat;
	background-position:100% 3px;
	}	

/**********************/
/* pageregionBottom*/
/**********************/


#copyright
	{
	color:#CCCCFF;
	}


#copyright a:link, #copyright a:visited
	{
	color:white;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;	
	}

#copyright a:hover, #copyright a:active
	{
	color:#FF6600;
	text-decoration:none;
	}
	
/**********************/
/* blog*/
/**********************/	
	
.blog h3
	{
	color:#000;
	font-size:14px;	
	font-weight:bold;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:6px;
	background-image:none;
	}

.blog h3 a:link,.blog h3 a:visited
	{
	text-decoration:none;
	color:#000;
	}		
	
.blog h3 a:hover,.blog h3 a:active
	{
	text-decoration:none;
	color:#CC3300;
	}		
		
	
.blog p.left
	{
	margin-bottom:0;
	}
	
.blog p.right
	{
	margin:0;
	text-align:right;
	}
	
.blog strong	
	{
	color:#30659A;
	}	
	
div.blogtipp 
	{
	width:400px;
	margin:10px 0;
	background: #ECF1F6;
	border: 1px solid #CCC;
	padding:0;
	text-align:left;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	}
	
div.blogtipp p
	{
		
	margin:10px 20px;
	color:#191970;
	text-align:center;
	}	
	
/**********************/
/* iFrames*/
/**********************/

iframe {

	width: 100%;
	height:400px;
	background: #FFF;
	border:0;
	margin:0;padding:0;

	}
	
/**********************/
/* Weblink*/
/**********************/

div.wlAnzeige
	{
	margin-top:10px;
}

div.wlAnzeige p.rightNavTitle
	{
	color:#989E96
}

div.wlAnzeige p.link
	{
	background-color:#E7EDF3;
	border-top:1px solid #CCC;	
}


form.wlRegister
	{
	margin:0;padding:0;
}


form.wlRegister.wl table td
	{
	vertical-align:top;
}

form.wlRegister input, form.wlRegister select
	{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	padding:3px;
	width:300px;	
}

form.wlRegister input.right, form.wlRegister textarea.right
	{
	width:250px;	
}

form.wlRegister input.sub, form.wlRegister textarea.sub
	{
	width:406px;	
}

form.wlRegister select
	{
	width:308px;
	background-color:#ECF1F6;	
	border:1px solid #999;
}

form.wlRegister select.right
	{
	width:258px;
	background-color:#ECF1F6;	
	border:1px solid #999;
}


div.wlTicker p
	{
	padding:2px 5px;
}

/**************************/
/* Markt-Positionierung   */
/**************************/

div.po div.panel input
	{
	width:50px;border:0;
	text-align:right;
	color:#C00;font-weight:bold;
}

div.po h4
	{
	margin-bottom:0;padding:5px;
	background:#999;color:#F1F1F1;
	border-bottom:1px solid #F1F1F1;
}

div.po input
	{
	width:auto;
}

div.po table
	{
	margin-bottom:20px;
}

div.po table
	{
	width:410px;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

div.po table th
	{		
	padding:5px;
	background:#CCC;color:#555;	
}

div.po table th.title
	{		
	margin-bottom:0;padding:5px;
	background:#999;color:#F1F1F1;
	border-bottom:1px solid #F1F1F1;
	text-align:right;	
}

div.po table td
	{		
	padding:3px 0;
	text-align:center;
}

div.po table td.left
	{		
	padding-left:20px;
	text-align:left;
}

div.po table td.right
	{		
	padding-right:20px;
	text-align:right;
}

div.po table.B
	{
 	background:#F1F1F1;
}

div.po table.B th
	{		
	background:#CCC;color:#555;	
}

div.po table.B th.title
	{		
	background:#999;color:#F1F1F1;
	border-bottom:1px solid #F1F1F1;
}

div.po table.O
	{
	background:#ECF1F6;
}

div.po table.O th
	{		
	background:#D9E3ED;color:#555;	
}

div.po table.O th.title
	{		
	background:#7B94B8;color:#F1F1F1;
	border-bottom:1px solid #F1F1F1;
}

div.po div.panel
	{
	
	border:1px solid #999;
	color:#555;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding:5px;margin-bottom:20px;
	background:#ECF1F6;	
}

div.po div.panel table
	{
	padding:0;margin:0;
	border:0;width:400px;
}

div.po div.panel table td.left, div.po div.panel table td.right
	{		
	padding:5px;color:#555;
}

div.po div.panel table td.spacer
	{		
	padding:0;
}

div.po div.panel table td.bu
	{		
	font-weight:bold;color:#C00;
}

div.po div.submit
 	{		

	margin-top:20px;
	text-align:right;
}

div.po input.submit
 	{		
	margin: auto;
	background-color: #FF6633;
	color:#000;
	font-weight:bold;
	padding:5px 10px;
}


/**************************/
/* Anzeige                */
/**************************/

div.anzeige
	{
	margin-top:20px;
}

div.anzeige p.titel
	{
	margin:0;
}

div.anzeige p.titel a
	{
	margin:0;
	font-size:14px;
}

div.anzeige p.titel a:link,div.anzeige p.titel a:active,div.anzeige p.titel a:visited
	{
	color:#06F
}

div.anzeige p.tag
	{
	margin:0;
}








