/*_________________________________________________________________________________



 * CSS-Style-Datei

 *

 * Template fuer das Open Source CMS Website Baker (http://websitebaker2.org)

 *

 * name:		Schloss

 * 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: #000;

				font-family: "Courier New", Courier, monospace;

				font-size: 12px;

				color: #EDEDED;

				line-height:150%;

				text-align:center;

				letter-spacing:1px;

			}

/*		linkverhalten der seite			*/

			a:link, a:visited, a:active {

				color: #ff9900;

				text-decoration: underline;

			}

			a:hover {

				color: #fff;

				text-decoration: none;

			}

/*		Linie			*/

			hr {

				margin: 5px 0px 5px 0px;

				color: #EDEDED;

				border: 0;

				border-top: 1px solid #A5181D;

				height: 1px;

				width: 100%;

}

/*		ueberschriften		*/

			h1 {

				font-size: 16px;

				color: #EDEDED;

				margin: 8px 2px 8px 2px;

			}

			h2 {

				font-size: 14px;

				color: #EDEDED;

				margin: 8px 2px 8px 15px;

				text-decoration:underline;

			}

			h3 {

				font-size: 14px;

				color: #EDEDED;

				margin: 8px 2px 8px 15px;

				font-style:italic;

			}

			h4 {

				font-size: 14px;

				color: #EDEDED;

				margin: 8px 2px 8px 5px;

				text-decoration:underline;

			}

			h5 {

				font-size: 12px;

				color: #EDEDED;

				margin: 8px 2px 8px 15px;

				width:90%;

				border-bottom:1px solid #fff;

			}

			h6 {

				font-size: 12px;

				color: #EDEDED;

				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 #cff;

				margin: 5px;

				background-color:transparent;

				color:#cff;

			}			 

/*		alles umschliessend 		*/

			#content {

				width: 950px;

				background-color:#000;

				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:950px;

				height:228px;

				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 #181C1F;

				border-bottom:1px dotted #181C1F;

			}

			.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:10px 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 #181C1F;

				border-bottom:1px dotted #181C1F;

			}			

/*		inhaltsbereich		*/

			#inhalt_links{

				width:220px;

				float:left;

				margin:0px 0px 0px 30px;

			}

			#inhalt_rechts {

				width:650px;

				float:right;

				padding:10px 10px 0px 30px;

				margin:0px 0px 0px 0px;

				border-left:1px dotted #181C1F;

				border-bottom:1px dotted #181C1F;

			}			

			.block_2{

				padding:10px 30px 30px 30px;

				margin:20px 0px 0px 0px;

				border-left:1px dotted #181C1F;

				border-bottom:1px dotted #181C1F;

			}
			
			.block_3{

				text-align:center;

				padding:10px 30px 30px 30px;

				margin:20px 0px 0px 0px;

				border-left:1px dotted #181C1F;

				border-bottom:1px dotted #181C1F;

			}

			#fuss{

				width:950px;

				height:70px;

				background-image:url(../bilder_layout/fuss.jpg);

				margin:0px auto 0px auto;

				text-align:center;

				color:#666;

				font-size:14px;

				clear:both;

				padding:55px 0px 0px 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:#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 #cff;

			}

/*			tabelle			*/

			table {

				margin:10px;

			}

			th {

				padding:2px 7px 2px 7px;

			}

			td {

				padding:2px 7px 2px 7px;

			}

			.versteckmich{

				display:none;

				margin:-2000px;

			}
