html, body, textarea { 

  scrollbar-base-color:#ffffff;
  scrollbar-3d-light-color:#333333;
  scrollbar-arrow-color:#333333;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#333333;
  scrollbar-shadow-color:#333333;
  scrollbar-track-color:#ffffff;
  text-align:left;  
  width: 100%; 
  top: 0px; 
  left: 0px; 
  margin: 0px; 
  padding: 0px;}




/* Global -------------------------------------------------------------------- */

body  { 
	  font:12px/20px;
	  font-family: 'PT Sans', sans-serif;
	  color:#444444;
	 /* background:url(../images/bg11.png) repeat;*/
	background:#E6FADE;
	  }

a 	{
	text-decoration:none;
	}

a:hover {
		color:#cc6633;
		text-decoration:none;
		}

a:focus {
		outline: none;
		}

hr  {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
	}


h1, h2, h3, h4, h5, h6 {
/*text-shadow:#fff 0px 1px 0, #000 0 -1px 0;*/
text-shadow: 1px 1px 0px transparent;
font-family: 'PT Sans Narrow', sans-serif; 
padding: 0;
margin:0;
border: 0;
vertical-align: baseline;
text-decoration: none;
letter-spacing: -1px;

}
	
/*Size*/ 
h1 { font-size: 52px; margin-top:-15px;}
h2 { font-size: 32px; }
h3 { font-size: 29px; margin-top:-10px;}
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.small { font-size:90%;}
.xs {font-size:9px; margin-top:-10px; }

/*Colors*/
.red {color:#db5454;}
.blue {color:#86bdd9;}
.darkred {color:#c26144;}


.fontcolor {color:#222;}
.color1 {color:#c26144;}
.color2 {color:#c26144;}
.color3 {color:#9EABE9;}
.color4 {color:#c26144;}
.color5 {color:#444;}

/*align*/
.justi {text-align: justify; line-height:14px;} 
.left {text-align:left;}
.right{text-align:right;}

/*Style*/
.em { font-style: italic; margin-top:3px; }
.strong { font-weight: bold;}
.small-italic {font-size:90%; font-style:italic;}
 
 
 /*Block*/
.p10 {margin-bottom:10px;}
.p20 {margin-bottom:20px;}
.p30 {margin-bottom:30px;}



.grid_1,.grid_2,.grid_4, .grid_4_3, .grid_5, .grid_5_2, .grid_5_3    { 
	font-size:18px;
	line-height:19px;
  	font-family: 'PT Sans', sans-serif; 
    font-weight:500;
    text-shadow: 1px 1px 0px transparent; 
    color:#474747;
}


 
.XL { font-size:14px;font-family: 'PT Sans', sans-serif; line-height:14px; }
.L { font-size:13px; font-family: 'PT Sans', sans-serif; text-shadow: 1px 1px 0px transparent; line-height:14px; }
.small { font-size:12px;}
.xs {font-size:10px; margin-top:-25px; }
#S { font-size:19px;font-family: 'PT Sans Narrow', sans-serif;  height:27px; margin-bottom:10px; line-height:27px;

 
}

.p5 {margin-bottom:5px;}
.p5t {margin-top:-10px;}
.p10t {margin-top:10px;}
.p20t {margin-top:20px;}
.p30t {margin-top:30px;}



.grid_1,.grid_2,.grid_4, .grid_4_3, .grid_5, .grid_5_2, .grid_5_3 {
   display:inline;
   float:left;
    
}


 .grid_1 {width:100%;}  	/*100%*/
 
 .grid_2 {width:50%;} /*50%*/
 
 .grid_4 {width:25%;} /*25%*/
 .grid_4_3 {width:75%; } /*75%*/
 
 .grid_5 {width:20%; } /*20%*/
 .grid_5_2 {width:40%; } /*40%*/
 .grid_5_3 {width:60%; } /*60%*/


 
#box_1_2 {
 width:360px;
 float:left;
 	text-align:left;
  
 }
 
 #box_1_2_last {
 width:200px;
 float:right;
 margin-right:10px;
 	text-align:left;
 	padding:12px;
 	 font-size:16px;
 	color: #444; font-weight: normal;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px transparent;
 	background:#db5454;
 	
 }




/************************************************************/
										/*SITE GENERELL*/
/************************************************************/
.site-wrapper {
	width: 840px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%; 
    height:auto !important;  
    height:100%;  
    overflow: hidden !important;  
    margin-top:90px;
	margin-bottom:30px;
    }



#divider {
 
	border-bottom: 1px solid #444;
	border-top: 1px solid #474747;
	margin-top:6px;
	margin-bottom:6px;
	 
	clear:both;
	 width:95%;
}

#dividerS {
 
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #ccc;
	margin-top:6px;
	margin-bottom:6px;
	 
	clear:both;
	 width:420px;
}


#divider100 {
 
	border-bottom:1px dashed #474747;
	margin-top:6px;
	margin-bottom:6px;
	 
	clear:both;
	 width:100%;
}


#dividerD {
 
	border-bottom:1px dashed #474747;
 height:10px;
	clear:both;
	 width:100%;
}


#dividerDb {
 
	border-top:1px dashed #474747;
 height:10px;
	clear:both;
	 width:100%;
}

#dividerP {
 
	 height:25px;
	clear:both;
	 width:100%;
}

