/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template für das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * version:   	0.10
 * plattform:  	Website Baker 2.8
 *
 * license:		GNU General Public License 
 * license:   	http://www.gnu.de/documents/gpl.de.html (Innofizielle Übersetzung)
 * 
 * author:    	Brenda Grantland
 * copyright:	
 * firma: 		
 * email: 		
 * web: 		
 
_________________________________________________________________________________*/
/*		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: #fff;
				background-image: url(bilder_layout/dark_wood_@2X.png);
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #000;
				line-height:150%;
				text-align:center;
				
			}

/*		Linie			*/
			hr {
				margin: 5px 0px 5px 0px;
				color: #ccc;
				border: 0;
				border-top: 1px solid #ccc;
				height: 1px;
				width: 100%;
}
/*		ueberschriften		*/
			h1 {
				font-size: 16px;
				color: #ccc;
				margin: 8px 2px 8px 2px;
			}
			h2 {
				font-size: 14px;
				color: #000;
				margin: 8px 2px 8px 15px;
				text-decoration:underline;
			}
			h3 {
				font-size: 14px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				font-style:italic;
			}
			h4 {
				font-size: 14px;
				color: #000;
				margin: 8px 2px 8px 5px;
				text-decoration:underline;
			}
			h5 {
				font-size: 12px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				width:90%;
				border-bottom:1px solid #ccc;
			}
			h5 {
				font-size: 12px;
				color: #ccc;
				font-style:italic;
			}
/*		listenpunkte		*/
			#inhalt ul {
				list-style:inside;
				list-style-type: circle;
			}
			#inhalt ol {
			padding-left: 20px;
			}
/*		eingabe und textfelder		*/
			input, textarea, select {
			display:none;
			}
			 
/*		alles umschliessend; hier die breite der seite aendern		*/
			#content {
				width: 850px;					
				background-color:transparent;
				margin:5px auto;
				text-align:left;
			}
/*		kopf			*/
			#kopf {
				width:100%;
				border-bottom:1px solid #333;
				padding:0px 0px 20px 20px;
				font-size:25px;
			}
/*		suchbox		*/
			.search_box {
			display:none;
			}
			.search_box input{
				display:none;
			}
/*			Navigation	Oben		*/
			.menu_oben {
				display:none;
			}			
/*		Navigation Links		*/
			.menu {
				display:none;				
			}
			
/*		login tabelle		*/
			.login_table {
				display:none;
			}					
/*		inhaltsbereich		*/
			#inhalt {
				width:100%;
				color:#000;
				font-size:16px;				
			}
/*		fussbereich		*/
			#fuss {
				width:100%;
				background-color: #000;
				clear: both;
				margin:10px 0px 0px 0px;
				background-image: url(fuss.jpg);
				font-size: 12px;
				color: #666;
				text-align: center;
				line-height: 18px;
				border:1px solid #333;
			}
/*		erstellt von		*/
			#powered_by {
				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 {
				display:none;
			}
/*			bredcrumbs			*/
			#bredcrumbs {
				display:none;
			}
			input{
			display:none;
			}
			blockquote{
				margin: 20px 0px 20px 0px; 
				padding: 10px 20px 0px 20px;
				border-left: 8px solid #333;
			}
			code{
				font-size:11px;
				font-family:"Times New Roman", Times, serif;
				color:#999;
			}
			img{
				border:1px solid #333;
			}
/*			tabelle			*/
			table {
				margin:5px;
			}
			th {
				padding:10px;
			}
			td {
				padding:10px;
			}