* {
	margin: 0;
	padding: 0;
}

body {
	background: #acc5fe url(../images/bg_tile.jpg) top right repeat-x;
	color: #404042;
	font-family: arial, sans-serif;
	font-size: 13px;
}

html,
body,
#container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}


img {
	border: 0;
}

p.bodytext {
	text-align: justify;
	margin-bottom: 1em;
}

h1 span {
	display: none;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 1em;
}

h4{
	font-family: myriad pro, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #c30f43;
}

#container {
	width: 839px;
}

#inhalt{
	width: 642px;
	padding: 10px;
	padding-top: 40px;
	float: left;
/*	background: #fff;*/
	background: #fff url(../images/butterfly_sep.jpg) no-repeat right bottom;
}

p.bodytext{
/*	background: url(../images/butterfly_sep.jpg) no-repeat right bottom;
	border-bottom: 1px solid #2d2d2d;*/
	padding-bottom: 2px;
}

#schatten_r{
	float: right;
	width: 3px;
	background: url(../images/shadow_r.png) repeat-y left;
	height: 100%;
}

#schatten{
	width: 662px;
	float: right;
	height: 4px;
	background: url(../images/shadow_b.png) repeat-x bottom;
}

#left{
	width: 177px;
	float: left;
	text-align:center;
}

#left img#home{
	float: left;	
	margin-top: 23px;
	margin-left: 22px;
}

#left ul#navi{
	font-family: myriad pro, arial, sans-serif;
	text-align: left;
	margin-left: 55px;
	list-style-type:none;
	margin-top: 44px;
	font-size: 12px;
	font-weight: bold;
}

ul#navi li{
	padding: 3px 0;	
}

ul#navi li a{
	font-family: myriad pro, arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

ul#navi li a.active,
ul#navi li a:hover{
	color: #c30f43;
	text-decoration: none;	
}

.content ul{
	margin-left: 20px;	
}

.content ul li{
	line-height: 130%;	
}

.clear{
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

#footer{
	clear:right;
	padding: 5px;
}
