@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	background-color: #63BFBE;
	background-image: url(../jpg/bg.jpg);
	background-position: top;
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 790px;
	min-height: 600px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	color: #333333;
	background-image: url(../jpg/bg-container.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Header */
#header {
	width: 790px;
	height: 390px;
	margin: 0px;
	background-image: url(../jpg/header.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#logolink {
	position: absolute;
	margin-left: 10px;
	top: 50px;
	width: 150px;
	height: 150px;
	z-index: 1;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menue */
#menue {
	position: absolute;
	width: 610px;
	height: 65px;
	margin-left: 165px;
	margin-top: 50px;
}

#menue table {
	height: 65px;
}

.bg-menue-inaktiv {
	background-image: url(../gif/bg-menue-inaktiv.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bg-menue-aktiv {
	background-image: url(../gif/bg-menue-aktiv.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#menue a:link {
	color: #434343;
	size: 12px;
	margin-top: 20px;
	text-decoration: none;
}

#menue a:visited {
	color: #434343;
	size: 12px;
	margin-top: 20px;
	text-decoration: none;
}

#menue a:hover {
	color: #434343;
	size: 12px;
	margin-top: 20px;
	text-decoration: underline;
}

#menue a:active {
	color: #434343;
	size: 12px;
	margin-top: 20px;
	text-decoration: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	width: 790px;
	color: #333333;
	margin-top: -20px;
}

#content-main {
	width: 750px;
	color: #333333;
	margin-top: 5px;
	margin-left: 15px;
	height: auto;
}

#content-main p {
	font-size: 11px;
	line-height: 15px;
}

#content-main img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#content-main h1 {
	font-size: 14px;
}

#content-main h2 {
	font-size: 14px;
	color: #74783E;
}

#content-main ul {
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-main li {
   margin: 10px 3px 3px -10px;
}


#content-main a:link {
	font-size: 11px;
	color: #333300;
	text-decoration: underline;
}

#content-main a:visited {
	color: #333300;
	text-decoration: underline;
}

#content-main a:hover {
	color: #333300;
	text-decoration: none;
}

#content-main a:active {
	color: #333300;
	text-decoration: underline;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Footer */
#footer {
	width: 790px;
	height: 50px;
	background-image: url(../jpg/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Bilder */

.img {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Kontaktformular */
input, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	color:#777;
}
