@charset "UTF-8";
/* CSS Document */



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}


.page{
	width:810px;
	margin: 0 auto;
	}
	
.header{
	height:100px;
	background-image:url(images_site/bg_header.gif);
	background-repeat:no-repeat;
	}
.content{
	margin-top:20px;
}

.footer{
	padding:50px;
	text-align:center;
	font-size:10px;
	color:#999999;
	clear:both;
	}
.footer a{color:#999;}
.footer a:hover{color:#333;}
/*
------------------------------------------------------------- */
h1{ display:none;}

h2{font-size:12px;}	
/*
------------------------------------------------------------- */
.nav{
	position:absolute;
	top:70px;
	}

.nav a{
	height:30px;
	width:77px;
	padding-top:8px;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	float:left;
	text-align:center;
	}
a.active{
	background-image:url(images_site/nav-hg.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#000;
	}
.home a{display:block; width:200px; height:50px; background:transparent}
/*
------------------------------------------------------------- */
ul{
	margin:0;
	padding-left:15px;
}
.box_left{
	width:380px;
	float:left;
}
.box_right{
	width:380px; 
	float:right;
}

/* Download PDF
------------------------------------------------------------- */
.pdf {color:#000; font-weight:bold; padding-left:15px;  background-image:url(images_site/pfeil.gif); background-repeat:no-repeat;}
