body{
background-color:#cccccc;
background-image:url(../img/bmobg.gif);
font-family: Verdana, Helvetica, Arial, sans-serif;
color:#5c5c5c;
font-size: 12px;
}

UL.bullet {
    margin:5px 0px 0px 10px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
}

UL.bullet LI {
    padding:0px 0px 5px 14px;
    background-image:url(../img/bullet.gif);
    background-repeat:no-repeat;
    background-position:0em 0.4em;
}

UL.lister {
    margin:5px 0px 0px 10px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
}

UL.lister LI {
    padding:25px;
    background-image:url(../img/mann.gif);
    background-repeat:no-repeat;
    background-position:0em 0.0em;
    font-weight:bold;
    font-size: 13px;
}

.tbbg{
background-image: url(../img/bg.gif);
background-repeat: repeat-x;
background-color:#f7f7f7;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color:#5c5c5c;
border:1px solid #8c8c8c;
}

.header{
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
background-position: top left;
width:990px;
height:151px;
}
.logo{
background-image: url(../img/logo.gif);
background-repeat: no-repeat;
background-position: top left;
height:99px;
}

.nav{
background-image: url(../img/navbg.gif);
background-repeat: repeat-x;
background-position: top left;
height:22px;
}


form,div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 10;
	padding: 0;
}

td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #5c5c5c;
	text-decoration: underline
}
a:hover {
	color: #f7c705;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	color:#5c5c5c;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
color:#5c5c5c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
color:#5c5c5c;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#5c5c5c;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}
 /* =====  FAQ  ===== */

.docuFAQ {
    margin:0 0 10px 0;
    padding:0px;
}

.docuFAQ h5 {
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:0 0 10px 20px;
    background-image:url(../img/faq_closed.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    cursor:pointer;
}

.docuFAQ .faqEntry h5 {
    background-image:url(../img/faq_open.gif);
    background-position:left 4px;
    background-repeat:no-repeat;
}

.docuFAQ .faqImage {
    padding:0px;
    margin:3px 3px 15px 15px;
}

.docuFAQ .faqCaption {
    padding:0px;
    margin:4px 0 0 0;
    font-size:9px;
}

.docuFAQ p {
    padding:0 0 0 20px;
    margin:0px;
}

.docuFAQ .faqEntry {
    border-bottom:1px dotted #cccccc;
    margin:0 0 15px 0;
    padding:0 0 10px 0;
    display:none;
}
/* =====  Form Styles  ===== */	

#search_submit_button,

#search_submit_button:focus,

#search_submit_button:active{

	font-size: 11px;

	width: 125px;

	height:20px;

	padding:1px;

	margin-bottom:2px;

	font-weight: bold; 

	text-decoration:none;

	background-color: #fed016;

	border: 0px;

}



#search_submit_button:hover{

	background-color: #fed016;

	border: 0px;
	font-size: 11px;

}



.error{

	color:#ffa800; 

	background:transparent;

}



.textfeld, .inputNewsletter{

	font-size: 0.8em;

	width: 250px;

	height:18px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	border:0px;

	margin:2px;

	padding-left:2px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}





.plz {

	font-size: 0.8em;

	width: 53px;

	height:18px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	border:0px;

	margin:2px 0 2px 2px;

	padding-left:2px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}



.ort {

	font-size: 0.8em;

	width: 189px;

	height:18px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	border:0px;

	margin:2px 0 2px 0;

	padding-left:0px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}



.textfeld_s{

	font-size: 0.8em;

	width: 185px;

	height:18px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	border:0px;

	margin:2px;

	padding-left:2px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}



checkbox{

	font-size: 0.8em;

	width: 10px;

	height:10px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	border:0px;

	padding-left:2px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}



.textfeld2{

	font-size: 0.8em;

	width: 252px;

	height:190px;

	color:#676D72;

	background-color: #e8f1f9;

	border:1px solid #ffffff;

	padding-left:2px;

	font-size:11px; 

	font-weight: normal; 

	text-decoration:none;

}







.button,

.button:focus,

.button:active{

	font-size: 11px;

	width: 130px;

	height:37px;

	padding:2px 0 10px 0;

	margin: 2px 0 0 0;

	color:#61656d;

	font-weight: bold; 

	text-decoration:none;

	background-color: transparent;

	border: 0px;

	background-image:url(../img/button.gif);

	background-position:left top;

	background-repeat: no-repeat;

}



.button:hover{

	background-color: transparent;

	border: 0px;

	color:#61656d;

	font-size: 11px;

	background-image:url(../img/button_hover.gif);

	background-position:left top;

	background-repeat: no-repeat;

}





.formButton{

	font-size: 0.9em;

	width: 90px;

	height:203px;

	padding:1px;

	margin-bottom:2px;

	font-weight: bold; 

	text-decoration:none;

	background-repeat:no-repeat;

	background-position:0em 0.2em;

	background-color: #1E4E8F;

	border: 1px solid #D1E0EE;

	color:#ffffff;

}





