/* Allgemeine CSS-Definitionen */
*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ff8c00; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: none;
	font-weight: bold;
}

img {
	border-width: 0px;
}

table {
	border-collapse: collapse;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* CSS-Definitionen für den Container */
div#hintergrund {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 175px;
	background: url('../bilder/hintergrund.jpg') repeat-x;
}

div#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	text-align: left;
}

div#header {
	border: 3px solid gold;
	background: url('../bilder/header.jpg') no-repeat;
	height: 175px;
}

div#main {
	border-top: 3px solid gold;
	border-left: 3px solid gold;
	border-right: 3px solid gold;
	float:left;
        width: 894px;
	background-color: #d3d3d3;
}

div#content {
	margin: 0px;
	padding: 0px;
        float:left;
        width: 622px;
        background-color: transparent;
}

div#sidebar {
        float: left;
        width: 272px;
        background-color: #d3d3d3;
}

div#besucher {
	font-size: 9px;
	font-weight: bold;
}

.heute {
	border-width: 0px;
	background-color: #d3d3d3;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}

div#footer {
	border-top: 3px solid gold;
	border-bottom: 3px solid gold;
	background-color: rgb(20%,40%,60%);
	color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

div#footer a {
	color: #fff;
}

div#verweise {
	padding: 10px 0px 10px 0px;
	background-color: #fff;
}

div#designed {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

div#designed a {
	color: #000;
}

div#inhalt {
	margin: 20px;
	background-color: #d3d3d3; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#inhalt h1 {
	font-size: 14px;
}

div#inhalt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
}

div#inhalt a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}

/* CSS-Definitionen für Formular */
.pflichtfelder {
	color: #f00;
	font-weight: bold;
}

.auswahlliste, .feld, .bereich {
	width: 200px;
	background-color: #fff;
	border: 1px solid #000;
}

.textbereich {
	background-color:#fff;
	border: 1px solid #000;
}

.feldchen {
	width: 50px;
	background-color:#fff;
	border: 1px solid #000;
}

/* CSS-Definitionen für Newsticker-Service */
.newstickerservice {
	width: 250px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #f00;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}