html, body
{
padding: 0;
margin: 0;
font-family: Helvetica, Arial;
font-size: 16px;
height:101%
}
div
{
	padding: 0;
	margin: 0;
border: 0;
}
a {outline:none;}
body
{
background:url(design/site_bg.png) ;
}
body.mceContentBody {
   background-image: none;
   background: #FFFFFF;
width:668px;
}
#headbox
{
background:url(design/header.png) no-repeat;
background-position: center top;
}
#contentbox
{
top: 30px;
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
width: 976px;
overflow: visible;
min-height: 442px;
}
#content_head
{
 background:url(design/content_header.png) 0px 0px;
 width:976px;
 height: 15px;
}

#content_body
{
 background:url(design/content_body.png) 0px 0px ;
 width:976px;
overflow:visible;
}

#content_bottom
{
 background:url(design/content_bottom.png) 0px 0px ;
 width:976px;
 height: 17px;
}
#inhalt
{
width:600px;
top: 200px;
display:block;
float:left;
font-style: italic;
overflow: visible;
color: #660066;
}
h1, h2, h3, h4
{
	color: #660066;
}
hr
{
	border-color: #dd0d66;
}
img
{
border: solid 0px;
margin:15px;
}
#leftbox
{
	float:left;	
}
#navigation
{
	width:230px;
	float:left;
	overflow-y: visible;
}
#navigation ul
{
	display:block;
	position:relative;
	margin:0;
	width:250px;
	padding:0px;
	list-style-type: none;
}

#navigation ul li
{
	background: url('design/nav_bg.png') no-repeat;
	display:block;
	width:190px;
	height:50px;
	margin:0;
	padding:0 0 0 20px;
	line-height: 40px;
	vertical-align: middle;
	color: #333333;
}
#navigation ul li.activenav
{
	background: url('design/activenav_bg.png') no-repeat;
}
#navigation ul li a
{
	color: #333333;
	text-decoration:none;
	outline:none;
	display: block;
}
.shadowbox
{
	-moz-box-shadow: 0px 0px 3px #330033;
	-webkit-box-shadow: 0px 0px 3px #330033;
	box-shadow: 0px 0px 3px #330033;
}

