/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-bottom: 50px;
	background: #ffffdd url(images/hiwolken.jpg) repeat-x;
}

img {
    border: none;
}

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

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

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 40px 20px;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #69B10A url(images/kopfgrafik.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

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

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#content {
	float: right;
	width: 567px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 130px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .nav-selected a {
	background: #BABABA;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Formulare */
.miniSurveyView { margin-top: 50px; }
.ccm-captcha-image { margin-bottom: 10px; }
div#welcome img { margin-right: 10px; }

/* Blog */
div.ccm-blog-sidebar {
	border: 1px solid #878787;
	background-color: white;
	padding:  5px;
	margin-top: 58px;
	min-height: 300px;
	font-size: 11px;
	width:  90px !important;
}

div.ccm-blog-sidebar h2 {
	color: #7BBAF4;
}

div.ccm-blog-list-content,
div.ccm-blog-post-container {
	width:  400px;
}

ul.ccm-blog-archive-list {
	margin:  0;
}
ul.ccm-blog-archive-list ul.blog-month {
	margin-left:  30px;
}

div.ccm-blog-archive-rss {
	margin-top: 30px;
}

div.ccm-blog-post-container div.guestBook-formBlock {
	margin-top: 30px;
}

div.ccm-blog-post-tags {
    margin-top: 20px;
}

/* Navigation */
div#menu li.nav-path-selected ul li.nav-selected a{
	padding:  2px 5px 2px 15px;
}

div#menu li.nav-path-selected:first-child a{
	background-color: inherit;
}

div#menu li.nav-path-selected ul li{
	font-size: 10px;
}

div#menu li.nav-path-selected a {
	background-color: #BABABA;
}

div#menu li.nav-path-selected ul li a{
	background-color: white;
	color: #666666 !important;
	padding:  2px 5px 2px 15px;
}

div#menu li.nav-path-selected ul li a:hover{
	color: black !important;
}

div#menu li.nav-path-selected ul li.nav-path-selected a.nav-selected.nav-path-selected {
	background-color: white !important;
	font-weight: bold;
	color: black !important;
}



