body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	overflow-y: scroll;
}

#wrapper {
        margin: 0 auto;
        width: 950px;
        text-align:left;
}

h1, h2, h3, p {
	margin-top: 5px;
}

td {
	vertical-align: top; 
	text-align: justify;
}

li {
	padding-bottom: 10px;
}

.links {
	position: absolute;
	z-index: 3;
	width: 260px;
	left: 0px;
	top: 0px;
	text-align: right;
}

.rechts {
	position: relative;
	z-index: 3;
	top: 0px;
	right: 0px;
	left: 280px;
	width: 290px;
}

.zeile {
	position: relative;
	z-index: 2;
	margin-bottom: 4px;
}

.felder {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

input.buttons {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

#header_container {
	width: 950px;
	height: 200px;
}

#navi_container {
	width: 950px;
	height: 93px;
}

#content_container {
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-y;
	width: 860px;
	padding: 15px 0px 1px 90px;
	position: relative;
}

a:link, a:active, a:visited {
	color: #4682b4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4682b4;
	font-weight: bold;
	text-decoration: overline underline;
}

#footer_container {
	width: 950px;
	height: 73px;
}



.main_container {
	text-align: justify;
}

#main_bereich {
	width: 530px;
}

.side_container {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	vertical-align: top; 
	background-color: #000000;
	color: #ffffff;
}

.side_container a:link, .side_container a:active, .side_container a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.side_container a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: overline underline;
}

.news_container {
	background: #000000;	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; 
	color: #000000;
}

.shop_pic {
	border: 1px solid black;
}

.flyer_headline {
	width: 240px; 
	float: left; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	margin-bottom: 1px;
	background: #000; 
	color: #fff; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	position: relative; 
}

.shop_artikel {
	width: 60px; 
	float: left; 
	margin-bottom: 0px; 
	margin-top: -2px; 
	background: #fff; 
	color: #000; 
	border-color: #000; 
	border-style: solid; 
	border-width: 1px 1px 0px 1px; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	position: relative; 
}

.shop_preis {
	width: 73px; 
	float: right; 
	margin-top: -2px; 
	background: #CCC; 
	color: #000; 
	border-color: #000; 
	border-style: solid; 
	border-width: 0px 1px 1px 1px; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	position: relative; 
}

/*

#########################################################################
#																		#
#	Achtung: Die Farbe für Fehler und Hinweise stellen Sie in der		#
#	Datei settings.php ein. Für ein paar Elemente allerdings greift		#
#	aus Technischen Gründen der Wert aus diesem Stylesheet!				#
#	Wenn Sie die Farbe hier auch noch anpassen möchten, suchen Sie		#
#	einfach nach dem Wert "FF6600" und ersetzen ihn mit Ihrem			#
#	gewünschten Wert.													#
#																		#
#########################################################################

/* Hintergrund vom Formular */
#kontakt_formular , #kontakt_output{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding-top:25px;
	width: 530px;
	height: 360px;
	margin:0px auto 0px auto;
	background-image: url("images/poststamp.png");
	background-repeat: no-repeat;
	background-position: 315px 22px;	
}
/* Feld, welches nach dem Versand bei der Dankesausgabe und bei Zeitsperre erscheint 
	Gleiche Werte wie oben, nur ohne Briefmarke und mit geringerer Höhe */
#kontakt_output
 {
	padding: 15px;
	height: 160px;
	background-image: none;
}
/* "Divs" für Formular Beschriftungen */
#kontakt_formular .name, #kontakt_formular .email, #kontakt_formular .betreff, #kontakt_formular .inhalt, #kontakt_formular .spam {
	text-align:right;
	width:80px;
	height:20px;
	float:left;
	margin:3px;
	padding-top:4px;
}
#kontakt_formular .inhalt {
	padding-top:10px;
}
/* "Divs" für Formular Input Felder */
#kontakt_formular .name_input, #kontakt_formular .email_input, #kontakt_formular .betreff_input, #kontakt_formular .inhalt_input {
	width:180px;
	height:20px;
	float:left;
	margin:5px;
}
/* "Div" für Inhalt Textarea */
#kontakt_formular .inhalt_input {
	width:430px;
	height:140px;
	padding-top:5px;
	margin-bottom:0px;
}
/* Länge der Inputfelder */
#kontakt_formular #name,#kontakt_formular #mail, #kontakt_formular #betreff {
	width:200px;
}
/* Länge und Höhe der Textarea */
#kontakt_formular #inhalt {
	width:425px;
	height:130px;
}
#kontakt_formular .kopie_senden {
	height:20px;
	width:20px;
	margin-left:90px;
	float:left;
}
#kontakt_formular .kopie_text {
	width:380px;
	padding-top:2px;
	height:20px;
	float:left;
}
/* Rechenaufgabe Input */
#kontakt_formular .spam_input {
	float:left;
	width:50px;
	margin:5px;
}
/* Text Spamschutz, bitte ausfüllen.... */
#kontakt_formular .spam_frage {
	float:left;
	width:220px;
	margin:5px;
	padding-top:3px;
}
/* Senden Button Position  */
#kontakt_formular .submit {
	float:left;
	width:140px;
	text-align:right;
	margin:5px;
}
/* Formular (Hinweis Text bei Fehler) */
#kontakt_formular .hinweis {
	text-align:center;
	padding-top:5px;
	font-size:10px;
}
/* Hover Link (Sonderfarbe Orange) */
#kontakt_formular a:hover{
	color: #FF6600;
}
#spam {
	text-align:right;
	margin-top:13px;
	font-size:11px;
	height:10px;
	font-family:Arial, Helvetica, sans-serif;
}
/* (Button Optik) */
#kontakt_formular .button_normal {
	padding-bottom:2px;
	background-color: #544F43;
	color: #F1F1F1;
	height:19px;
	width:auto;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Button hover Optik */
#kontakt_formular .button_mover {
	padding-bottom:2px;
	background-color: #EFEFEF;
	color: #FF6600;
	height:19px;
	width:auto;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Output Feld (Link) */
#kontakt_output a,a {
	text-decoration:none;
	color:#544F43;
}
/* Output Feld (Link hover Orange) */
#kontakt_output a:hover{
	color:#FF6600;
}
.clear {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:0px;
	width:0px;
}