html, head, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: url(images/hg.jpg) no-repeat top center fixed #b8bfcb; /*#dbe1ea;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

a
{
	color: #404040;
}

a:hover
{
	color: #d70065;
}

#content img.border
{
	border: 1px solid #404040;
}

#content img.inhaltRechts
{
	margin-left: 20px;
	border: 1px solid #404040;
}

#rahmen
{
	background: url(images/rahmen.png) repeat-y top left transparent;
	margin: 0 auto;
	width: 998px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	position: relative;
	padding-bottom: 30px;
}

#top, #top2
{
	background: url(images/top.jpg) no-repeat top left #dbe1ea;
	
	width: 960px;
	height: 164px;
	margin-left: 19px;
}

#top2
{
	background-image: url(images/top2.png);
	background-color: transparent;
	height: 185px; /* 130 */
}

#titleBox
{
	width: 960px;
	height: 161px;
	margin-left: 19px;
	margin-bottom: 38px;
	margin-top: -55px;
	position: relative;
}

#titleText
{
	position: absolute;
	left: -17px; /* 27 */
	top: 8px;
}

#titleLogo
{
	width: 911px;
	height: 133px;
	background: url(images/logo.png) no-repeat left top transparent;
	position: absolute;
	top: 24px;
	left: 45px;
}

#contentBox
{
	
	width: 960px;
	margin-left: 19px;
}

#zippelLinks, #zippelRechts
{
	position: absolute;
	height: 40px;
	width: 19px;
	
	left: 0px;
	top: 235px;
	background-image: url(images/zippel-links.png);
}

#zippelRechts
{
	left: 979px;
	width: 21px;
	background-image: url(images/zippel-rechts.png);
}

#menuBox
{
	width: 120px;
	margin-left: 46px;
	float: left;
}

#menuBox ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuBox ul li
{
	height: 18px;
	margin-bottom: 15px;
}

#menuBox ul li a
{
	line-height: 18px;
	height: 18px;
	display: block;
	width: 100%;
	padding-left: 24px;
	background: url(images/menu-punkte.png) no-repeat 0px -18px transparent;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	
}

#menuBox a.ak, #menuBox a:hover
{
	background-position: 0px 0px;
	color: #d70065;
}

#content
{
	float: left;
	width: 730px;
	margin-left: 22px;
	text-align: justify;
}

#content p
{
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 18px;
}

#content img.rahmen {
border:1px solid #404040;
}
