body, html
{
	margin:0;
	padding:0;
	background:#f4f4ee;
}

html
{ height: 100%;
  margin-bottom: 1px;
}

body
{
	min-width:568px;
}

#wrap
{
	margin:0 auto;
	width:568px;
	font: 13px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	line-height: 1.6em;
}

#topwrap
{
	float: left;
	width:100%;
	height: 187px;
	margin: 0;
	padding: 0;
	background: url(back_oben.jpg) no-repeat;
}

#topwrap_print
{
	display:none;
}

#navi
{
	width:100%;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #8a2;

}

#navi_unten
{
	width:100%;
	text-align: center;
	padding-top: 7px;
	border-top: 1px solid #8a2;

}

a.navlink, a.navlink:visited
{
	color: #250;
	text-decoration: none;
	font-weight:bold;
}

a.navlink:hover
{
	color: #c00;
  text-decoration: underline;
}
a.activ, a.activ:visited
{
	color: #c00;
	font-weight:bold;
	text-decoration: none;
}
a.activ:hover
{	text-decoration: underline;}
span a.activ, span a.activ:visited
{	font-weight: normal;}
span a.navlink, span a.navlink:visited
{	font-weight:normal ;}

#mainwrapper
{
	float: left;
	width:100%;
	background:url(back_mitte.jpg) repeat-y;
	margin: 0;
	padding: 0;
}

#main
{
	margin: 0px 50px 0px 70px;
	padding: 0;
	text-align:justify;
}

#kontakt
{
	position:relative;
	top:-10px;
	left:0px;
	float: right;
	width:190px;
	background: url(ecke_back.jpg) no-repeat;
  font-size: 11px;
	line-height: 1.3em;
	padding: 25px 0px 0px 30px;
	border:0px solid green;

}

#powered
{
	float: right;
	width:150px;
  font-size: 12px;
	padding: 40px 0px 0px 20px;
}

#powered a img
{
	margin: 30px 0px;
}

ul
{
	list-style-type:square;
	color: #c00;
}

ul span
{
	color: #444;
	text-align: left;
}

h1
{
	font-size: 18px;
  text-align:left;
}
h2
{
	font-size: 18px;
	padding: 0px;
	margin: 40px 0px 0px 0px;
  text-align:left;
}
h3
{
	font-size: 13px;
  text-align:left;
}

.infohead
{
	font-size: 14px;
	font-weight: bold;

}

p a:link
{
	color: #250;
	text-decoration: underline;
}
p a:visited
{
	color: #444;
}

p a:hover
{
	color: #c00;
}

a img
{
	border: 0px;
}

#footerwrapper
{
	float:left;
	width:100%;
	height:73px;
	background: url(back_unten.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#footer
{
	height: 25px;
	margin: 28px 0 10px 10px;
	text-align:center;
	vertical-align: bottom;
}

#footer a:link, #footer a:visited
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover
{
	color: #c00;
  text-decoration: underline;
	font-weight: normal;
}

/* TOOLS */
.clear  {	clear: both;}
.left   {	float: left;}
.right  {	float: right;}
.small  {	font-size: 12px;}
.center {	text-align: center;}
.border {	border: 1px solid green;}