/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial;
	color: #FFF;
}

#TB_secondLine {
	font: 10px Arial;
	color:#FFF;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#FFF;
	display:none;
	border: 4px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFF;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

* {
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: top;
}
body {
	height:100%;
}
html {
	min-width:1000px;
	font-size: 9px;
}
body {
	background:#333;
	font-family:Arial;
	font-size:13px;
	color: #333;
}

img {
	border:0;
	vertical-align:top;
	text-align:right;
	font-family: Arial;
}
object {
	vertical-align:middle;
	outline:none;
}
ul, ol {
	list-style-image: none;
	list-style-type: none;
}
table, table td {
	border:0;
	border-collapse:collapse;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:735px;
	font-size:13px;
	position:relative;
	z-index:2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header {
	height:200px;
	position:relative;
	background-image: url(images/header-bg.png);
	background-position: 30px center;
	width: 735;
}
#header.big {
	height:260px;
}

#content {
	background:#fff;
	width:100%;
	margin-bottom:0px;
}
#footer {
	height:50px;
	background:url(images/footer-bg.png) left top;
	font-family: Arial;
	}


/*----- forms parameters -----*/

fett { 
	font-family:Arial;
	font-size:13px;
	vertical-align:left;
	font-weight:bold;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
	.img-box img {
	float:none;
	margin:0 5 px 0 5;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	font-size: 13px;
	color: #333;
	font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#000;
	outline:none;
}
a:hover{
	font-size: 1em;
}

h1 {
	line-height:1.2em;
	font-weight:normal;
	color:#FFF;
}
h2 {
	color:#000;
	font-weight:600;
	font-size: 18px;
	font-family: Arial;
}
h3 {
	font-size:12px;
	color:#FFF;
	margin-bottom:16px;
	font-family: Arial;
}
h4 {
	font-size:12px;
	color: #3499CC;
}
h5 {
	font-size:1em;
	color:#709101;
}


.txt1 {
	color:#544f4f;
}

.link1 { 
	background:url(images/marker1.gif) no-repeat left 3px;
	color:#555554;
	font-size:16px;
	line-height:1.2em;
	padding-left:22px;
	text-decoration:none;
	padding-bottom:4px;
	display:inline-block;
}
.link1:hover {
	color:#6e8f00;
}


.line-hor {
	background:url(images/line-hor.gif) left top repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.line-ver, .line-ver1, .line-ver2 {
	background-repeat:repeat-y;
	width:100%;
	font-size: 12px;
	font-family: Arial;
}

.address { 
	font-weight:bold;
	color:#709201;
	padding-bottom:30px;
}
	.address dt {
	margin-bottom:16px;
	color: #FFF;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}


.department {
	padding-bottom:5px;
}
	.department dt {
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:76px;
		}
		.department dd a {
	color:#FFF;
		}


/*===== header =====*/
#header .row-1 {
	height:200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
	#header .row-1 .indent {
	font-family: Arial;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 40;
	padding-left: 0px;
	}
	#header .row-1 .nav {
		background:#;
	text-align:left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	}
		#header .row-1 .nav li {
			display:inline;
			background:url(images/divider.gif) no-repeat left 2px;
			padding:0 15px 0 20px;
		}
		#header .row-1 .nav li.first {
			background:none;
		}
			#header .row-1 .nav li a {
	font-size:14px;
	color:#FFF;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:none;
	font-style: normal;
			}
			#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
	color:#FF0;
	font-family: Arial;
			}
	
	#header .row-1 .logo {
	position:absolute;
	left:-1px;
	top:0px;
	height: 160px;
	width: 735px;
	font-size: 31px;
	font-family: Arial;
	text-align: center;
	font-variant: inherit;
	font-style: oblique;
	color: #090;
	text-decoration: underline;
	}

#header .row-2 {
	background:url(images/header-bg1.png) no-repeat -93px top;
	height:250px;
}
	#header .row-2 .indent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
		#header .row-2 p {
	color:#FFF;
	font-size:16px;
	line-height:1.2em;
	font-family: Arial;
		}

#header.big .row-2 {
	background:url(images/header-bg1.png) no-repeat left 57px;
	height:408px;
}
	#header.big .row-2 .indent {
	padding-top: 38px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
	font-size: 12px;
	}
		#header.big .row-2 p {
	line-height:39px;
	font-size: 16px;
		}
	

/*===== content =====*/
#content .inside {
	padding:30px 35px 35px 37px;
}
	#content ul li {
		padding:2px 0 6px 13px;
	}
		#content ul li a {
			color:#fff;
		}
	
	#content .testimonials li {
		padding:0 0 16px 0;
		text-align:right;
	}
		#content .testimonials li blockquote {
			text-align:left;
			padding-bottom:5px;
		}
	
	#content .pricelist {
		padding-bottom:16px;
	}
	#content .pricelist li {
		width:100%;
		overflow:hidden;
		padding:0 0 0 0;
		margin-bottom:8px;
		vertical-align:top;
	}
		#content .pricelist li span {
			float:left;
			background:#fff;
		}
		#content .pricelist li em {
			float:right;
			background:#fff;
			font-style:normal;
		}
		

/*===== footer =====*/
#footer, #footer a {
	color:#FFF;
	vertical-align: top;
}
	#footer .indent {
		padding:14px 0 0 24px;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:30px;
		overflow:hidden;
	}
		#contacts-form input {
	width:220px;
	border:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	background:#fff;
	color:#FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
		}
		#contacts-form textarea {
	width:220px;
	border:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	background:#fff;
	color:#FFF;
	height:205px;
	margin-bottom:10px;
	overflow:auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}

/*==========================================*/

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page5 #main #content .inside .line-ver .line-ver1 .wrapper.line-ver2 .col-4 .address dd div span {
	color: #FFF;
}
#page1 #main #header .row-2 .indent p {
	font-weight: bold;
	font-family: Arial;
}
.überschrift {
	font-size: 30px;
	color: #FFF;
}
.drfdrf {
	font-family: "Arial ", Arial;
	font-size: 14px;
}
ghjj {
	font-weight: bold;
}
#page4 #main #content .inside .wrapper.line-ver2 .row-1 p {
	font-size: 14px;
}
#page2 #main #content .inside .row-1 .wrapper.line-ver1 .col-1 table tr th div table tr th p strong a {
	font-weight: bold;
	font-size: 12px;
}
#page2 #main #content .inside .row-1 .wrapper.line-ver1 .col-1 table tr th div table tr td p strong a {
	font-size: 12px;
}
#page4 #main #footer .indent div table tr th div {
	font-size: 10px;
}
#page4 #main #footer .indent div table tr td div {
	font-size: 12px;
	font-family: Arial;
}
wwww {
	font-family: Arial;
}
#page4 #main #content .inside .row-1 div table tr th .first {
	font-family: Arial;
}
#page4 #main #content .inside .row-1 div table tr th .first {
	font-size: 9px;
}
#page4 #main #content .inside .row-1 div table tr td .p1 span {
	font-weight: bold;
}
#page4 #main #content .inside .row-1 div table tr td .p1 span {
	font-weight: bold;
}
#page4 #main #content .inside .row-1 div table tr td #vlightbox1 div table tr td p {
	font-size: 13px;
}
jhgjhj {
	font-size: 13px;
}
jhjhjh {
	font-size: 13px;
}

