body, a, h1, h2, h3, h6, p, td, div, span, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin:0px 0px 20px 0px;
	font-size:12px;
	background:#FDF2C8 url(../images/background.gif) bottom right repeat-x;
}

a, a:link, a:visited {
	color: #A0522D;
}

a:hover {
	background:#f7de84;
}

img {
	border:0px;
}

#head h1 {
	font-size:16px;
	margin:20px 0px 20px 0px;
}

#logo {
	float:right;
	width:900px;
	margin:0px 10px 10px 10px;
}


#titel {
	float:left;
	width:250px;
	font-size:12px;
	color:#CD0085;
	font-weight:bold;
}

#subtitel {
	clear: both;
	padding: 0px 10px 1px 10px;
	background:#FDDB69;
	border: 1px solid #FF9969;
	font-family: "Century Gothic";
	color: #9B390B;
	text-align: right;
}

#navbar {
	float:left;
	width:170px;
	padding:0px;
	margin:10px 0px 0px 0px;
	text-align:left;
}

#navbar h4 {
	margin:15px 0px 3px 4px;
}

#navbar h4.top {
	margin:0px 0px 3px 4px;
}

#navbar a, #navbar a:link {
	padding: 2px 2px 2px 24px;
	margin-bottom: 2px;
	display: block;
	background: #F9E9AF url(../images/sonne.gif) center left no-repeat;
	border: 1px solid #FCCA16;
	text-decoration:none;
}

#navbar a:hover {
	background: white url(../images/sonne_hover.gif) center left no-repeat;
}

#navbar a.aktiv {
	background: #FDDB69;
}

#content {
	float:left;
	margin:26px 0px 0px 26px;
	width:800px;
}

h2, h3, h4 {
	padding-left:3px;
	font-size:12px;
	color:#9B390B;
}

#content h2, #content h3 {
	margin:0px 0px 10px 0px;
}

#content h2 {
	border-left:14px solid #f7de84;
	font-size:14px;
	font-family: Georgia;
}

#content h3 {
	border-left:12px solid #9B390B;
	margin-top:20px;
}

#content p, div.text, div.bild {
	margin:5px 0px 5px 0px;
	padding:5px 10px 8px 10px;
	background:white;
	border:1px solid #F9E9AF;
	line-height:20px;
}

#content p {
	clear: both;
}

#content p.start {
	background:white url(../images/birgit.jpg) top right no-repeat;
	height:200px;
	padding-right:200px;
}

#content div.text {
	float:left;
	width:595px;
	margin-right:10px;
}

#content div.bild {
	float:right;
	width:150px;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:100px;
}


table.main {
	width:100%;
	margin:20px 0px 20px 0px;
}

table.main td, th {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	padding:2px 0px 2px 0px;
}

table.main th {
	color:#9B390B;
}

table.main th.border {
	border-left:12px solid #9B390B;
	padding-left:4px;
}

table.main td {
	line-height:20px;
}


form {
	margin:0px;
}

input, select, textarea {
	border-top:1px solid #9B390B;
	border-right:1px solid #F9AC37;
	border-bottom:1px solid #F9AC37;
	border-left:1px solid #9B390B;
}

input, textarea {
	padding:1px 2px 2px 2px;
}

.button {
	border-top: 1px solid #F9AC37;
	border-right: 1px solid #9B390B;
	border-bottom: 1px solid #9B390B;
	border-left: 1px solid #F9AC37;
	padding: 0px 2px 0px 2px;
	background: #f7de84;
	margin-top: 5px;
}

.center {
	text-align:center;
}