html, body {
	text-align: left;
	height: 100%;
        overflow-x:hidden;
}



body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #E2E2E2;
	margin: 0;
	padding: 0;
	background-color: #e6eaec;
}

a:link, a:visited, a:active {
	color: #bd182a;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: underline;
}


p { padding: 0; margin: 0}


.start {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #c8cfd0;
	text-transform: uppercase;

}


h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	line-height: 24px;


}


h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 7px;
	color: #bd182a;
	text-transform: uppercase;

}


h3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
	text-transform: uppercase;

}

h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #999;

}


h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding-bottom: 0px;
	color: #c8cfd0;
	text-transform: uppercase;

}

form, img {
	margin: 0px;
	padding: 0px;
}

#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-color: #fff;		
}

#HeaderTop {
	position: relative;
	top: 0;
	left: 150px;
	right: 0;
	;
	line-height: 23px;
	width: 100%;
	background-color: #e6eaec;
}

#HeaderContent {
	position: relative;
	top: 10px;
	left: 50px;
	right: 0px;;
	width: 800px;
	text-align: left;
}

#Logo {
	/*position: relative;*/
	position: absolute;
	top: -10px;
	left: -25px;
        width: 100px; 
        height: 74px;
z-index: 1000;
}



#balken-beginn { background-image: url(../images/balken_kopf.gif); background-repeat: no-repeat; position: relative; top: 0; left: -10px; width: 12px; height: 30px; }








/* ****** TABNAVIGATION START ****** */
#TabNavigation {
	position: relative;
	height: 30px;
	width: 100%;
        padding-left: 7px;
}

#bild1 {
	position: absolute;
	left: 15px;
	display: block;
	z-index: 1;
}



#tabnavi_closer {
	position: absolute;
	left: 660px;
	display: block;
	z-index: 8;
}

#Textfield {
	position: absolute;
	top: 3px;
	left: 630px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
	z-index: 9;
	width: 291px;
}

#Textfield a:link, #Textfield a:visited, #Textfield a:active {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#Textfield a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}
/* ****** TABNAVIGATION END ****** */

/* ******** SEARCHFIELD START ******** */
#Searchfield {
	position: absolute;
	top: 25px;
	left: 170px;
	width: 200px;
	line-height: 28px;
}

#Searchfield_Checkboxes {
	position: absolute;
	top: 25px;
	left: 170px;
	width: 550px;
	line-height: 79px;
}

#SimpleSearch {
	height: 59px;
	width: 180px;
}

#SimpleSearch_extend {
	position: absolute;
	top: 24px;
	left: 0px;
	line-height: 15px;
}


#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
    color: black;
}



#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:11px;
    margin:0 0 5px 0;
    padding:0;
    font-style:normal;
}



/* ******** SEARCHFIELD END ******** */
/* ********* CONTENT START ********* */
#Content {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 300px;
	color: black;
	font-size: 10px;

}

#Content1 {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 100%;
	height: 300px;
}


#ContentCenterMain {
	position: relative;
	width: 700px;
	height: auto;
	margin: 0px auto 150px 200px;
	text-align: left;

}

#maincontent {
	position: absolute;
	top: 0px;
	left: 15px;
	width: auto;
	height: 100%;
padding-bottom: 100px;
margin-bottom: 100px;
}



/* ******** CENTER CONTENT START ***** */
#ContentAll {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	height: auto;
	color: black;
	font-size: 10px;
}

#leftcontent {
	position: absolute;
	left:0px;
	top: 0px;
	width: 200px;
	height: auto;
}

#centercontent {
	margin-left: 210px;
	margin-right: 0px;
	border-top: 1px solid #B8AFA8;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 212px;
	margin-right: 0px;
	color: #A89D94;
}

html>body #centercontent {
	margin-left: 212px;
	margin-right: 0px;
}

#ContentCenter {
	width: 100%;
}

#rightcontent {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	border-top: 1px solid #B8AFA8;
}
/* ******** CENTER CONTENT END *******/



#Newsfield {
	position: absolute;

	top: -50px;
	left: 580px;
	width: 210px;
	height: 370px;
	color: #5C5249;
	padding: 0px;

}
#Flashpicture {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 600px;
	height: 300px;
}

.news_id_logo {
	float: left;
	margin: 3px 15px 15px 0px;
}

.news_news {
	margin: 3px 15px 5px 0px;
}

.news_service {
	margin: 3px 15px 5px 0px;
}




.news_text_2 {
	clear: both;
	margin: 5px 15px 5px 0px;
}

#news_text_2A {
	top: 0px;
	height: 170px;
	clear: both;
	padding: 5px 0px;
        margin: auto;
}

#news_text_2B {
	bottom: 0px;
	height: 60px;
	top: 200px;
	clear: both;
	padding: 10px 0;
}

#news_text_2C {

        top: 310px;
        height: 70px;
	clear: both;
	padding: 10px 0px 0px 0px;

}

/* ********* CONTENT END *********** */

/* ********** FOOTER START ********* */
#FooterLinks {
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 800px;
	height: auto;
	color: #A79D94;
	font-size: 10px;
	text-align: left;
}


	


#CopyrightLinks a:link, #CopyrightLinks a:visited, #CopyrightLinks a:active {
	color: #A79D94;
	font-size: 10px;
	text-decoration: none;
}

#CopyrightLinks a:hover {
	color: #A79D94;
	font-size: 10px;
	text-decoration: underline;
}

#Footer {
	position: fixed;
	top: 375px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: left;
	padding: 8px 70px 0px 175px;

}


#NewsBlocks {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 960px;
	height: 175px;
	text-align: left;
	padding: 0px 70px 0px 175px;

}


#News1 {
	padding: 0;
	text-align: left;
}

