@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}

#wrapper {
	width: 1024px;
	height: 719px;
	background-color: #000;
	margin-right: auto; /* Abstand rechts */
	margin-bottom: 0px;
	margin-left: auto; /* Abstand links */
	border-radius: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;

}

#header_links {
	width: 250px;
	height: 622px;
	background-image:url(images/header_links.jpg);
	background-color: #2c373b;
	float: left;
	border-radius: 5px;
}

#header {
	width: 1024px;
	height: 97px;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	background-image:url(images/header.jpg);
	border-bottom: 2px solid #666666;
	float: left;
}

#content {
	width: 764px;
	background-color: #000;
	margin-top: 5px;
	margin-left: 10px;
	border-radius: 5px;
	float: left;
	font-size: 14px;
}

#rechts {
	width: 195px;
	height: 291px;
	margin-bottom: 5px;
	background-color: #2c373b;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	border-radius: 5px;
}


#footer {
	width: 985px;
	height: 40px;
	background-color: #f1f1f1;
	margin-left: 5px;
	border-radius: 5px;
	float: left;
}

#icon_links {
	background-color: #666;
	border: thin #FFF;
}

#inhalt_iconbox {
	width: 95%;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 5px;
	float: left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	display:inline;
}

#inhalt {
	width: 98%;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 5px;
	float: left;
}

#inhalt_footer {
	width: 50%;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	float: left;
}

#inhalt_footer_rechts {
	width: 45%;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	float: left;
}

#menu {
	width: 764px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: small;
	margin-left: Auto;
	margin-right: 0px;
	text-align: center;
}

#menu_unten {
	width: 1024px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	margin: 0 auto;
	margin-top: 2px;
	text-align: right;
	border-top: 2px solid #666666;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}


.style1 {
	font-size: xx-large;
	}

#page h2
{
    margin:10px 0 20px;
}

#page h2
{
    font-size:1.5em;
    color:#c00;
    font-weight:normal
}

h2
{
    font-size:1.5em;
    color:#FFFFFF;
    font-weight:normal
}

h2 {
        margin: 10px 0;
        padding: 0;
}

h2 {font-size: 150%;}

td {
        font-size: 100%;
}