/*~~~~~~~~~~~~~Basiseinstellungen~~Anfang~~~~~~~~~~~~~~*/

* {margin:0; padding: 0;}

img {border:0px;}

html, body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif; /*"Trebuchet MS"*/
	color: #4B4B4B;
}

body {
	margin-left:25px; 
}

h1 {font-weight: normal; font-size:170%; margin-bottom:4px;}

h1.hidden{display:none;}

h2 {font-weight: bold; margin-bottom:2px; font-size:130%;}

h3 {font-weight: bold;}

a {text-decoration: underline; color: #000;}

a:hover {text-decoration: underline; color: #D53C2C;}

.clear{clear:both; height:1px;}

h2.redcont {color: #BF0000; margin-bottom:0px; }

.red {color:red;}

.grau {background:#EFEFEF; height:25px;}

.hidden{display:none;}

/*~~~~~~~~~~~~~Basiseinstellungen~~Ende~~~~~~~~~~~~~~*/



/*################ BOXENMODELL ###################*/

#site{
    position:relative;
    float:left;
    width:750px;
    margin-left:0px;
    }

#header{
    position:relative;
    float:left;
    width:750px;
    height:70px;
    padding:10px 0 0 0;
    background:url(../../images/counter-go/logo.jpg) top left no-repeat;
    }
    
*html #header{
    height:80px;
    }
    
#header table td{
    padding:0 3px;
    font-size:10px;
    color:#ccc;
    }
    
#header table.logout td{
    padding:0 3px;
    font-size:13px;
    }
    
#header table.logout td a{
    color:red;
    }
    
#header table.logout td span{
    color:#4C6A83;
    }
     
#header input{
    border: 1px #ccc solid;
    height:20px;
    font: normal 12px/20px verdana;
    width:120px;
    }
    
#header input.button{
    background:#EAF1B9;
    width:30px;
    height:22px;
    }
    
#header_2{
    position:relative;
    float:left;
    width:375px;
    height:230px;
    background:url(../../images/counter-go/head_2_bg_1.jpg) top left no-repeat;
    }
 
#header_3{
    position:relative;
    float:left;
    width:375px;
    }
    
#header_3 .anmelden{
    position:relative;
    top:0px;
    left:0;
    width:375px;
    height:270px;
    background:url(../../images/counter-go/head_2_bg_2_reg.jpg) top left no-repeat;
    }
    
#header_3 .subnavi{
    position:relative;
    top:0px;
    left:0;
    width:375px;
    height:230px;
    background: url(../../images/counter-go/head_2_bg_2.jpg) top left no-repeat;
    }
    
#content{
    position:relative;
    float:left;
    width:750px;
    margin-bottom:20px;
    } 
    
#footer{
    position:relative;
    float:left;
    width:750px;
    height:40px;
    font: normal 12px/40px arial;
    color:#fff;
    background:#4C6A83;
    }
    
#footer .left{
    position:relative;
    float:left;
    width:300px;
    height:40px;
    padding: 0 20px;
    }
    
*html #footer .left{
    width:340px;
    }
    
#footer .right{
    position:relative;
    float:left;
    text-align:right;
    width:370px;
    height:40px;
    padding: 0 20px;
    }
    
*html #footer .right{
    width:410px;
    }
    
#footer .left a, #footer .right a{
    color:#fff;
    }
    
#wort{
    position:relative;
    float:left;
    width:690px;
    padding: 20px 30px;
    color:#6D6E6E;
    text-align:justify;
    }
    
*html #wort{
    width:750px;
    }
    
    
/*~~~~~~~~~~~~~Content-Classen~~Anfang~~~~~~~~~~~~~~*/

#content .content{
    position:relative;
    margin: 20px 10px;
    }
    
#content ul{
    list-style-type: disc;
    padding: 0 0 0 10px;
    }
    
#content input{
    font: normal 12px/20px;
    }
    
#content option{
    padding:0 10px;
    }
    
.box1{
    float:left;
    border-bottom:2px #4C6A83 solid;
    }
    
.box1.mr{
    margin-right:20px;
    }
    
.box1 .head{
    float:left;
    background: #4C6A83;
    height:25px;
    font: bold 16px/25px arial;
    color:#fff;
    text-align:center;
    width:100%;
    }
    
.box1 .text{
    margin: 10px;
    float:left;
    text-align:justify;
    }
    
