/* ************************************************************ */
/*	Cascading Style Sheet für die Homepage 							 */
/* hausschlachtungen.biz													 */
/* ************************************************************ */	
/* Autor:																		 */
/* F.A. Services GmbH														 */
/* Joerg Hehl																	 */
/* Kaethe-Kollwitz-Weg 5													 */
/* 73207 Plochingen															 */
/* kontakt@hausschlachtung.biz											 */
/* ************************************************************ */								
/*	Inhaltsverzeichnis													    */
/*	1. Allgemeines Format													 */
/*	2. Menu Definitionen														 */
/*	2.1 Hauptmenu Definitionen												 */
/* 2.2 Impressum-Box Definitionen										 */
/* 2.3 Warenkorb-Box Definitionen										 */
/*	3. Definitionen des Inhaltes											 */
/* 3.1 Allgemeine Definitionen											 */
/* 3.2 Seitenspezifische Formatierungen  								 */
/* 4. Galerie Definitionen													 */
/* ************************************************************ */


/* ********************************** */
/* 1. Definitionen Allgemeines Format */
/* ********************************** */

/* Generelle Gestaltung des body. kein Rand. Schriftart */
body {
	margin:			   0px;
	font-family:		Arial, Helvetica, sans-serif;
	background-color: #CC9;
}

/* Oben-Box: enthält Logobox und obenbox  */
#topbox {
	width: 99.9%;
	height: 100px;/*6.3em;*/
	background-color: #093;
	background-image: url(new_logo.jpg);
	background-repeat: no-repeat;
}

/* Content-Box für jeweiligen Seiteninhalt */
#content {
	position: absolute; top: 9em; left: 12em;
	width: 75%;
}

/* Box mit Links Impressum und Kontakt rechts unterhalb topbox */
#impressum {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	width: auto;
	height: 2em;
	color: #063;
}

/* Menü-Box: Links unter Logo platziert */
#menu {
	position: absolute; top: 9em;
	border: 2px solid #093;
	width: 7.5em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 2px;
}

#casino {
	position: absolute;
	top: 26em;
	left: 1em;
}

/* Box für Google-Adsense */
#google {
	position: absolute; top: 27.5em;
	margin-left: 0.1em;
}

#googleheader {
	position: absolute;
	left: 4em;
	top: 7.5em;
}

#googlefooter {
	padding-top: 70px;
	width: 730px;
}

/* ********************************** */
/* 2. Menu Definitionen				  	  */
/* ********************************** */

/* ********************************** */
/* 2.1 Hauptmenu Definitionen			  */
/* ********************************** */

#menu a {
	line-height:25px;
	color:#063;
	text-decoration:none;
	display:block;
	padding-left:5px;
	border-top: 1px solid #AAD284;
	border-bottom: 1px solid #AAD284;
}

#menu a:hover {
	line-height:25px;
	color:#CC9;
	text-decoration:none;
	display:block;
	background-color:#093;
	border-top: 1px solid #c5f397;
	border-bottom: 1px solid #c5f397;
	border-left: 1px solid #c5f397;
	border-right: 1px solid #c5f397;
	padding-left:5px;
}

/* ********************************** */
/* 2.2 Impressum-Box Definitionen	  */
/* ********************************** */

#impressum a {
	color: #063;
}

#impressum a:hover {
	color: black;
	text-decoration: overline underline;
}

#impressum #warenkorb a {
	color: #F00;
}

#impressum #warenkorb a:hover {
	color: #F00;
}

/* ********************************** */
/* 3. Definitionen des Inhaltes	     */
/* ********************************** */

/* ********************************** */
/* 3.1 Allgemeine Definitionen		  */
/* ********************************** */

/* Sämtliche Links formatieren */
a:link {
	color: 				#063;
	font-weight: 		bold;
	text-decoration: 	none;
}

a:visited {
	color: 				#063;
	font-weight: 		bold;
	text-decoration: 	none;
}

a:hover {
	color:				#215221; /*#009933;*/
	font-weight: 		bold;
	text-decoration: 	underline;
}

a:visited:hover {
	color:				#215221; /*#009933;*/
	font-weight: 		bold;
	text-decoration: 	underline;
}

