body {
align: center;

background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}



div#Seite {
         	background: #FF00FF;
         	background: url(i/banner_neu.jpg) no-repeat 100% 100%;
         	background-position: 0px 0px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
		margin: 0px;      /* standardkonforme horizontale Zentrierung width: 980px;*/
		padding: 0px;
		}

div#leftcontent {
		float: left;
		min-height: 260px;
		width: 180px;
                border-right: 0px solid #202020;
		border-top: 0px solid #808080;
		border-left: 1px solid #404040;

		padding: 12px 1px 0px 1px;
		/*background: #FFFFFF;
		text-align: left;
		background: url(i/leftcontent5.jpg) no-repeat 100% 100%;*/
		voice-family: "\"}\"";
		voice-family: inherit;
margin: 65px 1px 0px 3px;
}

/*Mozilla*/
html>body #leftcontent {
		margin: 65px 1px 0px 5px;
		width: 185px;
}

div#centercontent {
		position: relative;
		text-align: left;
		/*background: url(i/centertop.jpg) no-repeat 100% 100%; background-position: 0px 0px;*/
		background: #FFFFFF;
		
   		/*margin-left: 170px;
   		margin-right:0px;*/
                border-left: 1px solid #404040;
                border-right: 1px solid #404040;
                border-bottom: 1px solid #404040;
		padding: 0px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.

		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.

		Read more at http://www.glish.com/css/hacks.asp
		*/
/*this is for ie*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 612px;
   		margin-left: 184px;
		}

/*Mozilla*/
html>body #centercontent {
		min-height: 200px;
                width: 610px;
   		margin-left: 190px;
}

div#rightcontent {
		/*position: absolute; top: 65px; left: 684px;*/
float: right;
	width: 105px;
	padding: 5px 5px 5px 5px;
	border-right: 0px solid #005406;
	border-bottom: 0px solid #005406;
	border-left: 0px solid #005406;
	border-top: 0px solid #005406;
	/*background: url(i/side9.jpg) no-repeat 100% 100%;*/
	/*background: #FF6600;*/
	}
/*--------------------banner-------------------------------*/
#banner {
		height: 140px;
		voice-family: "\"}\"";
		voice-family: inherit;
		}

html>body #banner {
		height: 135px;
		}

#banner h1 {
		visibility:hidden;
		font-size: 1px;
		padding: 0px;
		margin: 0px;
		}
#banner p {
		text-align: left;
		font-weight: bold;
		font-size: 0.8em;
		padding: 0px 0px 0px 250px;
		color:#E0E0E0;
		}
		
		
#banner a {
		margin: 0px 2px 0px 0px;
		padding: 2px 5px 2px 5px;
		font-weight: bold;
		color: #000000;
		background: #FFFFFF;
		text-decoration: none;
		border: 3px solid #000000;
		}
		
#banner a:hover {
		border: 3px solid #404040;
		background: #FFF200;
		}
/*--------------------centercontent-------------------------------*/
#centercontent p {
		font-size: 0.8em;
		margin: 0.2em 10px 0.2em 10px;
		}

#centercontent p.menue {
		margin: 0px 0px px 0px;
		}

#centercontent li {
		margin: 5px 5px 5px 30px;
		list-style: none;
		}

#centercontent p.centered {
		text-align: center;
		}

#centercontent img  {
		border: 0px;
		margin: 0px;
		padding: 0px;
		}

#centercontent table {
		font-size: 0.8em;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		width: 580px;
		border-spacing: 1px;
		empty-cells:show;
		}

#centercontent tr {
		border: solid 1px #FFFFFF;
		}

#centercontent tr.headrow {
		border: solid 1px #202020;
		font-weight: bold;
		text-align: center;
		background: #cccccc;
		}

#centercontent td {
		border: solid 1px #202020;
		padding-left: 5px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		}

#centercontent td.aligncenter {
		border: solid 1px #202020;
		text-align: center;
		}