*html .box1 .text{
    margin: 5px;
    }

.box1 .text a{
    color:#4C6A83;
    font-weight:bold;
    }
    
     
.box1 .text span{
    color:#4C6A83;
    font-weight:bold;
    }

.box1 .text span font{
    color:#4C6A83;
    font-weight:bold;
    }
    
.box2{
    float:left;
    border-bottom:2px #99AF00 solid;
    }
    
.box2.mr{
    margin-right:20px;
    }
    
.box2 .head{
    float:left;
    background: #99AF00;
    height:25px;
    font: bold 16px/25px arial;
    color:#fff;
    text-align:center;
    width:100%;
    margin-bottom:10px;
    }
    
.box2 .text{
    margin: 10px;
    text-align:justify;
    }
    
*html .box2 .text{
    margin: 5px;
    }

/*~~~~~~~~~~~~~Content-Classen~~Ende~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~Table~~Anfang~~~~~~~~~~~~~~*/

table td{padding:3px;}

table.anmeldung{
    color:#7A8D02;
    border-spacing:1px;
    font-size:12px;
    }

table.anmeldung th{
    padding: 1px;
    text-align:right;
    font-weight:normal;
    width:200px;
    }
    
table.anmeldung th span{
     color:#4F6F88;
    }
    
table.anmeldung td{
    padding: 1px 6px;
    text-align:left;  
    }
    
*html table.anmeldung td{
    padding: 0px 5px;
    text-align:right;  
    }
    
table.anmeldung input{
    border:1px #7A8D02 solid;
    width:180px;
    height:20px;
    }
    
table.anmeldung input{
    border:1px #7A8D02 solid;
    width:180px;
    height:20px;
    }
    
table.anmeldung input.inputfehler{
    background:#FFEFF4;
    }
    
table.anmeldung input.button{
    width:250px;
    height:40px;
    margin-top:30px;
    border:1px;
    }
    
*html table.anmeldung input.button{
    margin-top:20px;
    }
    
table.counterstyle{
    width:700px;
    }

table.counterstyle table{
    border-spacing:1px;
    }
    
table.counterstyle table th{
    width:50px;
    text-align:center;
    }
    
table.counterstyle table td{
    width:300px;
    text-align:left;
    }
    
table input.button_big_blue{
    width:200px;
    height:40px;
    font-size:16px;
    margin:30px;
    background:#4C6A83;
    color:#fff;
    border:0;
    } 

/*~~~~~~~~~~~~~Table~~Ende~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~Navi~~Anfang~~~~~~~~~~~~~~*/

#header_2 .navi{
    position:absolute;
    top:70px;
    width:225px;
    height:155px;
    }
    
#header_2 .navi ul{
    list-style-type:none;
    }
    
#header_2 .navi ul li{
    border-bottom:1px #4C6A83 solid;
    color:#fff;
    padding-left:20px;
    font: bold 16px/39px arial;
    }
    
#header_2 .navi ul li a{
    color:#fff;
    text-decoration:none;
    }
    
#header_2 .navi ul li a:hover{
    color:#fff;
    text-decoration:underline;
    }
    
    
/*~~~~~~~~~~~~~Navi~~Account~~~~~~~~~~~*/
    
#header_3 .subnavi .navi{
    position:absolute;
    top:0px;
    width:225px;
    height:155px;
    }
    
#header_3 .subnavi ul{
    list-style-type:none;
    }
    
#header_3 .subnavi ul span{
    color:#fff;
    font: bold 16px/40px arial;
    text-decoration:underline;
    font-style:italic;
    }
    
#header_3 .subnavi ul li{
    border-bottom:1px #BAC670 solid;
    color:#8B9F00;
    padding-left:20px;
    font: bold 14px/26px arial;
    }
    
#header_3 .subnavi.admin ul li{
    border-bottom:1px #BAC670 solid;
    color:#8B9F00;
    padding-left:20px;
    font: bold 12px/16px arial;
    }
    
#header_3 .subnavi ul li.no_border{
    border-bottom:0;
    }
    
#header_3 .subnavi ul li a{
    color:#6C7F00;
    text-decoration:none;
    }
    
#header_3 .subnavi ul li a:hover{
    color:#4C6A83;
    text-decoration:underline;
    }


/*~~~~~~~~~~~~~Navi~~Ende~~~~~~~~~~~~~~*/


