body {
	background-color: #BBBBBB;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 12px;	
	line-height: 14px;
	margin:2px;
}

a{
	text-decoration: none;
	line-height: 12px;
	color: blue;
}

/* design klassen  */

.screen_center{
	position: 	absolute;
	top: 		50%;
	left:		50%;
}

.aspm{
	display: none;
}

#main_container{
	position:		absolute;
	width: 		640px;
	height: 		480px;
	left:			-320px;
	top: 			-240px;

	background: 	url(../layout/main_back.jpg) top left no-repeat;
	overflow: 		hidden;
}

#btn_imprint 	a{	position: absolute;	left: 609px;	top: 7px;	width:	24px;	height:	23px;}
#btn_w3c 		a{	position: absolute;	left: 546px;	top: 449px;	width:	86px;	height:	24px;	}
#btn_about 		a{	position: absolute;	left:	584px;	top: 7px;	width:	24px;	height:	23px;}
#btn_main 		a{	position: absolute;	left:	559px;	top: 7px;	width:	24px;	height:	23px;}
#btn_counter 	a{	position: absolute;	left:	478px;	top: 450px; width: 	66px; height:	23px;}


#content_area{
	position: absolute;
	left: 17px;
	top: 42px;
	width: 605px;
	height: 396px;
}


.normal_button{	
	position: relative;  margin: 0px; padding: 0px;
	white-space: nowrap; display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;	line-height: 12px;
	color: black;	text-align: center;
	background: 	url(../layout/btn_on.jpg) top left no-repeat;
	float: left;
}
.normal_button a{	display:block; text-decoration:none; color: black; width:92px;height:21px;}
.normal_button img{	border: 0px; visibility: visible; position: absolute; top:0px;left:0px;z-index:0;}
.normal_button input{	border: 0px; visibility: visible; position: absolute; top:0px;left:0px;z-index:0;}
.normal_button a:hover img{visibility: hidden;}
.normal_button a:hover input{visibility: hidden;}
.normal_button span{ position:relative;  margin: 0px; padding: 0px; z-index:1; top: 5px;}
* html a:hover {visibility:visible}

.statistic_bar{
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 20px;
	height: 150px;
	vertical-align: bottom;
	padding: 1px 1px 1px 2px;
	font-size: 1px;
	line-height: 0px;
}

.statistic_bar_upper{
	background-color:	#ED806B;
	width: 18px;
	margin:0px;
	padding:0px;
}
.statistic_bar_middle{
	background-color:	#6B8AED;
	width: 18px;
	margin:0px;
	padding:0px;
}
.statistic_bar_lower{
	background-color:	#C6C6C6;
	width: 18px;
	margin:0px;
	padding:0px;
}



.contact_list{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.contact_even{
	/*background-color: gray;*/
}

.contact_uneven{
	/*background-color: gray;*/
}




.mailer_head{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 20px;
	background-color: blue;
}
.mailer_labels{
	position:absolute;
	left:0px;
	top:0px;
	
	width: 40px;
	height: 65px;
	text-align: right;
}
.mailer_inputfields{
	position: absolute;
	left: 40px;
	top: 0px;
	height: 65px;
	width: 474px;
}
.mailer_controls{
	position: absolute;
	top:0px;
	left: 514px;
	width: 80px;	
	height: 65px;
	text-align:center;
}

.mailer_toaddr{
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: white;
	padding-left:4px;
	padding-right:4px;
	width: 456px;
	height: 14px;
	line-height: 12px;
}

#mailer_from{
	position: absolute;
	top: 22px;
	left: 4px;

	font-family: Arial, sans-serif;
	background-color:white;
	color: black;
	border: 0px;
	width: 456px;
	height: 14px;
	line-height: 12px;
	font-size: 10px;
	padding-left:4px;
	padding-right:4px;
}

#mailer_subject{
	position: absolute;
	top: 42px;
	left: 4px;

	font-family: Arial, sans-serif;
	background-color:white;
	color: black;
	border: 0px;
	width: 456px;
	height: 14px;
	line-height: 12px;
	font-size: 10px;
	padding-left:4px;
	padding-right:4px;
}

#mailer_text{
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	border: 0px;
	line-height: 14px;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	position: absolute;
	left: 0px;
	top: 67px;
	width: 597px;
	height: 321px;
}

.indent{
	padding-left: 14px;
}