body {
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-x;

}
.wrapper   {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h5, h6 {

}
h4 {
	margin-left: 43px;
}
td, th, p, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
#content p {
	line-height: 18px;	
}
.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #0056a1;
	text-decoration: none
}
a:hover {
	color: #ffab27;
	text-decoration: none;
}

.articleText { 
	margin-bottom: 3px;
	text-align: left;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #0069AD;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #0069AD;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
h3 {
	font-size: 16px;
	color: #0069AD;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.nav_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4edfa;
}

.nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069b1;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;	
}
.nav_table:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0069b1;
}

.nav_table a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069b1;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 8px;

}
.nav_table_active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffab27;

}
.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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069b1;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;
}
.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	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;
	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 {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.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.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;
}

#header_text ul li {
	color:#0069AD;
	display:inline;
	float:left;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}

.phpwcmsArticleListMore a, .phpwcmsArticleListMore a:link, .phpwcmsArticleListMore a:visited, .phpwcmsArticleListMore a:active, .phpwcmsArticleListMore a:focus {
	color: #0056a1;
	text-decoration: none
}
.phpwcmsArticleListMore a:hover {
	color: #ffab27;
	text-decoration: none;
}

#pd, #ra, #mw , #ct, #dm, #pv {
	font-size: 11px;
	color: #0069b1;
	font-weight: normal;
}

#pd:hover, #ra:hover, #mw:hover , #ct:hover, #dm:hover, #pv:hover {
	font-size: 11px;
	color: #ffab27;
	font-weight: normal;
}
.formH3 {
	font-size: 15px;
	font-weight: bold;
	color: #0069AD;
}
.formBreak {
	height:20px;
}
/*.formLeft {
	margin-left: 43px;
}*/
.formLabel, .formLabelRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 5px;
}
.formLeft label  {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	border-bottom:1px dotted #999999;
	cursor:pointer;
	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	width: 343px;
	height:133px;
	background-color: #eef4fa;
	border: 1px solid #0069ad;
}
.senden, .formButton {
	background:transparent url(../../images/shadow26x26.jpg) repeat-x scroll left top;
	color:#444444;
	font-size:100%;
	height:26px;
	text-align:center;
	width: 186px;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
	border: 1px solid #999999;
}
#Titel_Anrede, #Firma, #Mobil, #Telefon, #eMail, #Name, .inputNewsletter   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	width: 343px;
	height: 20px;
	border: 1px solid #c0c0c0;
}
.form_margin {
	margin-left: 43px;
}
.dotline{
	background-image: url(../../images/dotline.gif);
	background-repeat: repeat-x;
	height: 1px;
	padding-top: 10px;
}

