html {
  font-family: 'Arial', sans-serif;
  height: 100%;
  background-color: #222;
  overflow-y: scroll;
}



body {
  font-family: 'Arial', sans-serif;
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 11px;
  background-color: f0f0f0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a .grey {
	color: #555555;
	text-decoration: none;
}

a:hover .grey{
	color: #000000;
	text-decoration: underline;
}

a .white {
	color: #fff;
	text-decoration: none;
}

a:hover .white{
	color: #fff;
	text-decoration: underline;
}



#outSide{
	width: 100%;
}

.outSideLineBottom{
   background-color: #aaa;
   width: 100%;
   height: 1px;
   overflow:hidden; 
}

.outSideLineTop{
   background-color: #aaa;
   width: 100%;
   height: 2px;
   border-top: 1px solid #efefef;
   overflow:hidden;
}

#outSideHeader{
   background-color: #444;
   width: 100%;
   text-align: center;
   height: 42px;
}

#outSideMainHeader{
   background-color: #444;
   width: 100%;
   color: #e9e9e9;
   background: url('../images/topbg_1.png');
  }
  
  
#outSideMainHeaderContent{

	left: 50%;
	margin-left: -400px;
	width: 800px;
	position: relative; 
	background: url('../images/topbg_1a.png');

}


#ws_logo{
  
   width: 300px;
   text-align: left;
   margin-left: 10px;
   padding: 5px;
   float: left;
}

#ws_info{
  
   width: 250px;
   text-align: left;
   margin-left: 333px;
   margin-top: 57px;
}


#outSideSubHeader{
   background-color: #444;
   width: 100%;
   height: 100px;
   color: #fff;
   text-align: center;
}

#outSideMainFooter{
   background-color: #444;
   width: 100%;
   padding: 0px 0px 50px 0px;
   color: #fff;
   text-align: center;
   
   /*padding: 3px;*/
   
}

#outSideSubFooter{
   background-color: #333;
   width: 100%;
   color: #fff;
   text-align: center;
   font-size: 9px;
   border-top: 1px solid #222;
   padding: 3px 0px 3px 0px;
}

#outSideView{
   width: 100%;
   overflow: hidden;
   background: url('../images/site_bg_light.jpg') repeat-x #f0f0f0;
   margin-top: 0px;
   position;: relative;
}

#outSideViewOverlay{
   background-color: #dfdfdf;
   /*width: 800px;*/
   height: 95px;
   background: url('../images/topbg_2.png');
}

#outSideViewNavigation{
   background-color: #fff;
   /*width: 800px;*/
   height: 30px;
}





#content{
   /*background-color: #eaeaea;*/
   width: 800px;
   margin-left: -400px;
   left: 50%;
   position: relative; 
   margin-top: 0px;
   min-height: 725px;
   margin-top: -90px;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
   background-color:rgba(245,245,245,0.95);
   
}

.backtrans{
	
	background-color:rgba(245,245,245,0.5);
}


#header{
   background-color: #efefef;
   width: 800px;
   height: 100px;
}




#subHeaderLogin{
   background-color: #efefef;
   width: 200px;
   height: 80px;
   float: left;
   margin: 10px;
}

#subHeaderAjax{
   background-color: #efefef;
   width: 200px;
   height: 80px;
   float: left;
   margin: 10px;
}

#subHeaderRegister{
   background-color: #efefef;
   width: 400px;
   height: 70px;
   float: left;
   margin: 5px;

}


#footer{
   background-color: #efefef;
   width: 800px;
   height: 25px;
}

#support{
   
  text-align: center;
  padding: 2px;

}

#modell{
   background-color: #afafaf;
   width: 280px;
   height: 870px;
   margin-left: 120px;
   left: 50%;
   top: 40px;
   position: absolute;
   background:url('../images/modell.png') no-repeat right top; 

}





#login{
   left: 50%;
   padding-top: 5px;
   position: absolute;
   margin-left: -100px;
   color: #000;
}



#modalLoginLostPWD a {
  text-decoration: none;
  color: #666;
}

#modalLoginLostPWD a:hover {
  text-decoration: underline;
  color: #000;
}


#modalLogin{
   padding: 0px;
}


.modalLoginButton{
   padding: 0px;
}

.modalFormLogin{
   padding: 5px;
   margin: 2px;
   width: 180px;
}



.shadow {
 
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=3);
	/*-moz-border-radius: 6px;*/
	/*-webkit-border-radius: 6px;*/
	/*border-radius: 6px;*/
	border: 1px solid #ccc;
}

.box {
 
	border: 1px solid #ccc;
}


.box_orange {
 
	border: 1px solid #f48a2a;
}

.white {
 
	background-color: #fff;
}




.opaque {
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}

	::-moz-placeholder {color:#ccc;}
	:-moz-placeholder {color:#ccc;}
	::-webkit-input-placeholder {color:#ccc;}
	:-ms-input-placeholder {color:#ccc;}


.tmpl{
  font-family: arial;
  font-size: 11px;
  position: relative; 
  width: 590px;
  padding: 5px;

}

.tmpl_area{
  position: relative; 
  padding: 10px;
}

.tmpl_header{
  position: relative; 
  font-size: 16px;

}

.tmpl_border{
  position: relative; 
  border-top: 1px solid #666;
  margin-top: 3px;
  padding-bottom: 10px;
}