/*######### marmalade.de ##############
#
#  marmalade.de
#  Joscha Krug
#  http://www.marmalade.de/
#  mail@marmalade.de
#
#####################################*/
body {
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
}

#all {
	margin: auto;
	width:980px;
	margin-top: 20px;		
}
#header {
	width:980px;
}
#text_header {
	height:125px;
	width:260px;
	background-color:#F7DB00;
	overflow:hidden;
	padding-top:35px;
}
#img_header {
	text-align:left;
	height:160px;
	width:720px;
	background-image:url(../img/img_header.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#menu {
	height:160px;
	width:260px;
	background-color:white;
	overflow:hidden;
	text-align:left;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
}
#text {
	height:160px;
	width:720px;
	background-color:black;
	overflow:hidden;
	color:white;
	text-align:left;
	line-height:16px;
	font-size:13px;
	font-weight:500;
}
#text a {
	text-decoration:none;
	color:white;
}
#col_one{
	float:left;
}
#onecol{
	height:120px;
	width:480px;
	margin-left:40px;
	margin-top:20px;
	overflow:hidden;
}
#onecol_content{
	height:120px;
	width:480px;
	margin-left:40px;
	margin-top:5px;
	overflow:hidden;
}
#threecol_1 {
	height:120px;
	width:180px;
	margin-left:40px;
	margin-right:20px;
	margin-top:20px;
	overflow:hidden;
	float:left;
}
#threecol_2 {
	height:120px;
	width:180px;
	margin-left:40px;
	margin-right:60px;
	margin-top:20px;
	overflow:hidden;
	float:left;
}
#threecol_3 {
	height:120px;
	width:180px;
	margin-left:0px;
	margin-right:20px;
	margin-top:20px;
	overflow:hidden;
}
#threecol_1_content {
	height:120px;
	width:180px;
	margin-left:40px;
	margin-right:20px;
	margin-top:5px;
	overflow:hidden;
	float:left;
}
#threecol_2_content  {
	height:120px;
	width:180px;
	margin-left:40px;
	margin-right:60px;
	margin-top:5px;
	overflow:hidden;
	float:left;
}
#threecol_3_content  {
	height:120px;
	width:180px;
	margin-left:40px;
	margin-right:20px;
	margin-top:5px;
	overflow:hidden;
}
#zuerck {
	margin-left:40px;
	float:left;
}
#weiter {
	margin-left:670px;
}
#spacer_left {
	height:160px;
	width:260px;
	background-color:#C5C5C7;
	overflow:hidden;
	float:left;
}
#spacer_right {
	height:160px;
	width:720px;
	background-image:url(../img/spacer_right.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#menu ul {
	margin-left:10px;
	list-style:none;
	margin-top:20px;
}
#menu ul li a {
	color:black;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a.active {
	color:#838287;
}
#text a:hover, #text a.active {
	color:#838287;
}
a img {
	border:none;
}
img {
	border:none;
	margin-right:-4px;
}
/*############### font ###################*/
h2 {
	text-align:left;
	margin:5px;
	margin-left:50px;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
}