/* Normalisieren */

*{
	margin: 0px;
	padding: 0px;
}

ul, ol{
	list-style: none;
	margin: 0px;
		padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
a {
	color: #004477;
}
a:hover {
	color: #565656;
}
fieldset {
	border: 0px;
}
strong {
	color: #004477;
}
blockquote {
	margin-left: 20px;
}

/* Tags */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #555555;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #e0dfd0;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	margin-bottom: 25px;
	padding-top: 6px;
	font-weight: normal;
	text-align: left!important;			
	color: #000000;
	height: 22px;
}
h2 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	color:#333333;
	font-size:0.917em;
	margin:0pt 0pt 0.85em;
	min-height:1em;
	padding:0px 0pt;
	text-transform:uppercase;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
h5 {
	font-size: 16px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom:11px;
	display: block;
	padding-top: 6px;
	font-weight: normal;
}
input {
	border: 1px solid #949494;
}

#wrapper {
	width: 941px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#contentWrapper {
	margin-top: 25px;
}
/* =Header */ 
#logo {
	left: 18px;
	position: absolute;
	top:  80px;
}
#logo h1 {
	text-indent: -9999px;
}
#header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 372px;
	width: 941px;
}
#headerBild {
	left: 267px;
	top: 19px;
	position: absolute;
}

/* =Navigation */ 
#menu {
	position: absolute;
	top: 398px;
	width: 180px;
	left: 9px;
}
#menu a {
	text-decoration: none;
	display: block;
	color: #004477;
}
#menu li {
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(../images/link-pfeil.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 1px solid #E1DFD0;
}
#menu a:hover{
	color: #F29400!important;
}
#mainMenu .cur  {
	color: #F29400!important;
	font-weight: bold;
}
#mainMenu {
	clear: both;
	width: 182px;
	border-left:2px solid #E0DFD0;
	border-right: 2px solid #E0DFD0;
	border-bottom: 2px solid #E0DFD0;
	background-color: #F9F9F7;
}
.submenu .cur  {
	color: #F29400!important;
	font-weight: bold;
	font-size: 10px;
}
#menu li.submenu {
	font-size: 10px;
	margin-left: 8px;
	background-image: none;
	border-top: 0;
}
#login {
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 115px;
	margin-top: 10px;
	padding-left: 34px;
	padding-top: 8px;
	width: 152px;
	height: 23px;
}
.linkeBox { margin-bottom: 10px; }
#linkToBlog a {
	position: absolute;
	left:-20px;
	top: 225px;
	background-image: url(../images/link-to-blog.gif);
	background-repeat: no-repeat;
	height: 117px;
	width: 30px;
	display: none;
}
#linkToBlog a:hover {
	background-image: url(../images/link-to-blog_hover.gif);
	display: none;
}
#linkToBlog a {
	text-indent: -9999px;
	display: none;
}
/* =ContentMain */ 
#contentMain {
	margin-left: 207px;
	padding-left: 30px;
	float: left;
	display: inline;
	line-height: 20px;
	width: 462px;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}
#contentMain li {
	margin-left: 20px;
	list-style-type: square;
}
.contentMainBig {
	width: 700px!important;
}
#contentMainBig li {
	margin-left: 20px;
	list-style-type: circle;
}

/* =ContentRight */ 
#contentRight {
	width: 186px;
	margin-right: 7px;
	float:right;
	padding-left: 10px;
	margin-top: 40px;
}
#contentRight a {
	text-decoration: none;
	color: #828282;
}
#contentRight li {
	background-image: url(../images/icon-pfeil-grau.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 22px;
}
#contentRight a:hover {
	color: #F29400;
}
#contentRight form {
	background-color: #F9F9F7;
}

/* =contentNavi */
.contentNaviWrapper {
	width: 490px;
	margin-left: 216px;
	margin-top: 90px;
}
.contentNaviWrapperBreit {
	margin-left: 216px;
	margin-right: 12px;
}
 
