/*
Design von Marvin Güngör (creative-mode.de)
Das Entfernen des Copyrights wird untersagt.
Es findet kein Support statt.
Es wird nich für Fehler usw. gehaftet.
Der Code das nach eigenen belieben angepasst werden.
*/

body {
	background: url(../images/background.jpg) repeat-x #3C3C3C;
}
#design {
	margin: 0px auto;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	background: url(../images/header.png);
	padding: 15px;
	height: 84px;
}
#header h1{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#header h3{
	font-size: 14px;
	color: #0F2944;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#header_box {
	background: url(../images/header_box.png);
	color: #ffffff;
	width: 135px;
	float: right;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 50px;
	vertical-align:middle;
}
#header_box a {
	color: #ffffff;
	text-decoration: underline;
}
#container {
	background: url(../images/content.png);
	padding: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 300px;
}
#nav {
	float: right;
	width: 140px;
}
.nav {
	color: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
div.undernav {
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
#content {
	width: 600px;
}
#footer_start {
	background: url(../images/footer_start.png);
	height: 1px;
}
#footer {
	background: url(../images/footer.png);
	color: #000000;
	height: 30px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.url_creativemode {
	color: #0C5F86;
	text-decoration: none;
	font-weight: normal;
	padding: 7px;
	border-left: 1px solid #AAAAAA;
}
.url_footer {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 7px;
	border-left: 1px solid #AAAAAA;
}
#footer a:hover{
	background: #CCCCCC;
	color: #000000;
}
ul.generatorenliste {
	list-style: none;
	margin:0px;
}
span.generatorenelement {
	margin-left: 15px;
}