/* Überschriften generell Formatieren */
h1 {
	color:				#006633;
	font-size:			1.8em;
	margin-left:		50px;
}

h2 {
	color: #006633;
	font-size: 0.9em;
}

.line {
	line-height: 1.5em;
}

.warning {
	color: #F00;
}


/* Formulare definieren */
/* Allgemeine Formularbreite bestimmen */
form p {
	width: 400px;
	clear: both;
}

/* Labels links ausrichten */
form p label {
	float: left;
}

/* input, textarea und select Felder innerhalb von P-Tags rechts ausrichten */
form p input, form p textarea, form p select {
	float: right;
}

/* Input, Select und Textarea formatieren */
input, select, textarea {

	border: 					2px solid #215221;
	background-color: 	#CC9;
	letter-spacing:		1.2px;
	color: 					black;
	font-weight: 			bold;
}

/* Buttons zum Formular absenden formatieren */
.button {
	border: 					2px solid black; 
	background-color: 	#093;
	color:					#CC9;
	font-weight: 			bold;
}

.produkte {
	border: 1px solid #093;
	margin: 10px;
}

.produkte th {
	text-align: left;
	padding-left: 10px;
}

.produkte td {
	padding-left: 10px;
	padding-right: 10px;
}

.produkte hr {
	border: 1px solid #AAD284;
}

/* artikel.php */
/* Tabelle formatieren */
table.artikel
{
	width: 36em;
	line-height: 1.5em;
}

td.head {
	font-weight: bold;
}

/* artikel_info.php */
p.info {
	line-height: 1.5em;
}

table.art_info {
	width: 18em;
}

/* warenkorb.php */
table.warenkorb {
	border: 1px solid #009933;
	width: 40em;
	line-height: 1.5em;
	font-size: 0.9em;
}

td.mitte {
	text-align: center;
}

.subtitle {
	font-size: 0.9em;
	color: #09F;
}

#content img {
	border: 0;
}


/* ************************************ */
/* 3.2 Seitenspezifische Formatierungen */
/* ************************************ */

/* ************************** */
/* 4. Galerie CSS (modifiziert) */
/* ************************** */


#prev, #next {
	display:block;
	padding:5px;
	border:1px solid #bbb;
	color: #CC9;
	background: #093;
	text-decoration:none;
	margin:0 10px 10px;
}
html body div #prev:hover, html body #next:hover {
	border-color:#000;
	background:#CC9;
	color:#093;
	/*position: relative; */
  	top: -33px;
}
#prev {
	float:left;
}
#next {
	float:right;
}
#image {
	text-align:center;	
	/*position: relative; */
   top: -153px;
}
.imgwrapper {
	float: left;
	margin: 0 0 15px 25px;
	padding: 2px;
	height:113px;
}
.imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}
.imgwrapper img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}
.imgwrapper a:visited img {
	background-color:#fff;	
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
/*	background-color: #036; */
  background-color: #093;
}
.imgwrapper a:hover, .imgwrapper a:focus {
	color:#000;
}
#single {
	padding:3px;
	border:1px solid #aaa;
	background:#ddd;	
}
#desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}
#credit {
	color: #CC9;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 0.4em;
	background-color: #093;
	border: 1px solid #555;
	padding: 5px 0;
	clear:both;
}
#credit a:hover {
	color: #000;
}

#directories, #breadcrumb {
	border-bottom:1px solid #ddd;
	margin:0;
}
#breadcrumb {
	padding:5px;
	border-bottom:1px solid #ddd;
	background:#666;
	color:#fff;
	margin-bottom:10px;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color:#fff;
}
#dirdesc {
	padding:4px;
	border-bottom:1px solid #ddd;	
}
#gallery {
/*	margin:10px 5px 5px; */
margin: 0px;
}
#directories ul {
	list-style:circle;
	padding-bottom:5px;
  padding-left: 30px;
  list-style-image: url(../images/list.png);
}
#directories li {
	margin:2px 0;
}
#directories h2 {
	font:14px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin:0;
}
#directories h3 {
	font:12px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}