/* =Newsletter */ 
#newsletter {
	margin-top: 30px;
}
#newsletterName {
	width: 140px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #565656;
	margin-bottom: 5px;
}
#newsletterEmail {
	width: 140px;
	padding-left: 2px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #565656;
}
#newsletterHtml {
	margin-top: 9px;
	border: 0px;
}
#newsletterButton {
	margin-top: 15px;
	border: 0px;
}
#newsletter a {
	color: #565656;
	font-size: 10px;
	display: block;
	background-image: url(../images/icon-gruener-pfeil.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-left: 14px;
	margin-top: 5px;
	background-position: 0px 2px;
}
#newsletter a:hover {
	margin-left: 5px;
}
.newsletterAbmeldenLink {
	font-size: 10px;
	background-image: url(../images/icon-gruener-pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 1px;
}


#klickpfad {
	position: absolute;
	font-size: 10px;
	top: 380px;
	left: 4px;
	display: none;
}
#klickpfad a{
	color: #565656;
}
#klickpfad strong.cur  {
	font-size: 16px;
	color: #565656;
	font-weight: normal;
}

#tools {
	width: 171px;
	height: 20px;
	background-image: url(../images/bg-tools.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
}
#tools a {
	float: left;
	margin-right: 7px;
}
.top {
	margin-left: 200px;
	border-bottom: 1px solid #aeaeae;
	font-size: 10px;
	margin-top: 80px;
}
.top a {
	color: #565656;
	text-decoration: none;
	padding-left: 15px;
	display: block;
}
.top a:hover {
	color: #F29400;
}

.top img {
	margin-right: 3px;
	margin-bottom: -9px;
}
#addThis {
	margin-right: 30px;
	float: left;
}
#drucken {
	float: left;
}
#pdf {
	margin-left: 8px;
	margin-right: 8px;
	float: left;
}
#rss {
	float: left;
	margin-right: 22px;
}
#suche {
	width: 174px;
	height: 27px;
	background-image: url(../images/bg-suche.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 3px;
	position: absolute;
	left: 748px;
	top: 396px;
}
.suchFeld {
	margin-bottom: 1px;
	width: 100px!important;
}
.suchButton {
	width: 50px!important;
	background-color: transparent;
	border: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	color: #53524b;
}
#tx_mhajaxsearch_result {
	background-color: #FFFFFF;
	left:0px;
	width: 160px;
	border: 1px solid #CCCCCC;
	display: none;
}
#tx_mhajaxsearch_spinner {
	position: absolute;
	left: 760px;
	top: 1px;
}
/* =Footer */ 
#footer {
	height: 4em;
	border-top: 1px dotted #ccc;
	padding-top: 12px;
	margin-top: 50px;
	color: #565656;
	font-size: 11px;
	line-height: 14px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 100px;
}
#footer a {
	color: #565656;
	text-decoration: none;
}

/* =metaNaviBottom */ 
#metaNaviBottom {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: right;
	display: block;
	padding-top: 5px;	
	width: 931px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
        background-position: center bottom;
        height: 23px;
}
#metaNaviBottom a {
	color: #565656;
	text-decoration: none;
	padding-bottom: 10px;
}
#metaNaviBottom a:hover {
	color: #F29400;
}
#preLoadImages {
	display: none;
}

/* Klassen */
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}
.txtRight {
	text-align: right;
}
/* =diverse Inhalte */ 
.tx-flseositemap-pi1 li.deep1{
	list-style-image: url(../images/sitemap-pfeil.gif);
	list-style-position: inside;
}
.tx-flseositemap-pi1 .deep2 {
	margin-left: 6px;
	list-style-image: url(../images/sitemap-pfeil-heller.gif);
	list-style-position: inside;
}

