@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	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: #2D2D2D;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 990px;
	min-height: 600px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 5px #ffffff solid;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Header */
#header {
	width: 990px;
	height: 100px;
	margin: 0px;
	background-image: url(../jpg/header.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	color: #2D2D2D;
	font-size: 10px;
}

#logo-link {
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
	width: 345px;
	height: 65px;
	z-index: 1;
}

#adresse {
	position: absolute;
	margin-left: 600px;
	margin-top: 8px;
	width: 380px;
	height: 60px;
	z-index: 2;
	float: left;
}

#header h1 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: -1px;

}

#header h2 {
	color: #999999;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: -1px;
	margin-left: 15px;
	font-weight: lighter;
}

#header a:link {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

#header a:visited {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

#header a:hover {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
}

#header a:active {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	width: 990px;
	color: #333333;
	background-color: #ffffff;
}

.rand-links-rechts {
	border-left: 1px;
	border-left-color: #D6D6D6;
	border-left-style: solid;

	border-right: 1px;
	border-right-color: #D6D6D6;
	border-right-style: solid;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menue */
#menue {
	width: 155px;
	height: auto;
	margin-top: 0px;
}

#menue a:link {
	color: #424242;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

#menue a:visited {
	color: #424242;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

#menue a:hover {
	color: #424242;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: underline;
}

#menue a:active {
	color: #424242;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

#menue #aktiv {
	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

.bg-inaktiv {
	background-image: url(../jpg/btn-inaktiv.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bg-aktiv {
	background-image: url(../jpg/btn-aktiv.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content-Main */
#content-main {
	width: auto;
	height: auto;
	color: #2D2D2D;
	font-size: 12px;
}

#content-main h1 {
	color: #158599;
	font-size: 16px;
	font-weight: bolder;
}

#content-main h2 {
	color: #191919;
	font-size: 14px;
	font-weight: bolder;
	margin-top: -12px; 
}

#content-main p {
	color: #424242;
	font-size: 12px;
	line-height: 17px;
}

#content-main ul {
	list-style-image: url(../gif/pfeil.gif);
	list-style-position: outside;
	line-height: 20px;
	padding-left: 120px;
	margin-left: 40px;
}

#content-main a:link {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

#content-main a:visited {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

#content-main a:hover {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
}

#content-main a:active {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

.rand-komplett {
	border-bottom: 1px;
	border-bottom-color: #D6D6D6;
	border-bottom-style: solid;

	border-left: 1px;
	border-left-color: #D6D6D6;
	border-left-style: solid;
	
	border-top: 1px;
	border-top-color: #D6D6D6;
	border-top-style: solid;
	
	border-right: 1px;
	border-right-color: #D6D6D6;
	border-right-style: solid;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Footer */
#footer {
	width: 990px;
	height: 20px;
	background-color: #ffffff;
	background-image: url(../gif/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 10px;
	color: #181818;
	padding-top: 5px;
	margin-left: 10px;
}

#footer a:link {
	font-size: 10px;
	color: #181818;
	text-decoration: none;
}

#footer a:visited {
	font-size: 10px;
	color: #181818;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #181818;
	text-decoration: underline;
}

#footer a:active {
	font-size: 10px;
	color: #181818;
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 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;
}