@charset "utf-8";

body {
	margin: 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:101%;
	background-image: url(b/background.jpg);
	background-repeat: repeat-x;
	background-color: #BABABA;
}

img
{
	border:none;
}

a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #3D68AC;
	border: 0px none #FFFFFF;
}

a:hover  {
	text-decoration: underline;
	color: #3D68AC;
	text-shadow: 0 0 8px;
}
	
#container {
	min-height: 350px;
	position: relative;
	margin: 0 auto;
	width: 800px;
	visibility: visible;
	border: 2px solid #3d68ac;
	background-color: #FFFFFF;
}
	

#kopfbereich {
	width: 800px;
	height: 163px;
	background-color: #ffffff;
}

#kopfbild {
	width: 800px;
	height: 163px;
	float: left;
	background-color: #FFFFFF;
}

	
h1  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
}
h2  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
    line-height: 1em;
    font-weight: normal;
}
h3  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}
h4  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
    line-height: 1em;
    font-weight: normal;
}
h5  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    line-height: 1em;
    font-weight: normal;
}
h6  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
    line-height: 1em;
    font-weight: normal;
}
	
#wrapper {
	position: relative;
	margin: 0;
	width: 800px;
	visibility: visible;
	background-color:#FFFFFF
}
#clearer {margin: 0pt; padding: 0pt; clear: both; }
