* {margin:0; padding:0;}

html, body {height:100%; width:100%;}

body {
	color: #212121;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	min-height: 101%;
	text-align: center;
}

#seite{
        margin:0 auto;
        text-align:left;
        width:990px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 1.8em;
	color: #E42626;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h5 {
	font-size: 12px;
	color: #E42626;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
 }

p, ol, ul {
/*	margin-bottom: 1.8em;*/
/*	line-height: 160%;*/
}

a {
	color: #333333;
	text-decoration:underline
}

a:hover {
	text-decoration: none;
	color: #E42626;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 0px auto;
}

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

/* Logo */

#logo {
	float: left;
	padding-left: 5px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	padding-left: 3px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu {
	float: right;
	margin: 30px 0 0 0;
}

#menu ul {
	list-style: none;
	line-height: 20px;
	clear: both;
	vertical-align: middle;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
	display: block;
	width: 110px;
}

#menu a {
	display: block;
	width: auto;
	height: 22px;
	padding: 10px 15px 10px 15px;
	background-color: #E42626;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	text-align:center;
	letter-spacing: 1px;
	border-bottom-color: #E42626;
	border-bottom-style: solid;
}

#menu a:hover, #menu a:active {
	background-color: #FFFFFF;
	color: #E42626;
	border-bottom-color: #E42626;
	border-bottom-style: solid;
}

/*
#menu a:hover, #menu a:active {
	background-color: #CC0000;
}
*/

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: left;
	width: 580px;
	background: url(images/bg_590.jpg) no-repeat left top;
	padding: 10px 10px 10px 10px;
}

#content-webcam {
	float: left;
	width: 650px;
	background: url(images/bg_650.jpg) no-repeat left top;
	padding: 10px 10px 10px 10px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE dashed 1px;
	color: #E42626;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	background: url(images/bg_300.jpg) no-repeat left top;
}

#sidebar-webcam {
	float: right;
	width: 220px;
	background: url(images/bg_220.jpg) no-repeat left top;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 10px 10px 10px 20px;
}

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

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 5px 0;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #E42626;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

#sidebar a {
	text-decoration: underline;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	color: #999999;
	border-top:1px solid #ccc;
	padding-top: 5px;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	font-size: small;
	color: #999999;
}

#footer ul a {
	color: #999999;
	text-decoration:none
}

#footer ul a:hover{
 color:#000000;
 text-decoration:none
}

/* ----------------------------- search ----------------------------------*/
p.search {
	color: #212121;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
}

/* ----------------------------- bildtext formatierung ----------------------------------*/
.csc-textpic-caption {
  font-size: 11px;
  color: #999999;
}

/* --------------------------------------- gaestebuch ------------------------------------ */

h2.tx-guestbook-header{
	font-size: 14px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

p.tx-guestbook-date{
	color: #999999;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.termin{
	color: #FF0000;
	font-size: 11px;
}

p.zurueck{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.termin_header{
	font-size: 14px;
	color: #084e8d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.calendar-event-backlink a:link{
	color:#666666;
	font-size: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendar-event-backlink a:hover{
	color:#084e8d;
	font-size: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#999999; font-size:12px; color:#333333; width:100px; height:20px; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#999999; font-size:12px; color:#333333; width:150px; height:20px; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#999999; font-size:12px; color:#333333; width:250px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }




tr.tr-even, tr.tr-odd{
	font-size:11px
	}


#navlist {
	float: right;
	margin: 30px 0 0 0;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #E42626;
	text-decoration: none;
	border-right: solid #ffffff 3px;
	font-size: 1.2em;
}

#navlist a:hover, #navlist a:active
{
	color: #E42626;
	background-color: #ffffff;
	text-decoration: none;
	border-right: solid #ffffff 3px;
	font-size: 1.2em;
}