html, body, textarea, div, p, h1, h2, h3, h4, h5, h6, ol, ul, span, a, table, td, form, img, li, cols, rows, hr
{
	margin: 0;
	padding: 0;
	font-family: comic sans MS, Times New Roman, Arial;
}

html, body
{
background: #ffffff url(/grafiken/background.jpg) repeat-x fixed;
text-align: center;
color: #666666;
font-size: 16px;
padding: 5px 0 5px 0;
}

h1
{
	font-size: 20px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 7px;
}

h2
{
	font-size: 18px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 15px;
}

#bg
{
position: relative;
z-index: 0;
margin: auto;
border-top: 2px;
border-bottom: 2px;
border-left: 2px;
border-right: 2px;
border-style: ridge;
border-color: #ffffff;
padding: 0px 0px 0px 0px;
width: 900px;
hight: 100%;
text-align: center;
}

#header
{
position: relative;
z-index: 1;
margin: 0 0 0 0;
width: 900px;
hight: 100%;
}

#navigation
{
position: relative;
z-index: 1;
padding-top: 10px;
margin: 0 0 0 0;
width: 900px;
hight: 100%;
background: #ffffff;
}

.clear
{
clear: both;
margin: 0;
}

a:link
{
	color: #333333;
	text-decoration: none
}

a:visited
{
	color:#999999;
	text-decoration: none
}

a:hover
{
	color:#336699;
	text-decoration: none;
}

a:active
{
	color:#333333;
	text-decoration: none
}

a#navigation
{
	display: block;
	width: 150px;
	height: 32px;
	padding-top: 7px;
	background: #666666;
	border-left: 15px solid #ffffff;
	border-right: 15px solid #ffffff;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

a#navigation:link
{
	background: #666666;
}

a#navigation:visited
{
	background: #666666;
}

a#navigation:hover
{
	background: #999999;
	color: #333333;

}

a#navigation:active
{
	background: #666666;
}

#inhalt
{
position: relative;
z-index: 2;
margin: 0 0 0 0;
padding: 20px 10px 20px 10px;
width: 880px;
hight: 100%;
background: #ffffff;
text-align: center;
}

#footer
{
position: relative;
z-index: 1;
padding: 5px 5px 5px 5px;
width: 890px;
height: 100%;
background: #ffffff;
font-size: 14px;
text-align: center;
}


