/*
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(images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #003366;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 100%;
}

p {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.8em;
}

.ohneabstand {
	margin-bottom: 4px;
}

ul, ol {
	margin-left: 0em;
	list-style-type: square;
}

.lead {
	font-style:italic;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {	
	text-decoration: underline;
	color: #004CA1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0px 0px 10px 20px;
}

img.rightklein {
	float: right;
	margin: 0;
}

#flash {
	
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #ffe6e6;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #004CA1;
}

#menu .active a {
	background: #002F64;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 120px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 768px;
	height: 100px;
	margin: 4px 0 0 0;
	padding: 20px 0 0 0;
	background: url(images/web-kopf.jpg) no-repeat;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(subdued/images) no-repeat;
	padding: 20px 20px 0 0;
	text-align: right;
}

#header h2 {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/kopf.gif) no-repeat;
}

#header p {
	padding-top:50px;
	font-size:10px;
}

#header a {
	text-decoration: none;
	color:#FFFFFF;
}

#header2 {
	width: 770px;
	height: 120px;
	margin: 0 auto;
}

#header2 h1 {
	float: left;
	width: 768px;
	height: 100px;
	margin: 70px 0 0 0;
	padding: 20px 0 0 0;
	background: url(images/web-kopf-kaktus.jpg) no-repeat;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#header2 h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(subdued/images) no-repeat;
	padding: 20px 20px 0 0;
	text-align: right;
}

#header2 h2 {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/kopf.gif) no-repeat;
}

#header2 p {
	padding-top:50px;
	font-size:10px;
}

#header2 a {
	text-decoration: none;
	color:#FFFFFF;
}

#header3 {
	width: 770px;
	height: 120px;
	margin: 0 auto;
}

#header3 h1 {
	float: left;
	width: 768px;
	height: 100px;
	margin: 4px 0 0 0;
	padding: 20px 0 0 0;
	background: url(images/web-kopf-balkonia.jpg) no-repeat;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#header3 h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(subdued/images) no-repeat;
	padding: 20px 20px 0 0;
	text-align: right;
}

#header3 h2 {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/kopf.gif) no-repeat;
}

#header3 p {
	padding-top:50px;
	font-size:10px;
}

#header3 a {
	text-decoration: none;
	color:#FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}


.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #ff0000;
}

/* Sidebar */


#sidebar {
	float: right;
	width: 205px;
	padding: 5px;
	background: #ccccff;
	margin-left: 5px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 95%;
	font-weight: bold;
	color: #003366;
}

#sidebar p {
	/*font-size: 85%;*/
	color: #003366;
	margin: 0;
	padding: 5px 15px;
}

#sidebar ul {
	list-style-type: square;
	margin: 0;
	padding: 15px;
	color: #cc0000;
}

#sidebar li {
		
}

#sidebar a {
	color: #FF0000;
}

#sidebar2 {
	float: right;
	width: 205px;
	margin-top: 10px;
	padding: 5px;
	background: #DDC6FF;
	margin-left: 5px;
}

#sidebar2 h2 {
	margin: 0;
	padding: 5px 15px;
	color: #ffffff;
	background-color:#6600FF;
}

#sidebar2 h3 {
	font-size: 95%;
	font-weight: bold;
	color: #003366;
}

#sidebar2 p {
	/*font-size: 85%;*/
	color: #003366;
	margin: 0;
	padding: 5px 0px;
}

#sidebar2 ul {
	list-style-type: square;
	margin: 0;
	padding: 15px;
	color: #cc0000;
}

#sidebar2 li {
		
}

#sidebar2 a {
	color: #FF0000;
}

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

.bluebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 14px;
	padding: 4px 0;
	background: #004CA1;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