#centercontent td.cleartable {
		border: solid 1px #FFFFFF;
		}

#centercontent td.halfcleartable {
		border-top: solid 1px #202020;
		border-bottom: solid 1px #FFFFFF;
		border-left: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		}
		
#centercontent td.month_ {
		border: solid 1px #202020;
		padding-left: 5px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		}

#centercontent td.tablehead {
		font-weight: bold;
		text-align: center;
		background: #C3C3C3;
		color: #005406;
		}


#centercontent a {
		margin: 0px 2px 0px 0px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		}

#centercontent a.inline {
		margin: 10px 20px 8px 20px;
		}

#centercontent a:hover {
		background-color: #B0B0B0;
		}

#centercontent a.text {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		margin-left:1px;
		margin-right: 1px;
		}
		
#centercontent csc-textpic-imagewrap {
		margin-left: 0px;
		}		

#centercontent dl.csc-textpic-image csc-textpic-lastcol {
		margin-left: 0px;
		}
		
#centercontent h1 {
		margin-left: 0px;
		margin-right: 0px;
		page-break-after:avoid;
		font-size: 1em;
		font-weight:bold;
    		padding: 0px 0px 0px 10px;
    		color:#000000;
    		text-decoration: underline;
		}

#centercontent h1.Hauptueberschrift {
		margin-left: 0px;
		margin-right: 0px;
		page-break-after:avoid;
		font-size: 1.2em;
		font-weight:bold;
    		padding: 2px 2px 2px 10px;
    		color:#000000;
background:#FEF900;
text-decoration: none;
		}

#centercontent h2{
		page-break-after:avoid;
		margin-left: 0px;
		margin-right: 0px;
		font-size: 1em;
		font-weight:bold;
		padding-top: 1px;
		padding-left: 10px;
		padding-bottom: 0px;
		color: #000000;
		text-decoration: underline;
		}

#centercontent h3{
		page-break-after:avoid;
		margin: 0px;
		font-size: 0.8em;
		font-weight:bold;
		padding-left: 10px;
		text-decoration: none;
		}


#centercontent ul{
		font-size: 0.8em;
}
/*--------------------leftcontent-------------------------------*/

div#leftcontent div {
		clear: left;
		}

#leftcontent ul {
	list-style: none;
	margin-top: 1px;
	margin: 2px 0px 6px 0px;
	padding: 2px;
	text-align: left;
	border: 0px;
	background: #FFFFFF;
	}
ul#Navigation {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
	}

#leftcontent li.Navigation {
	list-style: none;
	margin: 3px; 6px 0px 1px;
	padding: 2px;
	background: #FFFFFF;
	border-left: 0px solid #FFF200;
	border-bottom: 2px solid #FFF200;
	}

#leftcontent li.Navigation2 {
	list-style: none;
	margin: 3px; 6px 0px 1px;
	padding: 0px;
	border-left: 15px solid #FFF200;
	background: #FFFFFF;
	}


#leftcontent a {
	font-weight: bold;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
	border: 0px;
	color: #202020;
	padding: 2px 5px 2px 5px;
	}

#leftcontent a:visited {
	color: #000000;
	}

#leftcontent a:hover {
	color: #000000;
	background: #FFF200;
	}


#leftcontent a:active {
	color:#202020;
	}

               
#footer {
	clear: both;
	margin-top: 0px;
	padding: 20px 0px 2px 0px;
	border-top: 1px solid #202020;

	}

#footer p {
	text-align: left;
	font-size: 0.8em;
	color: #808080;
	}
#footer p.ind {
	text-align: left;
	font-size: 0.7em;
	color: #202020;
	margin: 2px 2px 2px 10px;
	}

#footer a {
		font-weight: bold;
		color: #202020;
		text-decoration: none;
		}

#footer a:hover {
		color: #000000;
		background-color: #FFF980;
		}
	
