@charset "utf-8";

/* Generell 
####################
*/

html {
  overflow-y:scroll;
}

a {
	text-decoration:none;
}

a.navigation_act
{
	color:#FFFFFF;
	background-color:#113782;
	padding: 3px 8px 4px;
}

a.navigation
{
	color:#113782;
	padding: 3px 8px 4px;
}

a.navigation:visited
{
	color:#113782;
	padding: 3px 8px 4px;
}

a.navigation:hover
{
	color:#FFFFFF;
	background-color:#113782;
	padding: 3px 8px 4px;
}

li.oben
{
	text-decoration:none;
}

body {
	margin: 0;
	padding: 0;
}

span, p, h1, h3, h6, input, textarea {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: inherit;
	color: #113782; /*blau*/
}

.footer a:link {
	text-decoration:none;
	color: #ffcc01;
}

.footer a:visited {
	text-decoration:none;
	color: #ffcc01;
}

.footer a:activate {
	text-decoration:none;
	color: #ffcc01;
}

.footer a:hover {
	text-decoration:underline;
	color: #ffcc01;
}

textarea
{
	border:1px solid #113782;
}

input
{
	border:1px solid #113782;
}

.button
{
	border:1px solid #113782;
}




/* Headerbereich 
####################
*/

#navigation {
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-style: inherit;

	border-style: none;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 150px;
}

#navigation ul {
	position: absolute;
	top: 55px;
	right: 0;
	list-style:none;
}

#navigation li {
	float: right;
	margin-left: 40px;	
}



/* Welcome Sreen 
####################
*/

#welcome {
	height: 400px;
	background: url("../img/allgemein/gradient.png") ;
	background-repeat:repeat-x; 
	margin: 0 auto;
	border-top: 1px solid #113782;
	border-bottom: 1px solid #113782;
	/* #988c6f */
}

#welcome-info {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	background: url("../img/allgemein/logo_trans2.png");
	background-position:center;
}

#span-welcome {
	font-size: 18px;
}

#information {
	float: right;
	height: 380px;
	width: 330 px;	
}

#information-a {
	border-top:2px dotted #113782;
}



/* Inhalt
####################
*/

#inhalt {
	padding: 10px 0;
	/*background: url("../img/allgemein/gradient2.png") ;
	background-repeat:repeat-x; */
}

#inhalt-hp {
	padding: 10px 0;
	background: url("../img/allgemein/gradient_n.png");
	background-repeat:repeat-x;
	background-position:bottom;
	height:800 px;
	border-top: 1px solid #113782;
	border-bottom: 1px solid #113782;

}

#inhalt-wrapper {
	margin: 0 auto;
   	padding: 0 19px;
   	width: 920px;
   	border-left: 1px dotted #113782;
   	border-right: 1px dotted #113782;
	/* #0087ad; */
}

#mitarbeiter{
	margin: auto;
	width: 920px;
}
	
#foto {
	
	float:left;
	margin: 0 auto;
	width:200px;height:200px;
}

#beschreibung {
	float:right;
	margin: 0 auto;
	width:700px;
	height:200px;
}  

#kontaktanfrage
{
	float:left;
	margin:0 auto;
	width:495px;
	height:500px;

}

#anfragewapper
{
	margin: auto;
	width: 920px;
}

#map {
	float:right;
	margin: 0 auto;
	width:425px;
	height:300px;
}

#inhalt-links {
	float:left;
	width: 250px;
	padding: 10px;
}

#inhalt-links div {
	float: left;
	margin-right: 20px;
}


#footer {
	padding:0 3px;
	height: 180px;
	background-color:#113782;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: inherit;
	color: #ffcc01;
}

#footer-inhalt {
	margin: 0 auto;
	margin-top:30 px;
	width: 960px;
	height: 60px;
	background-color:#0087ad;
	text-align:center;
}

#footer-links {
	float:left;
	padding-left: 10px;
	text-align:left;
}

#footer-rechts {
	float:right;
	padding-right: 10px;
}


.logo {
	float: left;
	position: absolute;
}
