﻿body {background-color: #272727; font-family: tahoma,Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFF}
a {text-decoration: none; color: #6AA5E6; }
p {padding: 0 15px 20px 0px; clear: both}
h1 {font-size: 38px; margin-top: 0px}
h2 {font-size: 18px; padding: 30px 0 0 0; color: #6AA5E6; text-decoration: none}
h3 {font-size: 14px; margin-left: 25px;	margin-top: 15px; margin-right: 10px; display: block}
.clear {clear: both; }
#page {width=100%; float: left}


/* --------------- Header ---------------*/
#logo {
	background: url("images/top_bg.gif");
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: 80px;
}
#logo span {color: #6AA5E6}
#line1 {width: 100%; height: 14px; background: url("images/menu_bg.gif")}
#menu {width: 100%; height: 200px; float: left}
#menudown {height: 210px; background: url("images/menu_down_bg.gif"); float: left; width: 100%}
#menudown p {
	margin: 15px 25px 0 25px;
	font-size: 18px;
	display: block;
	color: #C0C0C0;
	font-weight: bold;
}


/* --------------- Content ---------------*/
#content {
	padding: 15px 0 0 0;
	width: auto;
	height: auto;
	float: left;
}
#content-links {
	margin: 0 25px 0 25px;
	width: 40%;
	height: auto;
	float: left;
}
#content-links2 {
	margin: 0 25px 0 25px;
	width: 50%;
	float: left;
	bottom: auto;
}
#content-rechts {
	margin: 0 25px 0 25px;
	width: 40%;
	height: auto;
	float: right;
}
#content-rechts2 {
	margin: 0 25px 0 25px;
	width: 40%;
	height: auto;
	float: left;
}
#content-rechts2 span {font-weight:bold}

/* --------------- Footer ---------------*/
#footer {
	width: 100%;
	height: auto;
	background: url("images/footer_bg.gif");
	float: left;
	padding-bottom: 20px;
}
.footer_column {
	width: 11%;
	height: 200px;
	float: left;
}	
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#footer li {
	margin-left: 25px;
	margin-right:10px;
	list-style: none;
	list-style-image: none;
}
#footer a {width: 100%; color: #808080}
#footer a:hover {color: #6AA5E6}

#footer p {
	font: normal 11px;
	text-decoration: none;
	text-align: center;
	margin-top: 400px;
	display: block;
	margin-bottom: 10px;
}