/* =drop down sitemap */ 
.tx-dropdownsitemap-pi1 div  {
	margin: 0px;
}
.tx-dropdownsitemap-pi1 li {
	list-style-type: none!important;
}
.tx-dropdownsitemap-pi1 .level_1 {
	background-color: #f9f9f7;
	border: 1px solid #d8d8d8;
	margin-top: 8px;
	margin-bottom: 10px;
}
.tx-dropdownsitemap-pi1  .level_2 {
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	margin-bottom: 4px;
}
div.tx-msimageflow-pi1 {
	top: 20px;
}
.tx_mhajaxsearch_ul {
	padding-left: 3px!important;
}
.tx-znmap24ajax-pi1 select{
	width: 85px;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #949494;
}
#calculation_button {
	margin-left: 15px;
}

/* =referenzen */ 
.referenzLinkDetail a {
	text-decoration: none;
	margin-top: 7px;
	padding: 1px 0px 0px 7px;
	display: block;
	width: 127px;
	height: 19px;
	background-image: url(../images/referenz-button-detail.gif);
	background-repeat: no-repeat;
}
.referenzName {
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 16px;
}
.referenzBild img{
	border: 1px solid #CCCCCC;
}
.referenzenList{
	width: 134px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.referenzNameDetail {
	font-size:14px;
	font-weight:bold;
	margin-bottom:25px;
	margin-top:35px;
	width: 632px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
}
.referenzBildDetail img, .referenzBildDetail2 img, .referenzBildDetail3 img {
	border: 1px solid #656565;
}
.referenzBildDetail {
	margin-right: 14px;
	float: left;
}
.referenzBildDetail2 {
	float: left;
	margin-bottom: 6px;
	margin-right: 10px;
}
.referenzBildDetail3 {
	float: left;
	margin-top: 6px;
}
.referenzDetail {
	width: 100%;
}
.referenzBeschreibungDetail {
	margin-bottom: 20px;
}
/* =tagCloud */ 
#tagCloud {
	background-color: transparent;
	position: absolute;
	left: 330px;
	top: 100px;
        width: 530px;
        height: 300px;
        line-height: 200%;
        
}
#tagCloud a{
	color: #4c513c;
	text-decoration: none;
}
#tagCloud a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* =SourceCode Extension */ 
.tx-semasourcecode-pi1 .li1 {
	list-style-type: none!important;
}
.tx-semasourcecode-pi1 {
	background-image: url(../images/bg-ts-code.gif);
	background-repeat: repeat;
	border-left:3px solid #9CC02C;
	font-family:courier;
	font-size:11px;
	line-height:16px;
	padding:0px;
	display: block;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 30px;
}
/* =ContentNavi */
.contentNavi {
	border-top: 1px solid #d8d8d8;
	padding-top: 10px;
}
.contentNaviHinauf {
	float:right;
	background-image: url(../images/icon-contentnavi-hinauf.gif);
	background-repeat: no-repeat;
        background-position: right 2px;
	display: block;
	height: 16px;
	padding-right: 20px;
}
.contentNaviBack {
	float: left;
	background-image: url(../images/icon-contentnavi-zurueck.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	height: 16px;
	padding-left: 20px;
}
.contentNaviSub {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.contentNaviSubHinauf {
	background-image: url(../images/icon-contentnavi-hinauf.gif);
	background-repeat: no-repeat;
        background-position: right 2px;
	display: block;
	height: 16px;
	padding-right: 20px;
	text-align: right;
}
/* =rssImport */
.twrss_imagefile {
	display: none;
}
.twrss_bodytext {
	margin-bottom: 3px;
}
.box .twrss_bodytext {
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;

}
.box .twrss_head_channel{
	margin-bottom: 4px;
}
.box {
	background-color:#F9F9F7;
	border:2px solid #E0DFD0;
	margin-bottom:10px;
	width:180px;
	font-size: 10px;
}

.news-single-additional-info {margin-top: 10px;}

/* =re map hr linie */
.hrline {
	height: 3px;
	width: 100%;
	background-color: #D8D8D8;
}
                      
.referenzBeschreibungDetail li { margin-left: 13px!important; list-style-type: square!important; }
.referenzBeschreibungDetail { margin-top: 20px; width: 632px; border-top: 1px dotted #ccc; padding-top: 15px; }