/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Komplette Seiteneigenschaften */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(../jpg/hg.jpg);
	background-position: top;
	background-repeat: repeat;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Inhalt Mitte */
#container {
	width: 990px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	background-color: #000000;
   border: 1px solid #ffffff;
}

/* Eigenschaften Header-Bereich */
#header {
	width: 990px;
	height: 90px;
	background-image: url(../jpg/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	margin-left: 30px;
	width: 250px;
	height:80px;
	z-index:1;
}

#facebook {
	position: absolut;
	height: 60px;
	width: 230px;
	background-color: transparent;
	margin-left: 865px;
	padding-top: 50px;
}

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Hauptmenü*/

#menue-container {
	width: 990px;
	height: 25px;
	background-color: #0F0F0F;
}

ul#menuelist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#menuelist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
	background-color: #0F0F0F;
}

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menüpunkte*/

#menuelist a {
    margin: 0px;
    padding: 5px 26px 4px 26px;
    border-left: 1px solid #434343;
    text-decoration: none;
}

#menuelist a:link {
    color: #6C6C6C;
    text-decoration: none;
    border-left: 1px solid #434343;
}

#menuelist a:visited {
	color: #6C6C6C;
	text-decoration: none;
}
   
#menuelist a:hover {
	color: #F5C00A;
	text-decoration: none;
}

#menuelist a:active {
	color: #6C6C6C;
	text-decoration: none;
}

#menuelist #aktiv {
	color: #F5C00A;
	text-decoration: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content*/

#content {
	background-image: url(../gif/so-bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin-top: 2px;
	height: auto;
	min-height: 400px;
	font-size: 11px;
}

#content table {
	width: 850px;
	height: auto;
	color: #ffffff;
	margin-left: 58px;
}


#content h1 {
	font-size: 14px;
	color: #F5C00A;
	line-height: 14px;
	margin-top: 10px;
}

#content h2 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 7px;
}

#content h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
}

#content h4 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}


#content h5 {
	font-size: 14px;
	color: #F5C00A;
	margin-left: 10px;
	line-height: 20px;
	margin: 0px;

}

p {
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px;
	line-height: 14px;
}

.tab-linie {
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: Gray;
}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Link Content*/

#content a:link{
    color: #F5C00A;
    text-decoration: underline;
}

#content a:visited {
	color: #F5C00A;
	text-decoration: none;
}
   
#content a:hover {
	color: #6C6C6C;
	text-decoration: underline;
}

#content a:active {
	color: #6C6C6C;
	text-decoration: none;
}

#content-info {
	margin-left: 5px;
	max-width: 350px;
	width: 320px;
	line-height: 16px;
}

#content img {
	margin-top: 10px;
	margin-bottom: 5px;
}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Footer*/

#footer {
	width: 990px;
	height: 24px;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
}

#footer a:link {
	color: #6C6C6C;
	text-decoration: none;
	font-weight: bolder;
}

#footer a:visited {
	color: #6C6C6C;
	text-decoration: none;
	font-weight: bolder;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bolder;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
}

.flash {
	margin-top: 10px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* kontaktformular */

input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 11px;
	color: #333333;
}

