/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template fuer das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * name:		Baum
 * version:   	0.10
 * plattform:  	Website Baker 2.8
 *
 * license:		GNU General Public License 
 * license:   	http://www.gnu.de/documents/gpl.de.html (Innofizielle UEbersetzung)
 * 
 * author:    	Stephan Fischer
 * copyright:	Stephan Fischer (c) 10.2009
 * firma: 		sf - mediengestaltung
 * email:		info@werbung-gotha.de
 * web:			www.werbung-gotha.de
 
_________________________________________________________________________________*/


/*		setzt alle abstaende auf null px		*/
			* {
				margin:0px;
				padding:0px;
			}
/*		der scrollbalken wird immer eingeblendet, kein springen		*/			
			html {
				height:101%;
			}
/*		allgemeine einstellungen der seite		*/
			body {
				background-color: #013300;
				background-image:url(../bilder_layout/hintergrund.jpg);
				background-repeat: repeat-x;
				font-family: "Courier New", Courier, monospace;
				font-size: 12px;
				color: #cff;
				line-height:150%;
				text-align:center;
				letter-spacing:1px;
			}
/*		linkverhalten der seite			*/
			a:link, a:visited, a:active {
				color: #cff;
				text-decoration: underline;
			}
			a:hover {
				color: #fff;
				text-decoration: none;
			}
/*		Linie			*/
			hr {
				margin: 5px 0px 5px 0px;
				color: #cff;
				border: 0;
				border-top: 1px solid #FBF200;
				height: 1px;
				width: 100%;
}
/*		ueberschriften		*/
			h1 {
				font-size: 16px;
				color: #FBF200;
				margin: 8px 2px 8px 2px;
			}
			h2 {
				font-size: 14px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				text-decoration:underline;
			}
			h3 {
				font-size: 14px;
				color: #FBF200;
				margin: 8px 2px 8px 15px;
				font-style:italic;
			}
			h4 {
				font-size: 14px;
				color: #ccc;
				margin: 8px 2px 8px 5px;
				text-decoration:underline;
			}
			h5 {
				font-size: 12px;
				color: #cff;
				margin: 8px 2px 8px 15px;
				width:90%;
				border-bottom:1px solid #FBF200;
			}
			h6 {
				font-size: 12px;
				color: #cff;
				font-style:italic;
			}
/*		listenpunkte		*/
			ul {
				list-style:inside;
				list-style-type: circle;
			}
			ol {
				padding-left: 20px;
			}
/*		eingabe und textfelder		*/
			input, textarea, select {
				border:1px solid #FBF200;
				margin: 5px;
				background-color:transparent;
				color:#cff;
			}			 
/*		alles umschliessend 		*/
			#content {
				width: 1000px;					
				background-color:#013300;
				background-image:url(../bilder_layout/inhalt.jpg);
				background-repeat:no-repeat;
				margin:0px auto 0px auto;
				text-align:left;
			}
/*		kopf			*/
			#kopf {
				background-image:url(../bilder_layout/kopf.jpg);	
				background-color:transparent;
				width:1000px;
				height:181px;
				margin:0px auto 0px auto;
			}			
/*		verhalten des titel-links			*/
			.titellink{
				font-size:22px;
				text-align:right;
				font-weight:bold;
				color:#cff;
				padding:20px 50px 0px 0px;
				letter-spacing:2px;
			}
/*		verhalten des kopfzeilentextes			*/
			.kopfzeile{
				color:#666;
				font-size:16px;
				text-align:right;
				padding:10px 50px 0px 0px;
			}
			
/*		login tabelle		*/
			.login_table {
				text-align: center;
				color:#fff;
				padding:10px 30px 30px 30px;
				margin:20px 0px 0px 0px;
				border-left:1px dotted #FBF200;
				border-bottom:1px dotted #FBF200;
			}
			.login_table h1 {
				color: #fff;
				font-size: 13px;
				text-align: center;
			}
			.login_table input {
				text-transform: uppercase;
				font-size: 10px;
				margin: 5px 0px 1px 0px;
				width: 120px;			
			}
			.login_table a:link, .login_table a:visited, .login_table a:active, .login_table a:hover{
				color:#fff;
				text-decoration:none;
				font-size:12px;
			}
/*			bredcrumbs			*/
			#bredcrumbs {
				width:550px;
				background-color:transparent;
				color: #666;
				font-size:10px;
				margin:30px 0px 10px 35px;
				float:left;
			}
			#bredcrumbs a {
				background-color:transparent;
				color:#666;
			}
/*		suche		*/
			#suche{
				text-align:center;
				padding:10px 30px 30px 30px;
				margin:20px 0px 0px 0px;
				border-left:1px dotted #FBF200;
				border-bottom:1px dotted #FBF200;
			}			
/*		inhaltsbereich		*/
			#inhalt_links{
				width:250px;
				float:left;
				margin:0px 0px 0px 30px;
			}
			#inhalt_rechts {
				width:650px;
				float:right;
				padding:10px 10px 0px 30px;
				margin:10px 0px 0px 0px;
				border-left:1px dotted #FBF200;
				border-bottom:1px dotted #FBF200;
			}			
			.block_2{
				padding:10px 30px 30px 30px;
				margin:20px 0px 0px 0px;
				border-left:1px dotted #FBF200;
				border-bottom:1px dotted #FBF200;
			}
			#fuss{
				width:1000px;
				height:20px;
				margin:0px auto 0px auto;
				text-align:center;
				color:#666;
				font-size:14px;
				clear:both;
				padding:55px 0px 15px 0px;
			}
/*		erstellt von		*/
			#powered_by {
				text-align: center;
				font-size: 10px;
				padding-top: 2px;
				color:#666;
				margin:0px 0px 10px 0px;
			}
			#powered_by a:link, #powered_by a:visited, #powered_by a:active, #powered_by a:hover {
				text-align: center;
				font-size: 10px;
				padding-top: 2px;
				color:#666;
				margin:0px 0px 20px 0px;
			}
/*		link fuer den anker nach oben		*/
			#anker_oben a {
				font-size:11px;
				color:#666;
				text-decoration:none;
				float:right;
				padding:0px 10px 0px 0px;
			}
			.stopp{
				clear:both;
			}
			input{
				background-color:transparent;
				border:1px dotted #FBF200;
				color:#cff;
			}
			blockquote{
				margin: 10px 0px 10px 0px; 
				padding: 10px 20px 0px 20px;
				border-left: 1px solid #FBF200;
				border-bottom: 1px solid #FBF200;
			}
			code{
				font-size:11px;
				font-family:"Times New Roman", Times, serif;
				color:#cff;
				font-style:italic;
			}
			img{
				border:1px solid #cff;
			}
/*			tabelle			*/
			table {
				margin:10px;
			}
			th {
				padding:2px 7px 2px 7px;
			}
			td {
				padding:2px 7px 2px 7px;
			}
			.versteckmich{
				display:none;
				margin:-2000px;
			}
