@charset "UTF-8";

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0;

}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}

body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-image: url(grafik/bg_grey.jpg);
	background-position:top;
	background-repeat:repeat-x; 
	}


a:focus{color:#990000;outline:0; -moz-outline:0; }

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#663300;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#663300;
	}

#bg {
	position:absolute;
	height: 100%;
	width:100%;
	overflow:hidden;
}

#bg img {
	width:100%;
	height:100%;
	bottom:0;
	position:absolute;
}

#wrapper_all{
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
}

#wrapper {	
	text-align: center;
	height: 100%;
	width: 790px;
	margin-left: 100px;
	}

#shadow {
	width:790px;
	height:16px;
	background-image: url(grafik/bg_header_shadow.png);
	background-repeat: no-repeat;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	height:178px;
	width:760px;
	background-image: url(grafik/header.jpg);
	}

#nav {
	margin-left: auto;
	margin-right: auto;	
	height:32px;
	width:760px;
}

#content {
	text-align:left;
	float:left;
	width: 790px;
	/*height: 500px;*/
	background-image: url(grafik/bg_content.png);
	background-repeat:repeat-y;
	}
	
#content_main {
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	text-align:left;
	width: 720px;
	}
	
#content_main a img{
	color:#663300;
	text-decoration:none;
	border:1px solid;
}

#content_main a:hover img{
	color:#000000;
}

#ueberschrift {
	font-size:16px;
}

#news {
	border:1px solid;
	padding:10px;
}

#zoo a {
	display:block;
	border:1px solid;
	padding:10px;
	width:212px;
	float:left;
	margin:3px;
}

#zoo a:hover{
background-color:#990000;
color:#FFFFFF;
}

#nofloat {
float:left;
width:700px;
padding-top:30px;
}

#shopartikel {
font-size:14px;
font-weight:bold;
width:710px;
border-top: 1px solid #990000;
border-left: 1px solid #990000;
border-right: 1px solid #990000;
/*background-color:#FFFFFF;*/
padding:5px;
}

#shopbeschreibung {
font-size:12px;
width:720px;
/*background-color: #FFFFFF;*/
border-left: 1px solid #990000;
border-right: 1px solid #990000;
border-bottom: 1px solid #990000;
}

#bestellen a {
	text-align:center;
	font-weight:bold;
	display:block;
	border:1px solid;
	padding:5px;
	/*width:90px;*/
}

#bestellen a:hover{
background-color:#990000;
color:#FFFFFF;
}


#fotos a {
	border:1px solid;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	/*width:90px;*/
}

#fotos a img{
	border:none;
}

#fotos a:hover{
background-color:#990000;
color:#FFFFFF;
}
#banner {
	float: right;
}
#inhalt {
	float: left;
	width: 450px;
}

