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

body {
	margin: 0;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	font-size: 12px; 
    line-height: 155%; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #999999;
	margin-bottom: 2px;
	margin-top: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;	
	}

tr {
	margin-bottom: 10px;
}
	
.linie {
	margin-top: 10px;
	margin-bottom: 10px;
	}

a:link, a:visited, a:active {
	font-family: arial, helvetica, sans-serif;
	color: #33ccff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 12px;
	}

a:hover {
	text-decoration: underline;
	}

/*Tabellen*/
.file {
	padding-left: 8px;
}

table a:link, table a:visited, table a:active {
	font-family: arial, helvetica, sans-serif;
	color: #33ccff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 8px;
	font-size: 11px;
	line-height: 135%;
	}

table a:hover {
	text-decoration: underline;
	}
	
/*Tabellen Ende*/


img {
	border: 0;
}

.img a:link, .img a:visited, .img a:active, .img a:hover {
	text-decoration: none;
	padding: 0;
	margin: 0:
	}

#site {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background-image:url(../images/back_shadow.gif);

}
#header {
	position: relative;
	top: 0px;
	left: 20px;
	background-image:url(../images/header_logo.jpg);
	padding-left: 20px;
	padding-top: 10px;
	width: 840px;
	height: 140px;
	/*	border: 1px solid #666666;*/
	}
#content {
	position: relative;
	top: 20px;
	margin-left: 40px;
	height: 2250px;
	width: 820px;
	overflow: visible;
	}	
#spalte_links {
	position: relative;
	width: 400px;
	float: left;
	}

#spalte_rechts {
	position: absolute;
	width: 400px;
	left: 420px;
	overflow: visible;
	top: 1px;
}
#footer {
	position: relative;
	top: 30px;
	width: 900px;
	}
	