#dividerPs {
 
	 height:12px;
	clear:both;
	 width:100%;
}

 ul.marker li {
	list-style:none;
	background:url(../images/marker.png) 0 4px no-repeat;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
 color:#86bdd9;
  font-family: 'PT Sans', sans-serif;
}



/*-------------------------------------------------------------------------------------------------*/
	/*TABS */
/*-------------------------------------------------------------------------------------------------*/

.section {
	/*background: #FFF;*/
}
ul.tabs {
	height: 98px;
	
	list-style: none;
	border-bottom: 6px solid #474747;
	background:transparent;
	font-weight:bold;
	margin-bottom:40px;
	 /*background:#db5454;*/
	 
	 
}
.tabs li {
height: 74px;
	float: left;
	display: inline;
	margin: 0 0px -1px 0;
	padding: 0 13px 1px;
	cursor: pointer;
	/*background:url(../images/bg1.png) repeat;*/
	border: 0px solid #e9e9e9;
	border-right:1px solid #474747;
	border-left:0px solid #909090; 
	 
	position: relative;
	color:#222;
	width:90px;
	font-size:25px;
	text-shadow: 1px 1px 0px #fff;
	font-family: 'PT Sans Narrow', sans-serif; 
	
}

.tabs li.last {
height: 74px;
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	cursor: pointer;
	/*background:url(../images/bg1.png) repeat;*/
	border: 0px solid #e9e9e9;
	 
	 
	 
		/*border-bottom:2px solid #e4e4e4;*/
	position: relative;
	color:#222;
	font-size:45px;
	text-shadow: 1px 1px 0px transparent;
	font-family: 'PT Sans Narrow', sans-serif; 
	
}



.tabs li:hover,
.vertical .tabs li:hover {
	
	padding: 0 13px;
	/*background: #B7C2F5;*/
	background:transparent;
	border: 1px solid #e4e4e4;
	font-weight:bold;
	
	
}
.tabs li.current {
	/*background:url(../images/bg1.png) repeat;*/
	padding: 0 13px 2px;
	/*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
	font-weight:bold;*/
		
}
.box {
	display: none;
	
	background:transparent;
	margin-bottom:30px;
	height:100%;
	
	
}
.box.visible {
	display: block;
}












.section.vertical {
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	padding-top:12px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 50px;
	font-size:16px;
}
.vertical .tabs li:hover {
	padding: 0 13px;
	padding-top:12px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 131px;
	height: 50px;
	font-size:16px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #f3f3f3;
	border: 1px solid #D4D4D4;
	border-right: 1px solid #f3f3f3;
	margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
  
  min-height:452px;
  font-size:14px;
  color:#555;
}


#box_1_2 {
 width:360px;
 float:left;
 	text-align:left;
  
 }
 
 #box_1_2_last {
 width:200px;
 float:right;
 margin-right:10px;
 	text-align:left;
 	padding:12px;
 	 font-size:16px;
 	color: #444; font-weight: normal;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px #fff;
 	background:#db5454;
 	
 }



img.lightx {
 margin-right:10px;
 float:left;
 clear:left;
 margin-bottom:10px;	 
	 
}



.col_1_2_content {
 width:420px;
 float:left;

 	text-align:left;
 min-height:350px;
 
 text-shadow: 1px 1px 0px transparent; 
    color:#474747;
 
 	  	
 }
 
.col_1_2_content_last {
 width:360px;
 float:right;
padding-left:20px;
 	text-align:left;
 min-height:350px;
 
 text-shadow: 1px 1px 0px transparent; 
    color:#474747;
 	  	
 }


.col_1_3 {
 width:280px;
 float:left;

 	text-align:left;
 min-height:350px;
 
 text-shadow: 1px 1px 0px transparent; 
    color:#474747;
 	  	
 }






.col_2_3   {
 
  text-align:left;
 width:525px;
 
 	 font-size:16px;
 	color: #474747; font-weight: normal;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px transparent;
 	  float:left;
 	  	
 }




.col_1_3_last {
 width:280px;
 float:right;
 min-height:350px;
 	text-align:left;

 	 font-size:16px;
 	color: #474747; font-weight: normal;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px transparent;
 	 
 	
 }



.clear{
 clear:both;
 	
 }

#divider {
	width: 100%;
	border-top: 1px solid #999; /*#555 dunkler_Hintergrund*/
	border-bottom: 1px solid #474747; /*#111 dunkler_Hintergrund*/
	margin-top:10px;
	margin-bottom:10px;
}

#divider_dotted {
	width: 100%;
	border-bottom: 2px dashed #474747;  
	margin-top:10px;
	margin-bottom:10px;
	text-shadow: 1px 1px 0px #fff;
}

 

 /*Image_Container_mit_einfachem_Rand_hell_BG*/
img.light {
 

	/*border: 1px solid #F2F2F2;
	outline: 2px solid #D4D4D4;*/
	padding:0px;
	background: #f2f2f2;
}



