/************************************************************ 
										   		 ++ STYLE ++
 ************************************************************/

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;}



body  { 
	  font:12px/20px;
	  font-family: 'PT Sans', sans-serif;
	  color:#474747;
	  background:url(../images/bg_paper.gif) repeat;
	 
	  }


/*Colors*/
.fontcolor {color:#222;}
.color1 {color:#db5454;}
.color2 {color:#86bdd9;}
.color3 {color:#AE4949;}


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
	}





/************************************************************ 
									   ++ GLOBAL - GENERAL ++
 ************************************************************/
 
/*Pictures*/ 
/*Image_Container_mit_einfachem_Rand_hell_BG*/
img.light {
 
	border: 1px solid #FFF;
	outline: 1px solid #D4D4D4;
	padding: 10px;
	/* background: #888;*/ 
}



/*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;
}


#divider {
 
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #D4D4D4;
	margin-top: 6px;
	margin-bottom: 6px;
	 
}


#pressedstyle {
 
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #D4D4D4;
	padding-top: 10px;
	padding-bottom: 10px;
	 
}


.alpha{margin-left:0}
.omega{margin-right:0}


.clearfix {
	clear:both;
}


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:#2F96D0;
  font-family: 'PT Sans', sans-serif;
}



/************************************************************ 
											 ++ TYPOGRAPHY ++
 ************************************************************/


h1, h2, h3, h4, h5, h6 {
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
 
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: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 26px; text-shadow:#f9f9f9 0px 1px 0, #777 0 -1px 0;}
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }



 

.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 #fff; 
    color:#222;
}


 
.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 #fff;line-height:14px; }
.small { font-size:12px;}
.xs {font-size:10px; }



/*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*/
 
.p5 {margin-bottom:5px;}
.p10 {margin-bottom:10px;}
.p20 {margin-bottom:20px;}
.p30 {margin-bottom:30px;}
.p10t {margin-top:10px;}
.p20t {margin-top:20px;}
.p30t {margin-top:30px;}



/************************************************************ 
										    ++ SITE SPLIT ++
 ************************************************************/


.container_12 {
    width: 760px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%; 
    height:auto !important;  
    height:100%;  
    overflow: hidden !important;  
    margin-top:70px;
	margin-bottom: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%*/
 
 
 



 


/************************************************************ 
												  ++ TABS ++
 ************************************************************/


.section {
    background:url(../images/paper.png) repeat;
    
	
}
ul.tabs {
	height: 70px;
	line-height: 60px;
	list-style: none;
	background:url(../images/paper.png) repeat;
	font-weight:bold;
}

.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
    padding: 0 13px 1px; 
	cursor: pointer;
	position: relative;
	color:#222;
	font-size:45px;
	text-shadow: 1px 1px 0px #fff;
	font-family: 'PT Sans Narrow', sans-serif; 
	background:url(../images/paper.png) repeat;
}

.tabs li:hover,
.vertical .tabs li:hover {
	padding: 0 13px;
	/*background: #B7C2F5;*/
	background:url(../images/bg_paper.png) repeat;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-weight:bold;
	border-right: 2px solid #transparent;
}

.tabs li.current {
	background:url(../images/paper.png) repeat;
	padding: 0 13px 2px;
	font-weight:bold;
	 border-right: 2px solid #transparent;
}
.box {
	display: none;
	/*background: #f3f3f3;*/
	background:url(../images/paper.png) repeat;
	 
}
.box.visible {
	display: block;
	background:url(../images/paper.png) repeat;
}




.section.vertical {
	border-left: 160px solid #F2F2F2;
	 
 
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
	background:url(../images/paper.png) repeat;
	
	 
}
.vertical .tabs li {
	
	 padding-top:6px;
	 padding-bottom:6px;
	
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	width: 132px;
	height: 70px;
	font-size:26px;
	background:url(../images/paper.png) repeat;
	border-bottom: 1px solid #fff;
}
.vertical .tabs li:hover {
	 padding-top:6px;
	 padding-bottom:6px;
	 padding-left:13px;
	margin: 0 0 1px;
	background:url(../images/bg_paper.gif) repeat;
	width: 131px;
	height: 70px;
	font-size:26px;
	color:#222;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background:url(../images/paper.png) repeat;
	border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid transparent;
	margin-right: -3px;
	-webkit-box-shadow:  -5px -2px 5px #DDD;
	 -moz-box-shadow:  -5px -2px 5px #DDD;
	  box-shadow:  -5px -2px 5px #DDD;   
}
.vertical .box {
   
  padding:25px;
   
  min-height:287px;
  font-size:14px;
  color:#555;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-box-shadow: 0 0 12px 1px #DDD;
	-moz-box-shadow: 0 0 12px 1px #DDD;
	 box-shadow: 0 0 12px 1px #DDD;    
    
}

  




















 

