body
{
margin: auto;
padding: 0px;
background-color: #aaaaaa;
}

div#site
{
/* background-image: url(../img/background.png); */
width: 970px;
height: auto;
margin: 0px auto;
font-family: arial;
font-size: 12px;
background-repeat: no-repeat;
}

div#header
{
background-image: url(../img/head.jpg);
width: 970px;
height: 200px;
margin: 0px auto;
background-repeat: no-repeat;
}
div#headline
{
width: auto;
height: auto;
margin: 60px 0px 0px 16px;
}

#menu a {
	display: block;
	float: left;
	border-right: 1px solid #ededed;
	height: 20px;
	padding: 16px 15px;
	margin: 0px;
	text-decoration: none;
	color: #666666;
}

#menu a:hover  {
	background-color: #ededed;
}

#menu .sel {
	color: #0F64C2;
	background-color: #ededed;
}

div#headline2
{
background-color: #08284F;
width: 938px;
height: auto;
margin: 0px;
padding: 0px 16px 16px 16px;
}

div#content
{
background-color: #ffffff;
width: 938px;
height: auto;
margin: 0px;
padding: 16px;
}

div#text
{
/* background-image: url(img/site_top.png); */
float: left;
width: 538px;
height: auto;
margin: 0px;
padding: 0px;
/* background-repeat: no-repeat; */
}

div#images
{
float: left;
width: 400px;
height: auto;
margin: 0px;
padding: 0px;
/* background-repeat: no-repeat; */
}

div#footer
{
background-color: #08284F;
width: 938px;
text-align: right;
height: auto;
margin: 0px;
font-family: arial, sans-serif;
font-style: italic;
text-align: right;
color: #888888;
font-size: 8pt;
padding: 2px 16px 2px 16px;
}

h1 
{
font-family: arial, sans-serif;
margin:0px;
padding:0px;
font-size: 24px;
font-weight: bold;
color: #888888
}

/*** under website title ***/
h2
{
color: #ffffff;
font-family: arial, sans-serif;
margin: 0px;
font-size: 16px;
font-weight: bold;
}

/*** content headings ***/
h3
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:10px;
padding-left:5px;
font-size: 12px;
font-weight: bold;
border-bottom: solid 1px #08284F;
}

/*** text headings ***/
h4
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: bold;
}

/*** footer ***/
h5
{
color: #000000;
font-family: arial, sans-serif;
text-align:center;
font-size: 12px;
font-weight: normal;
margin-top:0px;
}


input
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}

input.button
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
background-color: mediumvioletred;
border-color: black;
color: white;
border-width: 1px;
}

textarea
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}


.clear
{
clear: left;
}



/*** Links ***/
a:link    	{ color:#08284F; text-decoration:underline; }
a:visited 	{ color:#08284F; text-decoration:underline; }
a:hover   	{ color:#888888; text-decoration:underline; font-weight: normal; }
a:active  	{ color:#888888; text-decoration:underline; font-weight: normal; }

/*** Links ***/
a.impressum:link    	{ color:#888888; text-decoration:underline; }
a.impressum:visited 	{ color:#888888; text-decoration:underline; }
a.impressum:hover   	{ color:white; text-decoration:underline; font-weight: normal; }
a.impressum:active  	{ color:white; text-decoration:underline; font-weight: normal; }

/*** Links ***/
a.menu:link    	{ color:white; text-decoration:none; }
a.menu:visited 	{ color:white; text-decoration:none; }
a.menu:hover   	{ color:red; text-decoration:none; font-weight: normal; }
a.menu:active  	{ color:red; text-decoration:none; font-weight: normal; }

/*** Links ***/
a.amenu:link    	{ color:red; text-decoration:none; }
a.amenu:visited 	{ color:red; text-decoration:none; }
a.amenu:hover   	{ color:red; text-decoration:none; font-weight: normal; }
a.amenu:active  	{ color:red; text-decoration:none; font-weight: normal; }

/*** Links ***/
a.intro:link    	{ color:white; text-decoration:none; font-size: 16px; font-weight: normal }
a.intro:visited 	{ color:white; text-decoration:none; font-size: 16px; font-weight: normal }
a.intro:hover   	{ color:#564D48; text-decoration:underline; font-size: 16px; font-weight: normal; }
a.intro:active  	{ color:#564D48; text-decoration:underline; font-size: 16px; font-weight: normal; }