/* default styles for extension "tx_veguestbook_pi1" */	
		tx-veguestbook-pi1 {
	        /*/*font-size:0.8em;*/

	        margin-left: 10px;*/
    }
    

      
        /* error handling */
    	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
    		font-weight:bold;
    		color:#999966;
    	}
    	
    	/* display of result count */
    	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-size: 0.7em;    		
		font-weight:bold;
    		float:left;
    		margin-left: 10px;
    	}
    	
    	/* pagination */
    	.tx-veguestbook-pi1 .tx-guestbook-pagination {
    		font-size:0.7em;
    		font-weight:bold;
    		float:right;
    		margin-right: 10px;
    	}
    	
    	/* styles for list mode */
    	.tx-veguestbook-pi1 h2.tx-guestbook-header {
    		color:#000000;
		background: #FFFFFF;
    		display:block;
    		font-size:0.7em;
    		font-weight:bold;
    		text-decoration: none;
    		padding: 0px 0px 0px 0px;
    		/*margin: 10px 0px 0px 0px;*/
    		width: 600px; /*35em;*/
    		border-top: 1px solid #DDDDDD;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-left {
		font-size: 0.8em;    		
		float:left;
    		width: 590;
    		background:#FFFFFF;
    		border: solid 0px #FFFFFF;
    		min-height:1em;
    		padding: 0px;
    	margin-left: 10px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-left {
    		margin:0px;
    		/*height:4em;*/
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-left p {
    		margin-left: 0px;
    		color:#333;
    	}
     
    	.tx-veguestbook-pi1 .tx-guestbook-right {
		font-size:1em;  
		margin-right:10px;
		float:right;
    		width: 590px;
    		border: solid 0px #DDDDDD;
    		background: #EEEEEE;
    		padding-top: 0em;
    	}
    	
    	/* styles for latest mode */
    	.tx-veguestbook-pi1 .tx-guestbook-latest p,
    	.tx-veguestbook-pi1 .tx-guestbook-right p {
    		color:#000;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
    	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
            font-weight: normal;
            font-size: 0.6em; 
    	}
     
    	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
    		font-size:1em;
    		color:#999966;
    		font-weight:bold;
    		background:none;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
    		/*font-size:0.8em;*/
    		color:#000000;
    		margin: 0px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-latest {
    		display:block;
    		padding:1px;
    		clear:both;
    	}
    	
    	/* form styles */
    	.tx-veguestbook-pi1 .tx-guestbook-field {
font-size:0.7em;
    		clear:both;
    		width:100%;
    		display:block;
    		padding: 1px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-field label {
    		clear: both;
    		display: block;
    		float: left;
    		width: 9.5em; /*10em;*/
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
    		float:left;
    		width:10em;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
    		float:left;
    		width:20em;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
    		width: 30em;
    		display: block;
    		float: left;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
    		color:#990000;
    	}
    	
    	.tx-veguestbook-pi1 fieldset {
    		border:none;
    	}
    	
    	.tx-veguestbook-pi1 legend {
    		display:none;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap {
    		float:left;
    		display:block;
    		background:#F7F7F7;
    		border:1px solid #CCC;
    	}
     
    	.tx-veguestbook-pi1 .tx-guestbook-freecap {
    		margin: 1px; /*2.25em;*/
    	}
     
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
    		float:left;
    		display:block;
    		padding-left:0.1px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
    		float:left;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
    		clear:both;
    		display:block;
    		float:none;
    		width:10em;
    		margin-bottom:1px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
    		font-size:0.8em;
    		padding:1px;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
    		display:none;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
    		color:#990000;
    	}
    	
    	.tx-veguestbook-pi1 .tx-guestbook-clear {
    	height: 0px;
    	margin: 0px;

    		clear:right;
    		display:block;
    	}
    	
    	.tx-veguestbook-pi1 input.tx-guestbook-submit {
    		width:auto;
    		display:block;
	}
	.tx-guestbook-entry-all{}
