.normal{
	font-size:12px;
}
.checkBoxNormal{
	border:none;
	background-color:rgb(131,129,130);
}
.categoryTitle{
	background-color:rgb(90,125,162);
	color:rgb(255,255,255);
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
}
.athletInfo{
	background-color:rgb(255,255,255);
}
.sdjImage{
	cursor:pointer;
	border:1px solid rgb(0,0,0);
	width:1px;
}

body{
   background-color:#000;
}
*{
	font-family:Verdana,Helvetica;
}
div#base{
   background-image:url(../images/background.jpg);
   width:800px;
   height:583px;
   border:1px solid #000;
   position:absolute;
   top:20px;
   left:-400px;
   margin-left:50%;
}
div#navig{
   position:absolute;
   left:37px;
   top:230px;
   line-height:22px;
}
div#content{
   position:absolute;
   top:180px;
   left:240px;
   width:550px;
   height:380px;
   overflow:auto;
   color:#fff;
}
a#language{
   font-size:13px;
   font-weight:bold;
   font-style:italic;
   text-decoration:none;
   color:#f00;
   position:absolute;
   left:730px;
   top:143px;
}

a#language2{
   font-size:13px;
   font-weight:bold;
   font-style:italic;
   text-decoration:none;
   color:#05b;
   position:absolute;
   left:730px;
   top:143px;
}

a.navig_text_bold{
   font-size:12px;
   line-height:18px;
   font-weight:bold;
   text-decoration:none;
   color:#fff;
}

a.navig_text_normal{
   font-size:12px;
   line-height:18px;
   font-weight:bold;
   text-decoration:none;
   color:#000;
}

div#loeb{
   position:absolute;
   top:500px;
   left:20px;
   width:70px;
   height:30px;
   cursor:pointer;
}

div#helvetia{
   position:absolute;
   top:500px;
   left:100px;
   width:100px;
   height:30px;
   cursor:pointer;
}

div#raiffeisen{
   position:absolute;
   top:440px;
   left:20px;
   width:140px;
   height:50px;
   cursor:pointer;
}

div#bt{
   position:absolute;
   top:100px;
   left:250px;
   width:140px;
   height:50px;
   cursor:pointer;
}

div#jdj{
   position:absolute;
   top:70px;
   left:250px;
   width:140px;
   height:30px;
   cursor:pointer;
}

div#cts{
   position:absolute;
   top:100px;
   left:410px;
   width:200px;
   height:50px;
   cursor:pointer;
}

div#burkhalter{
   position:absolute;
   top:540px;
   left:20px;
   width:130px;
   height:30px;
   cursor:pointer;
}

span#footer{
	position:absolute;
	bottom:-17px;
	left:321px;
	font-size:10px;
	color:#333;
}



label{
   font-family:Verdana, Helvetica;
   font-size:13px;
   color:#fff;
   float:left;
   width:100px;
}

span#label{
   font-family:Verdana, Helvetica;
   font-size:13px;
   color:#fff;
   float:left;
   width:100px;
}

input, textarea{
   font-family:Verdana, Helvetica;
   font-size:13px;
   color:#fff;
   border:1px #333 solid;
   border-right-color:#999;
   border-bottom-color:#999;
	background-color:#999;
   width:230px;
}
input:focus, textarea:focus{
   border:1px #777 solid;
   border-right-color:#ddd;
   border-bottom-color:#ddd;
}
input#herr{
   width:auto;
   border-width:0px;
}
input#frau{
   width:auto;
   border-width:0px;
}
input#button1{
   margin-left:258px;
   width:75px;
   color:#333;
   background-color:#eee;
   border-color:#999;
   border-right-color:#333;
   border-bottom-color:#333;		
}
input#button1:hover{
   border:1px #333 solid;
   border-right-color:#999;
   border-bottom-color:#999;
}

label#labherr{
   float:none;
}
label#labfrau{
   float:none;
}
fieldset{
   padding:0px;
   border-width:0px;
}
span#alert{
   font-size:13px;
   color:#f00;
}