#News2 {
	position: absolute;
	top: 20px;
	left: 335px;
	width: 268px;
	height: 140px;
	text-align: left;
}

#News3 {
	position: absolute;
	top: 20px;
	left: 645px;
	width: 290px;
	height: 140px;
	text-align: left;
}

#Copyright {
	position: absolute;
	bottom: -20px;
	left: 40px;
	color: #A79D94;
	line-height: 20px;
}

#Copyright a:link, #Copyright a:visited, #Copyright a:active {
	color: #A79D94;
	font-size: 10px;
	text-decoration: none;
}

#Copyright a:hover {
	color: #A79D94;
	font-size: 10px;
	text-decoration: underline;
}

.NewsText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
}

.NewsPicture {
	position: absolute;
	top: 25px;
	right: 0px;
	height:70px;
	width:70px;
}

.NewsLink {
	position: absolute;
	top: 107px;
	right: 14px;
	height:5px;
	width:10px;
}

/* ********* FOOTER END *********** */


#RequiredText {
	float: left;
	color: #000;
	height: 50px;
	width: auto;
}

#RequiredText .left {
	float: left;
	width: 1px;
	background: url("../img/tableftI.gif") no-repeat left top;
	margin: 0;
	padding: 2px 3px 3px 0px;
	text-decoration: none;
	color: #fff;
}

#RequiredText .right {
	float: left;
	display: block;
	background: url("../img/tabrightI.gif") no-repeat right top;
	padding: 2px 5px 3px 3px;
	color: #fff;
}

#RequiredText span {
	float: none;
	color: #fff;
}

#RequiredText ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#RequiredText li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	display: block;
	list-style: none;
	color: #fff;
}

#Infotext {
	position: relative;
	top: 40px;
	left: 15px;
	width: 750px;
	height: auto;
	padding: 15px;
	color: #5E5246;
	background-color: #F6F5F3;
margin-bottom: 20px;
}










#Infotext ul {
	margin: 5px 0 15px 0 !important;
	margin: 5px 0 15px -0px;
	padding: 0;
	list-style: none;
}

#Infotext li {
	display: block;
	margin: 0px;
	padding-top: 5px;
	font-weight: bold;
}

#Login {
	position: relative;
	top: 0px;
	left: 20px !important;
	left: 0px;
	bottom: 50px;
	width: 570px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 35px;
	text-align: left;
	background-color: #E2DEDB;
}

#Login h2 {
	font-size: 14px;
	font-weight: bold;
	color: #635041;
}









.corner_upper_left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 13
}
.corner_upper_right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 13
}
.corner_lower_left {
	position: absolute;
	bottom: 0px;





	left: 0px;
	z-index: 13
}
.corner_lower_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 13
}


/* ************** NEW LAYOUT v.2 ************** */
div#NewsLine {
	position: absolute;
	top: 0px;
}

.field1 {
	position: absolute;
	top: 0px;
	left: 102px;
}

div#field2 {
	position: absolute;
	top: 1px;
	left: 120px;
	width: 850px;;
	color: #00b0e2;
	font-size: 12px;
}
#field2 a {
	font-size: 12px; 
	font-weight: bold;
}
.info_btn {
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
	padding-bottom: 5px;
}







.clear {
	clear: both;
	height: 1px;
}

ul.bundles {
			padding: 0;
			margin: 0;
			background: #ff0000;
			border: solid 1px #cc9;
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated {
			display:block;
			position:relative;
			overflow:hidden;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* adjust "height" as needed, em recommended */
			height: 9em;
		}

		ul.bundles li {
			display: block;
			padding:0;
			margin:0;
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated li {
			display:block;
			position:absolute;
			overflow:hidden;
			/* "left" and "width" properties set automatically */
			top: 0;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* "height" of 100% recommended to keep panels all the same height as the container */
			height:100%;
		}


#metanav {
	background-color: #e6eaec;
	opacity: 0.95;
/*	background-color: rgba(62,62,62,0.95);*/
	position: fixed;
	left: 0;
	bottom: 0;
        width: 100%; 
	height: 25px;
	padding: 8px 70px 0px 175px;
	text-align: left;
color: #666666;
}

#fixmetoo {
	background-color: #e6eaec;
	opacity: 0.95;
/*	background-color: rgba(62,62,62,0.95);*/
	position: absolute;
	left: 0;
	bottom: 0;
        width: 100%; 
	height: 25px;
	padding: 8px 70px 0px 0px;
	text-align: left;
color: #666666;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:150px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:330px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:200px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:330px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 150px;
    width:auto;


}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#bd182a;
    border:0;
    color:#fff;
    padding:0 20px 0 0;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;

}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}

#contactForm table td.pt {
    padding-top:2px; width: auto;
}
* html #contactForm table td.pt {
    padding-top:0;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 







 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6eaec;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f5f5f5;



        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #f9f9f9;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

/***** for blog entry *****/
#slideshow {
    position:relative;
    height:350px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
        color: black;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 150px;
	height: 230px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	background-color: #fff;

}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}


.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

div#content {margin-left:0px;padding-top:8px;}
div#referenzen { width: 2000px; height: 230px; font: 12px/130% Arial, sans; background:#fff; overflow:hidden;}
div#referenzen div { margin:8px 0 0 8px; padding:0; clear:both;width: 2000px; height: 190px;}
div#referenzen a img { border:0px;padding:0px; margin-right:8px;float:left;}
div#referenzen h4 { margin:0 0 8px 0; }


#checkbox { background-color: red;}

.newsticker {
	list-style-type: none;
	border: 0px dashed #fff;
	background-color: none; 
	padding: 0 0 20px 0;
	margin: 0px;
font-size: 1.em;
font-weight: bold;
	color: black;
}