/*Image_Container_mit_einfachem_Rand_dark_BG*/
img.dark {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 10px;
	background: #333;
}

/*Image_Container_mit_einfachem_Rand*/

.imgborder
{
	border:2px solid #72a143;
	padding:1px;
	background:#ffeda5;
}



/* Contact Form */
form.standard .field {
	padding:0 0 15px 0;
	 
}
form.standard label {
	display:block;
	padding:0 0 2px 2px;
}
form.standard .textbox,
form.standard .textarea,
form.standard .select,

form.standard .checkbox,
form.standard .radio {
	padding:8px 5px;
 
	color:#555;
font-family: 'PT Sans Narrow', sans-serif;	
font-size:18px;

}


form.standard .button {
height:50px;
  
font-size:30px;
color:#505050;
text-shadow: 1px 1px 0px #fff;
font-weight:bold;
font-family: 'PT Sans Narrow', sans-serif;	

}


form.standard .checkbox,
form.standard .radio {
	border:0;
}
form.standard .button {
	cursor:pointer;
	padding:5px 8px;
	line-height:100%;
	border:1px solid #474747;
		-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	width:355px; 
	 
}
form.standard .error {
	padding:1px 6px;
	line-height:100%;
}



input[type="text"]:focus {
font-weight:bold;
color:#474747;
font-family: 'PT Sans Narrow', sans-serif;	
font-size:18px;
background:#F2F2F2;
}


form.standard textarea:focus {
font-weight:bold;
color:#474747;
font-family: 'PT Sans Narrow', sans-serif;	
font-size:18px;
background:#F2F2F2;
}




form.standard .textbox,
form.standard .textarea,
form.standard .select,

form.standard .checkbox,
form.standard .radio {
	border:1px solid #474747;
		-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	width:345px;
}



form.standard .button:hover {
	background:#e5e5e5;
}

.shadow {
	-moz-box-shadow:0 0 2px #ddd;
	-webkit-box-shadow:0 0 2px #ddd;
	box-shadow:0 0 2px #ddd; 
}

.hovershadow:hover,
.pagination a:hover {
	-moz-box-shadow:0 0 3px #d0d0d0;
	-webkit-box-shadow:0 0 3px #d0d0d0;
	box-shadow:0 0 3px #d0d0d0; 
}




small {
	font-size:75%;
}


#socialbox {
width:42px;
	height:45px;
	-moz-box-shadow:    inset 0 0 5px #111;
   -webkit-box-shadow: inset 0 0 5px #111;
   box-shadow:         inset 0 0 5px #111;
	margin-top:290px;
	left:-5px;
position:fixed; 
visibility: visible;
	cursor:pointer;
	 padding-left:16px;
	padding-top:5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;	
}

#socialbox1 {
-moz-box-shadow:    inset 0 0 5px #111;
   -webkit-box-shadow: inset 0 0 5px #111;
   box-shadow:         inset 0 0 5px #111;
width:40px;
	height:45px;
	  
	margin-top:342px;
	left:-5px;
position:fixed; 
visibility: visible;
	cursor:pointer;
	padding-left:18px;
	padding-top:5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;	
}

#socialbox2 {
width:48px;
	height:40px;
	-moz-box-shadow:    inset 0 0 5px #111;
   -webkit-box-shadow: inset 0 0 5px #111;
   box-shadow:         inset 0 0 5px #111;
	margin-top:394px;
	left:-5px;
position:fixed; 
visibility: visible;
	cursor:pointer;
	padding-left:10px;
	padding-top:10px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;	
}
 

q, blockquote {
	float:left;
	padding:10px 10px 0 58px;
	margin:0;
	position:relative;
	/*vertical-align:baseline;*/
	margin-bottom:15px;
	/*font-family: 'Exo', sans-serif;
	font-family: 'Balthazar', serif;*/
	 
}

q:before, blockquote:before {
	content:'\201C';
	font-size:6em;
	line-height:1em;
	display:block;
    padding:0;
	position:absolute;
	top:0px;
	left:0;
	 
}

q:after, blockquote:after {clear:both;


}

.blockquote_container {position:relative;}

.blockquote_img {
    padding:0;
	float:left;
	position:absolute;
	top:-10px;
	left:0;
}


 
 
#darkboxleft {
height:40px;
line-height:40px;
color:#FFF;
padding-left:15px;
padding-right:15px;
background:#444;
 
font-size:30px;
margin-bottom:0px;
float:left;
margin-left:0px;
 font-weight: bold;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px transparent;

} 



 
#darkboxright {
height:40px;
line-height:40px;
color:#FFF;
padding-left:15px;
padding-right:35px;
background:#444;
 
font-size:30px;
margin-top:25px;
margin-bottom:25px;
float:left;
margin-right:-35px;
 

} 



.footer {width:100%; height:6px;
background:#474747;
margin-top:27px;
margin-bottom:5px;
}

.footerbottom {
color: #444; font-weight: normal;font-family: 'PT Sans', sans-serif; 
 	text-align:left;text-shadow: 1px 1px 0px transparent;
 	font-size:15px;
}
