/*
	Copyright (c) done-graphics
	All rights reserved
	http://www.done-graphics.de
*/

* {
    margin: 0;
    padding: 0;
}

html, body {
/*	background-color: #dbdfe2;
*/	background-color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
 	font-size:100.01%;
	background-attachment:scroll;
    text-align: center;
	height: 100%;
}

h1 {
    font: 120% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #0f5d83;
}

h2 { 
	font: normal Verdana, Arial, sans-serif; 
	font-size: 95%; 
	font-size: 95%; 
	margin-bottom: 15px; 
	color:#0f5d83;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	line-height: 150%; 
	text-color: #464646;
}

#info {
    width: 1000px;
    height: 100%;
	margin: 0px auto;
    background-color: #FFF;
    border: 1px solid silver;
	text-align: left;
}

#wrapper {
    height: 100%;
	width: 1000px;
	margin: 0 auto;
}


#seite {
    width: 1000px;
    height: 100%;
	margin: 0px auto;
    background-color: #FFF;
    border: 1px solid silver;
	text-align: left;
}

#kopfbereich {
    background-color: orange;
	background: url(bilder/AE-headimage_2.jpg) no-repeat;
	height: 277px;
	text-align: center;
}

#wrap2 {
	background-color: ##FFF;
	width: 1000px;
}

#image-we {
	background: url(bilder/welcome-300px.jpg) no-repeat;
	width: 300px;
	height: 390px;
	margin-left: 22px;
	float: left;
	border: 1px solid #bbb;
}

#image-buero {
	background: url(bilder/buero-300px.jpg) no-repeat;
	width: 300px;
	height: 390px;
	margin-left: 22px;
	float: left;
	border: 1px solid #bbb;
}

#inhaltsbereich {
    background-color: #FFF;
	margin-top: 40px;
	margin-left: 380px;
	margin-right: 50px;
	text-color: #003366;
}

#steuerung {
    background-color: FFF;
	padding: 10px;
	border-top: 10px solid #FFF;    
	border-bottom: 2px solid #a2c221; 
}

#steuerung li {
	display: inline;
	padding: 0 12px;
	list-style-type: none;
	border-right: 2px solid #BBBBBB;
}

#fussbereich {
    background-color: #a2c221;
	color: #0f5d83;
	padding: 2px;
	height: 7px;
	margin-top: -7px;
    text-align: center;
}

/*#steuerung strong,
#steuerung a {
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 75%;
	font-weight: bold;
    color: #BBBBBB;
    border-top: 2px solid #BBBBBB;
    display: block;
    padding: 8px 10px 10px 0px;
}

#steuerung strong {
    background: #FFF url(kennzeichen-steuerung.gif) no-repeat left 50%;
	color: #9bc239;
}


*/
#steuerung a:hover {
	text-decoration: none;
    color: #a2c221;
	display: inline;
/*    padding: 8px 10px 10px 0px;
*/}

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

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

/*a:hover{color:#9bc239;
text-decoration: none
}*/

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

#liste1 {
	/*	list-style-type: none;
*/	line-height: 2em;
	font-size: 83%;
	font-color: #663300;
	padding: 8px 0px 0px 0px;
	margin-left: 320px;
}
