body {
margin: 0;
padding: 0;
background-image: url(Material/hintergrund_top.jpg);
background-repeat: repeat-x;
background-color:	#afc7df;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 80%;
margin-bottom: 50px;
}

/* mainboxes */
#wrapper {
position: relative;
margin: 0px auto;
padding-bottom:	0px;
background-image: url(Material/hintergrund_left.jpg);
background-repeat: repeat-y;
background-color: #FFFFFF;
color: #000;
text-align: left;/*Aufheben von IE_quirks im BODY*/
width: 800px;
}

#right {
	text-align: right;
}

#header {
background-image: url(Material/hintergrund_top.jpg);
background-repeat: repeat-x;
/*background-image: url(Material/schatten_navi.jpg);
background-repeat: no-repeat;
background-position: bottom right;*/
height: 111px;
}

#content_left {
position: absolute;
top: 111px;
left: 0;
width: 50px;
margin: 0px;
padding: 0px;
}

#content_center {
position: relative;
color: #000;
min-height: 400px;
margin: 0px 0px 0px 50px;
padding-top: 10px;
padding-right:	5px;
padding-bottom: 10px;
}

#footer {
text-align: center;
}

/* others */
.invis, hr {
display: none;
}

h1{
	font-weight: bold;
	font-size:	110%; /*14px;*/
}
h2{
	font-weight: bold;
	font-size:	100%; /*12px;*/
}
h3{
	font-weight: bold;
	font-size:	90%; /*10px;*/
}
h4{
	font-weight: bold;
	font-size:	80%;
}
h5{
	font-weight: normal;
	font-size:	70%;
}
p{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p.einzug {
	padding-left: 10px;
	margin: 0px;
	font-weight: normal;
}

div.navi {
	background-color: #427db7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

blockquote.sitemap {
	margin-left: 15px;
	padding-top: 2px;
	margin-top:	0px;
	margin-bottom: 0px;
}


p.sitemap
{
	margin-top:	3px;
	padding: 0px;
}

a:link
{
	color:				#427db7;
	text-decoration:	none;
	font-weight:		bold;
}
a:hover
{
	color:				#000000;
	text-decoration:	none;
	font-weight:		bold;
}
a:active
{
	color:				#000000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
}
a:visited
{
	color:				#000000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
}


.navi:link
{
	color:				#FFFFFF;
	text-decoration:	none;
	font-weight:		bold;
}
.navi:hover
{
	color:				#FF0000;
	text-decoration:	none;
	font-weight:		bold;
}
.navi:active
{
	color:				#FF0000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
}
.navi:visited
{
	color:				#FF0000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
}

.leftlink:link
{
	color:				#427db7;
	text-decoration:	none;
	font-weight:		bold;
	padding-left: 		10px;
}
.leftlink:hover
{
	color:				#FF0000;
	text-decoration:	none;
	font-weight:		bold;
	padding-left: 		10px;
}
.leftlink:active
{
	color:				#FF0000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
	padding-left: 		10px;
}
.leftlink:visited
{
	color:				#FF0000; /*#0066FF;*/
	text-decoration:	none;
	font-weight:		bold;
	padding-left: 		10px;
}

.Button
  { background-color:#427db7; color:#FFFFFF; border:1px solid #DDDDDD; }

.input {
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px solid #AAAAAA; 
	background-color: #FFFFFF;
}

td.content {
	vertical-align:	top;
}

td.odd {
	vertical-align:	top;
	background-color:	#FFFFFF;
}
td.even {
	vertical-align:	top;
	background-color:	#afc7df;
}
