﻿#inhalt {
	color:white;
	font-family:verdana;
	font-size:12px;
	width:550px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:12px;
	margin-right:10px;
	line-height:18px;
	z-index:9;
}

#inhalt a {
	color:ec30cb;
	text-decoration:none;
	z-index:9;
}

#inhalt a:hover {
	color:white;
	text-decoration:none;
	z-index:9;
}

#titel {
	color:black;
	font-family:verdana;
	font-size:14px;
	text-align:justify;
	width:400px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	z-index:7;
}

#design {
	height:100%;
	width:100%;
	position:absolute;
	z-index:5;
}

#impressum {
	margin-left:6px;
	z-index:7;
}

#impressuminhalt {
	color:ec30cb;
	font-family:verdana;
	font-size:12px;
	z-index:7;
}

#impressuminhalt a {
	color:ec30cb;
	text-decoration:none;
	z-index:7;
}

#impressuminhalt a:hover {
	color:white;
	text-decoration:none;
	z-index:7;
}

#footer {
	top:100%;
	margin-top:-25px;
	width:100%;
	position:fixed;
	background-color:transparent;
	z-index:7;
}

#footerinhalt {
	color:999999;
	font-family:verdana;
	font-size:10px;
	z-index:7;
	margin-left:15px;
	margin-right:15px;
}

#footerinhalt a {
	color:999999;
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
	z-index:7;
}

#footerinhalt a:hover {
	color:ec30cb;
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
	z-index:7;
}

body {
	background-image:url('images/index_bg.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top center;
}