/* Grundlayout */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #999;
}
/* war 980  */

#main {
    width: 900px;
    background-color: #fff;
    padding: 14px;
    margin: 26px auto 26px auto;
}
/* war 980 */

#head {
    width: 900px;
    height: 115px;
    position: relative;
}
/* war 980 */


#body {
    width: 900px;
    position: relative;
    margin: 28px 0 14px 0;
    background-image: url("../images/body_bg.png");
    background-repeat: repeat-y;
}

#left {
    width: 184px;
    float: left; 
}

/* war 745 Breite rechts */

#right {
    width: 665px;
    float: right;
}
/* war 731 Breite rechts */

#content {
    width: 651px;
    padding: 14px 14px 0 0;
    margin: -14px 0 0 0;   
}

div.clear {
    padding: 0;
    margin: 0;
    clear: both;
}

/* Header */

#logo {
    width: 413px;
    height: 149px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 600;
}

#mask {
	width: 980px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
}

/* Navigation */

ul.nav {
    padding: 0;
    margin: 0;
}

ul.margintop{
    margin-top: 80px;
}

ul.nav li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}

ul.nav li a {
    width: 174px;
    display: block;
    background-color: #18a7b5;
    padding: 5px 3px 5px 7px;
    color: #fff;
    text-decoration: none;
}

ul.nav li a:hover,
ul.nav li a.active {
    background-color: #dadada;
    color: #000;
    text-decoration: none;
}

ul.nav ul.subnav {
	padding: 0 0 0 30px;
}

ul.nav ul.subnav li a {
	width: 144px;
	background-color: #046696;
}

ul.nav ul.subnav li a:hover,
ul.nav ul.subnav li a.active {
	background-color: #dadada;
}

#konto {
	padding: 28px 0 0 7px;
}

/* Content Hintergrundbilder */

#content.aktuell { background-image: URL("../images/content/aktuell.jpg") no-repeat right bottom; }
#content.kontakt { background: URL("../images/content/kontakt.jpg") no-repeat right top; }

/* Content Styles */

#content a {
    color: #18a7b5;
    text-decoration: none;
}

a.arrow {
	background: url("../images/arrow.png") no-repeat 0 6px;
	padding: 0 0 18px 15px;
}

a.pdf {
	background: url("../images/pdf-icon.png") no-repeat 0 0;
	padding: 0 0 0 25px;
}

#content a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 14px;
    font-weight: bold;
	color: #18a7b5;
    padding: 0;
    margin: 0 0 18px 0;
}

h2 {
    font-size: 12px;
    font-weight: lighter;
    padding: 0;
    margin: 0 0 18px 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #18a7b5;
    padding: 0;
    margin: 0 0 12px 0;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

p {
    padding: 0;
    margin: 0 0 18px 0;
}

.narrow {
    width: 380px;
}

.wide {
    width: 476px;
}

#content img.left {
    float: left;
    margin: 0 15px 15px 0;
}

#content img.right {
    float: right;
    margin: 0 0 15px 15px;
}

#content img.border {
    border: solid #000 1px;
}

#content ul {
    margin: 0;
    padding: 0;
}

#content ul li {
    list-style-type: none;
    background: url("../images/li.gif") no-repeat 0px 0px;
    margin: 0;
    padding: 0 0 4px 20px;
}

.listitem {
	overflow: auto;
	border-bottom: 1px solid #000;
	margin: 0 0 18px 0;
}

.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.gallery a {
	float:left;
	margin:0 20px 20px 0;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #18a7b5;
	margin-bottom: 24px;
}

/* Kontaktseite */

#formular td {
	padding:5px 0 5px 0;
}

input, textarea {
    font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p.green {
	color:#46b92f;
	font-weight:bold;
}

p.red {
	color: #C00;  
	font-weight:bold;
}

textarea {
	width: 350px;
    height: 137px;
	padding: 4px;
	background-color: #f2f2f2;
    border: 0;
    overflow: hidden;
}

input {
	width:256px;
	height:18px;
	padding:3px 4px 1px 4px;
    background-color: #f2f2f2;
    border: 0;
}

input.error {
    color: #C00;  
	border: 1px solid #C00;
}

#send {
	width: 180px;
	height: 24px;
	padding: 2px 0 4px 0;
    background-color: #18a7b5;
    color: #fff;
}

#send:hover {
    background-color: #000;
    text-decoration: none;
}
