
* {margin: 0;}

body 
{
 font-family:Verdana,Arial;
 font-size:13px;
 letter-spacing: 1px;
 color:#222;
 background-color:#ffffff;
 background-image: url(../img/green_line_top.png);
 background-repeat:repeat-x;float:left;
}
p
{
margin-bottom:1em;
text-align: justify;
}
a:link, a:visited, a:hover, a:active
{ 
  text-decoration:none;
  font-weight:bold;
  color:#B1005C;
  font-size:13px;
}
a:active, a:hover
{ 
 text-decoration:underline;
}
h1
{
  font-weight:bold;
  color:#777;
  font-size:15px;
  margin-bottom:1em;
}

h2
{
	font-weight:bold;
	color:#555;
	font-size:13px;
	margin-bottom:1em;
}

input
{
background-color:#eeeeee;
color:#000;
border:1px solid #555;
}

#imagetopleft
{
 position:absolute;
 left:0px; top:0px; width:414px; height:150px;
 background-image: url(../img/green_bend_top.png);
 background-repeat:no-repeat;
}

#imagelogo
{
 position:absolute;
 left:130px; top:60px; width:360px; height:138px;
 background-image: url(../img/logo.png);
 background-repeat:no-repeat;
}


/* =-=-=-=-=-=-=-[Hauptmenü MiniTabs]-=-=-=-=-=-=-=- */
#minitabcontainer
{
	position:absolute;
	left:80px; top:240px; width:75%; min-width:600px;
}

ul#minitabs
{
	list-style: none;margin: 0;
	padding: 7px 0;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  text-align: center;
  white-space: nowrap
}

ul#minitabs li
{
	display: inline;
	margin: 0 12px
}

ul#minitabs a
{
	text-decoration: none;
	padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #888
}

ul#minitabs a#current
{
	border-color: #B1005C;
	color: #81C02B
}

ul#minitabs a:hover
{
	border-color: #B1005C;color: #81C02B
}


/* =-=-=-=-=-=-=-[Hauptinhalt Container]-=-=-=-=-=-=-=- */

#inhaltcontainer
{
	position:absolute;
	left:80px; top:280px; width:75%; min-width:600px; 
}

#footer
{
border-top: 1px solid #CCC;
margin: 15px 0px 15px 0px;
padding-bottom: 5px;
text-align: center;
font-size: 10px;
color: #AAA;
}