/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template fuer das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * name:		Alien_1
 * 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
 
_________________________________________________________________________________*/

* {
	margin:0px;
	padding:0px;
}
html {
	height:101%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	letter-spacing:2px;
	text-align: center;
	background-color:#000;
	background-image:url(../bilder_layout/hintergrund.jpg);
	color:#CCC;
}
#content {
	width:100%;
	text-align:left;
}
.navigation_oben {
	display:none;
}
#kopf {
font-size:22px;
padding:20px;
}
.links {
display:none;
}
.inhalt {
	width:100%;
	line-height:150%;
}
.inhalt_oben {
	display:none;
}
.inhalt_mitte {
	width:100%;
}
.inhalt_unten {
	display:none;
}
#fuss {
	width:751px;
	height:21px;
	text-align:center;
	background-image:url(../bilder_layout/navi_fuss.jpg);
	background-color:#333;
	margin:8px auto;
	padding:3px 0px 0px 0px;
}

/*			Navigation	Oben		*/
.menu_oben {
	display:none;
}

/*			Navigation Oben Ende			*/
/*			Navigation	*/

.menu {
display:none;
}

/*			Navigation Ende			*/
.login{
display:none;
}

input, textarea, select{
	display:none;
	}
.breadcrubs{
display:none;
}
.breadcrubs a:link, .breadcrubs a:visited, .breadcrubs a:active{
color:#7F6358;
}

/*			Text 			*/

h1 {
	font-size:18px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	background-color:transparent;
	font-style: normal;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ccc;
	text-decoration: underline;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	font-style: normal;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	background-color:transparent;
	font-style: normal;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	font-style: normal;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	font-style:italic;
}
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	background-color:#755A4F;
	font-style:italic;
	width:100%;
	text-indent:30px;
}
li {
	list-style: circle;
	list-style-position: inside;
}
hr {
	width:100%;
	color:#999;
}
#stopp {
	clear:both;
}
blockquote{
	margin: 20px 0px 20px 0px; 
	padding: 10px 20px 0px 30px;
	border-right: 1px solid #AEB9A9;
	border-bottom: 1px solid #AEB9A9;
}
code{
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-style:italic;
}
img{
	border:1px solid #333;
}
/*			tabelle			*/
table {
		margin:10px;
}
th {
		padding:2px 7px 2px 7px;
}
td {
		padding:2px 7px 2px 7px;
}

