@charset "utf-8";
/* Layout Gestaltung und Positionierung */
* {margin:0px; padding:0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg.png);
}
#container {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width: 800px;
	height: 650px;
	
}
#container #content #left_column {
	padding-top: 15px;
	width: 650px;
	padding-left: 15px;
	text-align: justify;
	padding-bottom: 15px;

}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
	margin-left: 20px;
}


#container #content #right_column {
	width: 215px;
	left: 670px;
	position: absolute;
	top: -60px;


}

#container #navbar {
	position: absolute;
	height: 30px;
	width: 800px;
	top: 400px;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A60000;
}

/* Menü-Navigation */
.menu {
	display: inline;
	color: #FFFFFF;
	height: 30px;
	width: 100px;
	margin-left: 40px;
}

.menu a {
color:#FFFFFF;
text-decoration:none;
outline:none;

}

a:hover {

color:#A60000;

}
/* ------------------- */

#container #content {
	position: absolute;
	height: auto;
	width: 800px;
	top: 431px;
	background-color: #000000;
	overflow: visible;
}
#container #bild {
	background-image: url(../images/bild.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 215px;
	position: fixed;
}



#container #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 800px;
}

/* Scrollbar Farben für Internet Explorer */
body {
scrollbar-face-color: #A60000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}

/* Impressum Formatierung */
.imphead {
	font-size: 10px;
	font-weight: bold;
	color: #A60000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

