/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #7D9FB9 url(../images/body_bg.jpg) repeat-x;
	color: #00376F;
	text-align:center;

}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	font-size: 1em;
	font-weight: normal;
}

/* Tags */

p {
	font-size: 1.4em;
	line-height: 1.2em
}

strong {
	font-weight:bold
}

h1 {
	color: White;
	font-size: 2.3em;
	font-style: italic;
	display:block;
	height: 40px;
	margin: 10px 01px 10px 0
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dashed #7D9FB9
}

h3 {
	font-size: 1.3em;
	font-weight:bold;
	margin: 0 0 1em 0;
	border-bottom: 1px dashed #ccc
}


a {
	color: #00376F; 
}

ol {
	list-style-type: none;
	margin: 20px 0 100px 30px;
}

ol li {
	list-style-image: url(../images/listtype1.gif);
	padding: 0 0 0 15px;
	font-size: 1.1em;
	margin: 3px
}

/* Klassen */

.bild_text {
	float:left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #7D9FB9
}
.bild_standard {
	padding: 1px;
	border: 1px solid #7D9FB9
}

.start {
	float:right;
	margin: 0 0 40px 10px
}

.mitarb {
	margin: 0 0 15px 0;
	height: 160px
}

.mitarb img {
	float:left;
	margin: 0 10px 0 0 ;
	padding: 1px;
	border: 1px solid #ccc
}

/* Layout */
#container {
text-align:left;
margin: auto;
	width: 830px;
	background: url(../images/container_bg.jpg);
}

#header {
	height: 80px;
	background: url(../images/header_bg.jpg) no-repeat;
	text-align:center;
	padding: 20px 0 0 0
}

#banner {
	height: 118px;
	background: url(../images/banner_bg.jpg) no-repeat;
	padding: 12px 10px 10px 25px;
}

#content {
	width: 800px;
	background: url(../images/content_bg.jpg) -15px 0 no-repeat;
	margin: 0 0 0 15px;
	min-height: 700px;
}

#nav {
float:left;
	width:200px;
	padding: 40px 0 0 0
}

#nav ul{
	list-style-type: none;
	margin: 0 0 20px 0
}

#nav ul li a {
	text-decoration:none;
	display:block;
	height: 17px;
	padding: 3px 0 0 40px;
	font-size: 1.1em;
	color: #00376F;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em
}
#nav ul li a:hover {
	background: #C1D4E5;
	color:#333
}

#nav ul li a.sub {
	margin: 0 0 0 0;
	padding: 3px 0 0 60px;
	letter-spacing: 0em;
	text-transform: none;
}


.sb_btn {
	margin: 10px 0 0 40px;
}

.innung {
	margin: 20px 0 0 65px
}


#inhalt {
	margin: 0 30px 0 220px;
	padding: 1px;
	min-height: 550px
}

#inhalt p {
	margin: 0 0 0.5em 0
}

#inhalt ul {
	list-style-type: none;
	margin: 20px 0 0 30px;
}

#inhalt ul li {
	list-style-image: url(../images/listtype1.gif);
	padding: 0 0 0 15px;
	font-size: 1.2em;
	margin: 3px
}


.datum {
	color: Gray;
}

.imp {
	height: 300px
}

.galerie {
	float:left;
	width: 260px
}
.galerie ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}

.galerie li {
	float:left
}

.galerie li a {
	display:block;
	height: 15px;
	width: 15px;
	padding: 3px 0 0 5px;
	background: #7D9FB9;
	color: #fff;
	text-decoration: none;
} 
.galerie li a:hover {
	background: Silver;
	color: Black;
}

.imp_text {
	float:right;
	width: 250px;
	padding: 20px 0 0 0
}


#footer {
clear:both;
	width: 760px;
	height: 45px;
	padding: 20px 0 0 70px;
	margin:auto;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#impressum {
	padding-bottom: 10px
}

