body {
	text-align:center;
	background-color: White;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

div {
	margin:0px auto;
	text-align: left;
}



#navigation div {
	background:url(../images/design/button.gif);
	height:28px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-left:14px;
	font-family: Tahoma;
        margin-bottom:6px;
        overflow:hidden;
}

a {
	color:#0075BD;
	text-decoration:none;
}

.headline {
	font-size:10pt;
	color:#0074BD;
	font-weight:bold;
}


.klick_grau {
    color: #7D7D7D;
}

.active a {
	color:#0074BD;
}

.inactive a {
	color: Black;
}

.inactive a:hover {
	color:#0074BD;
}

td,input{
	padding: 2px;
	font-size: 10px;
}


select,textarea {
font-size: 10px;

}

#main {
	width:750px;
	text-align:right;
	padding-top:2px;
	padding-bottom: 2px;
}

#logo {
	float:left;
	width: 175px;
	height:100px;
}

#header {
	float:left;
	width: 575px;
	background:url(../images/design/02_head.jpg);
	height:100px;
	background-position: right;
	background-repeat: no-repeat;
}

#navi {
	clear:left;
	float:left;
	width: 175px;
}



#content {
float:left;
width: 565px;	
background-color:#F7F7F7;
height:auto;
 overflow:hidden;
 line-height:14px;
 }

.error {
 color:red;
 font-weight:bold;
 margin-right:5px;
}