.gbInputTextarea{

	font-size: 0.8em;

	width: 350px;

	height:150px;

	color:#676D72;

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	font-weight: normal; 

	text-decoration:none;

}



.gbInputField{

	font-size: 0.8em;

	width: 350px;

	height:16px;

	color:#676D72;

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	font-weight: normal; 

	text-decoration:none;

}



.gbInputFieldCaptcha{

	font-size: 0.8em;

	width: 150px;

	height:16px;

	color:#676D72;

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	font-weight: normal; 

	text-decoration:none;

}





.globalbtstyle,

.globalbtstyle:focus,

.globalbtstyle:active{

	background-color: #1E4E8F;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	height:18px;

}





.globalbtstyle:hover{

	background-color: #4C78B3;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	height:18px;

}







.btstyle,

.btstyle:focus,

.btstyle:active{

	background-color: #1E4E8F;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	width:150px;

	height:18px;

}





.btstyle:hover{

	background-color: #4C78B3;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	width:150px;

	height:18px;

}





.size1 {width:230px;height:18px;}

.size2 {width:50px;height:18px;}

.size3 {width:176px;height:18px;}

.size4 {width:230px;height:170px;}

.size5 {width:270px;height:18px;}

.size6 {width:270px;height:150px;}

.size7 {width:280px;height:123px;}

.size8 {width:100px;height:18px;}

.size9 {width:30px;height:18px;}

.size10 {width:70px;height:18px;}

.linkarea {width:400px;height:100px;}





.linkarea{

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	color:#61656d;

	font-size:11px;

}



.linkarea:focus,

.linkarea:active,

.linkarea.hover{

	background: #fdf9d1;

	border: 1px solid #d5d5d5;

	color: #1e4a81;

	font-size:11px;

}





select, .size1,.size2,.size3,.size4,.size5,.size6,.size7,.size8,.size9,.size10 {

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	color:#61656d;

	font-size:11px;

}



select:hover{

	border: 1px solid #d5d5d5;

	color: #61656d;

	font-size:11px;

}



#search_input_field:focus,

select:focus,

input:focus,

textarea:focus{

	background: #fdf9d1;

	border: 1px solid #d5d5d5;

	color: #1e4a81;

	font-size:11px;

}



.deepblue{

	background-color: #5A85B0;

	padding-left:2px;

	color:#ffffff;

	font-size:11px;

	height:18px;

}





.inselect{

	background-color: #fafbfb;

	border-bottom:1px dashed #d5d5d5;

	padding:1px;

	color:#61656d;

	font-size:11px;

}



.customSearchInput{

	background-color: #e8f1f9;

	border:1px solid #d5d5d5;

	padding-left:2px;

	color:#61656d;

	width:140px; 

	height:16px; 

	font-size:10px;

}









fieldset{

	border:1px solid #C7D5E5; 

	width:95%;

	padding:10px;

}



legend{

	color: #185990;

	margin-left:5px;

	margin-right:5px;

}





.formButton,

.formButton:focus,

.formButton:active{

	background-color: #1E4E8F;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	height:18px;

}



.formButton:hover{

	background-color: #4C78B3;

	border: 1px solid #D1E0EE;

	color:#ffffff;

	font-size: 11px;

	height:18px;

}



.searchInputField,.inputText,.selectMenu,.formTextArea,.inputNewsletter, .gbInputField, .textfeld,.textfeld2, .plz, .ort { 

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	color:#61656d;

	font-size:11px;

	font-weight:normal;

}



#search_input_field{ 

	background-color: #fafbfb;

	border:1px solid #d5d5d5;

	padding-left:2px;

	width:200px;

	height:16px;

	color:#61656d;

	font-size:11px;

	font-weight:normal;

}
.phpwcmsSearchResult {

	margin: 15px 0 15px 0;

}



.phpwcmsSearchResult div{

	margin: 15px 0 15px 0;

}







.phpwcmsSearchNextPrev{

	margin: 15px 0 15px 0;

	padding:3px 0 3px 0;

	border-bottom:1px dotted #cccccc; 

	border-top:1px dotted #cccccc;

}



.phpwcmsSearchNextPrev a ,.phpwcmsSearchNextPrev a:link, .phpwcmsSearchNextPrev a:active, .phpwcmsSearchNextPrev a:visited, .phpwcmsSearchNextPrev a:hover {

	text-decoration: underline;

}



.phpwcmsSearchResult h3 {

	padding: 4px 0 5px 15px;

	font-size: 12px;

	margin:0px;

	font-weight: bold;


}



.phpwcmsSearchResult p {

	margin: 0;

}







.phpwcmsSearchResult em.highlight, em.highlight {

	background-color: #fff6d4;

	font-style:inherit;

}





.phpwcmsSearchResult h3 {

	margin: 10px 0 1px 0;

	font-size: 12px;

	font-weight: bold;
	background: transparent url(../img/nn.gif) 0px 6px no-repeat;
}