/************************************************************ 
										   		 ++ 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:#222;
	  /*background:#FFF;*/
	background:url(../images/bg_black.gif) repeat;

    
	  }


/*Colors*/
.fontcolor {color:#222;}
.color1 {color:#db5454;}
.color2 {color:#2F96D0;}
.color3 {color:#E66666;}


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
	}


#semi-trans {

    border: 15px solid #73d4fc; /*To make it work in browsers that don't support transparency*/

    border: 15px solid rgba(115, 212, 252, 0.5);

    margin: 15px;

    width:980px;

    margin:0 auto;

}

 



/************************************************************ 
									   ++ GLOBAL - GENERAL ++
 ************************************************************/
 
/*Pictures*/ 
/*Image_Container_mit_einfachem_Rand_hell_BG*/
img.light {
 
	border: 1px solid #555;
	outline: 2px solid #222;
	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 #555;
	border-top: 1px solid #222;
	margin-top: 6px;
	margin-bottom: 6px;
	 
}


#pressedstyle {
 
	border-bottom: 1px solid #555;
	border-top: 1px solid #222;
	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:#FFF;
  font-family: 'PT Sans', sans-serif;
 /* text-shadow: -1px -1px 0px #111, 1px 1px 0px #222;*/
}



/************************************************************ 
											 ++ TYPOGRAPHY ++
 ************************************************************/


h1, h2, h3, h4, h5, h6 {
 text-shadow: -1px -1px 0px #101010, 1px 1px 0px #222; 
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; color:#F2f2f2; }
h3 { font-size: 26px; 
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #222;}
h4 { font-size: 32px; color:#F2f2f2;}
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 #111, 1px 1px 0px #222;*/
    color:#fff;
}


 
.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 #101010, 1px 1px 0px #505050;line-height:14px; }
.small { font-size:12px;}
.xs {font-size:10px;margin-top:-19px }



/*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%*/
 
 
 



#box_1_2 {
   width:200px;
   float:left;
   text-align:left;
   padding:10px;
   background:#f15a29;
 }
 
 #box_1_2_last {
   width:200px;
   float:right;
   margin-right:10px;
   text-align:left;
   padding:12px; 
   background:#db5454;
 	
 }



/************************************************************ 
												  ++ TABS ++
 ************************************************************/


.section {
    
    background:transparent;
	 
}
ul.tabs {
	height: 70px;
	line-height: 60px;
	list-style: none;
	font-weight:bold;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
 padding: 0 13px 1px; 
	  
	
	background:url(../images/black.gif) repeat;
	 
	cursor: pointer;
	position: relative;
	color:#222;
	font-size:45px;
	text-shadow: 1px 1px 0px #fff;
	font-family: 'PT Sans Narrow', sans-serif; 
	
}
.tabs li:hover,
.vertical .tabs li:hover {
	padding: 0 13px;
	/*background: #B7C2F5;*/
	 
	background:#AE4949;
	font-weight:bold;
}
.tabs li.current {
	background:url(../images/black.gif) repeat;
	 
	padding: 0 13px 2px;
	font-weight:bold;
	 
}
.box {
	display: none;

	/*background: #f3f3f3;*/
	
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}
.box.visible {
	display: block;
	background:url(../images/black.gif) repeat;
}












.section.vertical {
	border-left: 160px solid #303030;
	 
 
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
	background:url(../images/black.gif) repeat;
	
	
	 
}
.vertical .tabs li {
	
	 padding-top:6px;
	 padding-bottom:6px;
	 
	margin: 0 0 1px;
	 border-right: 2px solid #555;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
     border-left: 2px solid #555; 
      outline:0px solid #222;
	width: 131px;
	height: 70px;
	font-size:26px;
	background:url(../images/black.gif) repeat;
	font-size: 32px; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	color:#303030;

	/*	  -webkit-box-shadow: 0 0 12px 1px #DDD;
	-moz-box-shadow: 0 0 12px 1px #DDD;
	 box-shadow: 0 0 12px 1px #DDD;    */
    
	 
}
.vertical .tabs li:hover {
	 padding-top:6px;
	 padding-bottom:6px;
	 padding-left:13px;
	margin: 0 0 1px;
	background:url(../images/black.gif) repeat;
	width: 131px;
	height: 70px;
	font-size:26px;
	color:#fff;
	border:2px solid #E66666;
	 
	font-size: 32px; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
}
.vertical .tabs li.current {
	width: 131px;
	color: #444;
	 background:url(../images/black.gif) repeat;
color:#AE4949;
	  font-size: 32px; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	
	  border-right: 2px solid #555;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
     border-left: 2px solid #555; 
      outline:1px solid #222;
	 margin-right: 0px;
	    
	    
}
.vertical .box {
   
  padding:20px;
   
  min-height:303px;
  font-size:14px;
  color:#555;
   border-right: 2px solid #555;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
     border-left: 2px solid #555; 
      outline:1px solid #222;
	
 
    margin-left:10px;
    
   background:url(../images/black.gif) repeat;

	/*background:linear-gradient(#fcfcfc, #efefef);
	background:-moz-linear-gradient(#fcfcfc, #efefef);
	background:-webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#efefef));
	background:-o-linear-gradient(#fcfcfc, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#efefef');
	-webkit-transition:background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
	-moz-transition:background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
	-o-transition:background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
	-ms-transition:background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
	transition:background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
	 /*-webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:  2px 2px 2px rgba(0, 0, 0, .1);
	box-shadow:2px 2px 2px rgba(0, 0, 0, .1); */
	 /* -webkit-box-shadow: 0 0 12px 1px #DDD;
	-moz-box-shadow: 0 0 12px 1px #DDD;
	 box-shadow: 0 0 12px 1px #DDD;  */  
    
    
}

  




















 

