/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template für das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * name:		CSS_Valid
 * 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:    	Stephan Fischer
 * copyright:	Stephan Fischer (c) 6.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: #fff;
				background-image: url(../bilder_layout/hintergrund.jpg);
				background-repeat:repeat-x;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				line-height:150%;
				text-align:center;
				
			}
/*		linkverhalten der seite			*/
			a:link, a:visited, a:active {
				color: #000;
				text-decoration: underline;
			}
			a:hover {
				color: #666;
				text-decoration: none;
			}
/*		Linie			*/
			hr {
				color: #666;
			}
/*		ueberschriften		*/
			h1 {
				font-size: 16px;
				color: #000;
				margin: 8px 2px 8px 2px;
			}
			h2 {
				font-size: 14px;
				color: #000;
				margin: 8px 2px 8px 15px;
				text-decoration:underline;
			}
			h3 {
				font-size: 14px;
				color: #000;
				margin: 8px 2px 8px 15px;
				font-style:italic;
			}
			h4 {
				font-size: 14px;
				color: #999;
				margin: 8px 2px 8px 5px;
				text-decoration:underline;
			}
			h5 {
				font-size: 12px;
				color: #999;
				margin: 8px 2px 8px 15px;
			}
			h5 {
				font-size: 12px;
				color: #999;
				font-style:italic;
			}
/*		listenpunkte		*/
			ul {
				list-style:inside;
				list-style-type: circle;
			}
			ol {
				padding-left:20px;
			}
/*		eingabe und textfelder		*/
			input, textarea {
				border:1px solid #666;
				margin: 5px;
			}
/*		alles umschliessend; hier die breite der seite aendern		*/
			#content {
				width: 750px;					
				background-color: #FFFFFF;
				margin:5px auto;
				border: 1px solid #000;
				text-align:left;
			}
/*		kopf			*/
			#kopf {
				background-image:url(../bilder_layout/kopf.jpg);	
				background-color:#666;
				height:150px;
				width:100%;
			}
/*		verhalten des titel-links			*/
			#kopf a:link, #kopf a:visited, #kopf a:active, #kopf a:hover {
				padding:60px 0px 0px 30px;
				color:#fff;
				font-size:20px;
				text-decoration:none;
				float:left;
				text-align:left;
			}
/*		suchbox		*/
			.search_box {
				float: right;
				text-align:right;
			}
/*		menue		*/
			.menu {
				float: left;
				width: 20%;
				margin: 15px 0px 15px 10px;
				float:left;
			}
			.menu ul, .menu li {
				margin: 0;
				padding: 0;
				list-style: none;
				margin-bottom: 5px;
			}
			.menu ul ul {
				padding-left: 8px;
			}
			.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
				display: block;
				padding: 2px;
				text-decoration:none;
			}
			.menu a:hover {
				text-indent:15px;
			}
			.menu_default a:link, .menu_default a:visited, .menu_default a:active {
				border-bottom: 1px dashed #999999;
			}
			.menu_default a:hover {
				border-bottom: 1px dashed #333333;
			}
			.menu_current {
				border-bottom: 1px dashed #999999;
				font-weight:bold;
			}
			.login_table {
				border: 1px solid #666;
				margin-top: 20px;
				margin:20px 10px 5px 10px;
				text-align: center;
				padding:0px 0px 3px 0px;
			}
/*		login tabelle		*/
			.login_table h1 {
				color: #666;
				font-size: 12px;
				font-weight: bold;
				text-align: center;
			}
			.login_table input {
				text-transform: uppercase;
				font-size: 10px;
				margin: 5px 0px 1px 0px;
				width: 120px;
			}
/*		inhaltsbereich		*/
			#inhalt {
				width:75%;
				float:right;
				padding:10px 15px 10px 0px;
			}
/*		fussbereich		*/
			#fuss {
				background-color: #666;
				clear: both;
				height: 20px;
				background-image: url(../bilder_layout/fuss.jpg);
				font-size: 10px;
				color: #000;
				text-align: center;
				line-height: 18px;
			}
/*		erstellt von		*/
			#powered_by {
				text-align: center;
				font-size: 10px;
				padding-top: 2px;
			}
/*		link fuer den anker nach oben		*/
			#anker_oben a {
				color:#666;
				text-decoration:none;
				float:right;
			}
/*			bredcrumbs			*/
			#bredcrumbs {
				width:50%;
				float:left;
				background-color:transparent;
				color:#bbb38b;
				padding:3px 0px 0px 5px;
				font-size:10px;
			}
			#bredcrumbs a {
				background-color:transparent;
				color:#bbb38b;
			}
			address{
				font-size: 12px;
				color: #000;
				margin: 8px 2px 8px 20px;
				width:90%;
				border-bottom:1px solid #ccc;
			}
			code{
				font-size:11px;
				font-family:"Times New Roman", Times, serif;
				color:#000;
			}
			img{
				border:1px solid #333;
			}
/*			tabelle			*/
			table {
				margin:10px;
			}
			th {
				padding:2px 7px 2px 7px;
			}
			td {
				padding:2px 7px 2px 7px;
			}
			.versteckmich{
				display:none;
				margin:-2000px;
			}
			blockquote{
				margin: 20px 20px 20px 20px; 
				padding: 10px 20px 0px 20px;
				border: 1px solid #999;
			}
