
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(grafiken/img01.gif) repeat-x;
	text-align: justify;
	font-family: Georgia;
	font-size: 15px;
	color: #666666;
}

h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f49a24;
}

h2 {
  font-size: 19px;
  margin-bottom: 10px;
  color: #f49a24;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #f49a24;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.3em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(grafiken/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #f49a24;
}

a:active {
	color: #f49a24;
}

a:visited {
	color: #f49a24;
}

a:hover {
	text-decoration: none;
	color: #88c42e;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

input {
	font-family: Georgia;
	font-size: 15px;
	margin: 2px;
	padding: 2px;
	color: #666666;
}

option {
	font-family: Georgia;
	font-size: 15px;
	margin: 0px;
	padding: 2px;
	color: #666666;
}

textarea {
	font-family: Georgia;
	font-size: 15px;
	margin: 2px;
	padding: 2px;
	color: #666666;
}

.eingerueckt {
  margin-left: 25px;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.small {
	font-size: 10px;
}

.ankuendigungen {
	text-align: center !important;
	font-weight: bold;
	padding: 10px;
	color: #ff0000;
	background-color: #f5f5f5;
}

/* Menu */

#menu {
	width: 932px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*width: 102px;*/
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	font-family: Arial;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 932px;
	height: 250px;
	margin: 0 auto;
	font-family: Arial;
}

#header ul {
	width: 932px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	display: block;
	float: left;
	/*width: 103px;*/
	padding: 20px 0 0 0;
	text-align: center;
}

#header p {
	line-height: 1.0em;
}

.aktiv {
	height: 230px;
	background: url(grafiken/untermenue.png);
}

#header a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#header .untermenue-aktiv a {
  font-weight: bold;
  text-decoration: none;
  color: #f49a24;
}

/* Page */

#page {
	width: 932px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 5px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	background-color: #88c42e;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	width: 180px;
	margin: 0;
	list-style: none;
}

#sidebar li {
	padding: 10px;
	background-color: #efefef;
}

#sidebar a {
	font-size: 15px;
	text-decoration: none;
	color: #666666;
}

#sidebar .sidebar a {
	font-size: 15px;
	text-decoration: none;
	color: #666666;
}

#sidebar .sidebar-aktiv a {
  font-size: 15px;
  text-decoration: none;
  color: #f49a24;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #666666;
}
