/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Komplette Seiteneigenschaften */
body {
	background-color: #ffffff;
	background-image: url(../jpg/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Inhalt Mitte */
#container {
	width: 700px;
	height: auto;
	margin: 2px auto;
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

/* Eigenschaften Header-Bereich */
#header {
	width: 700px;
	height: 290px;
	margin: 0px 0px 0px 0px;
	background-image: url(../jpg/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menü links oben */
#menue {
	width: 400px;
	height: 30px;
	margin: -25px 100px 100px 340px;
	background-color: transparent;
	float: left;
}

#menue a:link {	
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#menue a:visited {
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#menue a:hover {
	font-size: 12px;
	color: #D3A448;
	margin-right: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#menue a:active {
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#menue img {
	vertical-align: middle;
}

#menue #aktiv {
	font-size: 12px;
	color: #D3A448;
	margin-right: 10px;
	font-weight: bolder;
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Inhalt mitte */
#content {
	width: 700px;
	height: auto;
	color: #666666;
	margin: 5px 0px 0px 0px;
	background-color: #ffffff;
	float: left;
}

#content p {
	font-size: 10px;
}

#content li, ul {
	font-size: 10px;
	margin-left: -10px;
}


#content h1 {
	margin: 0px 0px -7px 0px;
	font-size: 12px;
	font-weight: bolder;
}

#content img {
	margin: 0px 5px 5px 0px;
}

.gold-bg {
	background-color: #F4E8D1;
}

#content a:link {
	font-size: 10px;
	color: #D3A448;
	font-weight: bolder;
	text-decoration: none;
}

#content a:visited {
	font-size: 10px;
	color: #D3A448;
	font-weight: bolder;
	text-decoration: none;
}

#content a:hover {
	font-size: 10px;
	color: #D3A448;
	font-weight: bolder;
	text-decoration: underline;
}

#content a:active {
	font-size: 10px;
	color: #D3A448;
	font-weight: bolder;
	text-decoration: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Fusszeile unten */
#footer {
	width: 700px;
	height: 28px;
	color: #ffffff;
	position: relative;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	background-image: url(../jpg/bg-footer.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}

#footer h1 {
	font-size: 9px;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: normal;
}

#footer h2 {
	font-size: 9px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	font-weight: normal;
}

#footer a:link {
	font-size: 9px;
	text-align: right;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	font-size: 9px;
	text-align: right;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-size: 9px;
	text-align: right;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:active {
	font-size: 9px;
	text-align: right;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 15px;
	font-weight: normal;
	text-decoration: none;
}


input, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
}
