/*

*/
body {
	text-align:center;
	background-color:#e9e9e9;
	margin:0px;
	
	}

#container { 
	text-align:left;
	margin:auto;
	margin-top:10px;
	width:760px;
	}

#header { /* background-color:#cccccc; */
	width:100%;	
	background-image:url(../img/skin/top.jpg); 
	padding-top:123px;
	float:left;
	
	height:175px; /* f?r IE 5.x */
	voice-family:"\"}\""; /* hier die richtige H?he */
	voice-family:inherit;
	height:52px;
	}

/* ###################################################################### menu */

#menu {
	margin-top: 0px;
	float:right;
	height:18px;
	}

#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float:left;
	margin:0px;
	border: 0px;
	margin-right:5px;
}

#menu a {
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	font-family: verdana, arial, san-serif;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	}

#menu a:hover {
	color:#ffffff;
	}

#menu a.active {
	color:#ffffff;
	}


/* ###################################################################### content */

#content {
	float: left;
	width: 658px;
	background-color: #ffffff;
	font-size:12px;
	font-family: verdana, arial, san-serif;
	color: #445586;
	min-height: 300px;
	margin: 0px;	
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	border: 0px;
	border-style: solid;
	border-left: #445586 1px solid;
	border-right: #445586 1px solid;
	border-color: #445586;
}

* html #content {  	/* nur fuer Internet Explorer */
  	height:300px;   /* ab Version 5.x */
  	width:760px;
  	w\idth: 658px;	/* ab Version 6 */
}

#content .column_left { 
	width:319px;
	margin-right:10px;
	float:left;
	}
	
#content .column_right {
	width:319px;
	margin-left: 10px;
	float:left;
	}

.fontsmall {
	font-size: 9px;
}

/* ###################################################################### footer */

#footer {
	width: 100%;
	height: 17px;
	background-image:url(../img/skin/footer.gif); 
	background-repeat:no-repeat; 
	margin-bottom: 20px;
	}
	


#footerabstand {
	margin: 0px;
	margin-right: 10px;
	font-size: 9px;
	font-family: verdana, arial, san-serif;
	color: #ffffff;
	line-height: 17px;
	text-align: right;
	}

#footerabstand a {
	color:#ffffff;
	text-decoration: none;
	}

#footerabstand a:hover {
	color:#ffffff;
	}

#footerabstand a.active {
	color:#ffffff;
	}
	
/* ###################################################################### allgemein */

h1 { 
	font-size:22px;
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	color: #C0C0C0;
	text-align: center;
}

h2 { 
	font-size:12px;
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	color: #C0C0C0;
	text-align: center;
	margin-bottom: 2px;
}

h3 { 
	font-size:16px;
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	color: #ffffff;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}

.nachoben {
	font-size:11px;
	font-weight: bold;
	font-family: verdana, arial, san-serif;
	color: #ffffff;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	}
	
.nachoben a {
	text-decoration:none;
	color:#ffffff;
	}
	
.nachoben a:hover {
	color:#ffffff;
	}
	
.nachoben a.active {
	color:#ffffff;
	}


a {
	color:#445586;
	}

a:hover {
	color:#000000;
	}

a.active {
	color:#C0C0C0;
	}

.downloads {
	float: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fontsmall {
	font-size:9px;
	line-height:12px;
	}

.tab {
	float:left;
	}

.tababstandgr {
	float:left;
	width: 25px;
	}

.tababstandkl {
	float:left;
	width: 5px;
	}