/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template fuer das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * name:		Landhaus
 * 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:    	
 * copyright:	
 * firma: 		CPB Computerprofi Beck
 * email:		info@computerprofi.ch
 * web:			www.computerprofi.ch
 
_________________________________________________________________________________*/


/*		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: #000;
				background-image:url(../bilder_layout/hintergrund.jpg);
				background-repeat:repeat-x;
				background-attachment:fixed;
				font-family: "Arial", Courier, monospace;
				font-size: 12px;
				color: #fff;
				line-height:150%;
				text-align:center;
				letter-spacing:1px;
			}
/*		linkverhalten der seite			*/
			a:link, a:visited, a:active {
				color: #E2DFAD;
				text-decoration: underline;
			}
			a:hover {
				color: #fff;
				text-decoration: none;
			}
/*		Linie			*/
			hr {
				margin: 5px 0px 5px 0px;
				color: #E2DFAD;
				border: 0;
				border-top: 1px solid #E2DFAD;
				height: 1px;
				width: 90%;
}
/*		ueberschriften		*/
			h1 {
				font-size: 16px;
				color: #E2DFAD;
				margin: 8px 2px 8px 2px;
			}
			h2 {
				font-size: 14px;
				color: #ccc;
				margin: 8px 2px 8px 15px;
				text-decoration:underline;
			}
			h3 {
				font-size: 14px;
				color: #E2DFAD;
				margin: 8px 2px 8px 15px;
				font-style:italic;
			}
			h4 {
				font-size: 14px;
				color: #fff;
				margin: 8px 2px 8px 5px;
				text-decoration:underline;
			}
			h5 {
				font-size: 12px;
				color: #E2DFAD;
				margin: 8px 2px 8px 15px;
				width:90%;
				border-bottom:1px solid #fff;
			}
			h6 {
				font-size: 12px;
				color: #fff;
				font-style:italic;
			}
/*		listenpunkte		*/
			ul {
				list-style:inside;
				list-style-type: circle;
			}
			ol {
				padding-left: 20px;
			}
/*		eingabe und textfelder		*/
			input, textarea, select, textfield {
				border:1px solid #E2DFAD;
				margin: 5px;
				background-color:transparent;
				color:#cff;
			}			 
/*		alles umschliessend 		*/
			#content {
				width: 1000px;
				margin:0px auto 0px auto;
				text-align:left;
			}
/*		kopf			*/
			#kopf {	
				background-color:transparent;
				width:885px;
				height:80px;
				margin:0px auto 0px auto;
			}
			#navi{
				width:179px;
				float:left;
				margin:25px 0 0 0;
			}
			.menu ul li{
				width:179px;
				list-style:none;
				list-style-position:outside;
			}
			.menu a:link, .menu a:visited, .menu a:active{
				width:164px;
				height:26px;
				background-image: url(../bilder_layout/navigation_hover.png);
				display: block;
				text-decoration:none;
				color:#C0C191;
				margin:3px 0px;
				padding:7px 0 0 15px;
				font-weight:bold;
			}
			.menu a:hover{
				width:164px;
				height:26px;
				background-image: url(../bilder_layout/navigation_hover_2.png);
				color:#000;
			}
			.menu .menu-current a{
				background-image: url(../bilder_layout/navigation_hover_2.png);
				color: #000;
			}	
			#navi_inhalt{
				margin-bottom:20px;
			}
			#navi_inhalt ul li{
				list-style:none;
			}	
			#navi_inhalt a:link, #navi_inhalt a:visited, #navi_inhalt a:active{
				height:35px;
				text-decoration:none;
				color:#fff;
				padding:8px;
				font-weight:bold;
				background-color:transparent;				
				background-image:url(../bilder_layout/navigation_inhalt.png);
				background-repeat:repeat-x;
			}
			#navi_inhalt a:hover{
				height:35px;
				color: #FFFF99;
				background-image:url(../bilder_layout/navigation_inhalt.png);
			}

			#inhalt{
				width:706px;
				float:left;
			}		
			#inhalt_oben{
				width:706px;
				height:30px;
				background-image:url(../bilder_layout/inhalt_oben.png);
			}
			#inhalt_mitte{
				width:676px;
				height:100%;
				background-image:url(../bilder_layout/inhalt_mitte.png);
				padding:15px;
			}
			#inhalt_unten{
				width:706px;
				height:30px;
				background-image:url(../bilder_layout/inhalt_unten.png);
			}
			#inhalt input, #inhalt textarea, #inhalt select{
			background-color:transparent;
			border:1px solid #fff;
			}
/*		verhalten des titel-links			*/
			.titellink{
				font-size:22px;
				text-align:center;
				font-weight:bold;
				color:#fff;
				padding:20px 50px 0px 0px;
				letter-spacing:2px;
			}
/*		verhalten des kopfzeilentextes			*/
			.kopfzeile{
				color:#161C05;
				font-size:16px;
				text-align:right;
				padding:10px 50px 0px 0px;
			}
/*			bredcrumbs			*/
			#bredcrumbs {
				background-color:transparent;
				color: #666;
				font-size:10px;	
				padding:8px 0px 0px 30px;		
			}
			#bredcrumbs a {
				background-color:transparent;
				color:#666;
			}

			#fuss{
				width:706px;
				height:30px;
				background-image:url(../bilder_layout/fuss.jpg);
				text-align:center;
				color:#666;
				font-size:14px;				
			}
			#powered_by{
				width:706px;
				text-align:center;
				padding-bottom:10px;
			}

/*		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:#000;
				border:1px dotted #cff;
				color:#cff;
			}
			blockquote{
				margin: 10px 0px 10px 0px; 
				padding: 10px 20px 0px 20px;
				border-left: 1px solid #cff;
				border-bottom: 1px solid #cff;
			}
			code{
				font-size:11px;
				font-family:"Times New Roman", Times, serif;
				color:#cff;
				font-style:italic;
			}
			img{
				border:0px solid #000;
			}
/*			tabelle			*/
			table {
				margin:10px;
			}
			th {
				padding:2px 7px 2px 7px;
			}
			td {
				padding:2px 7px 2px 7px;
			}
			.versteckmich{
				display:none;
				margin:-2000px;
			}
			.stopp{
			clear:both;
			}
			