/* Main */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background-image: url(../img/bgr.jpg);
	background-repeat: repeat-x;
	background-color: #6B3D00;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #382600;
	line-height: 17px;
}

a {
	font-size: 14px;
	font-weight: bold;
	color: #6E4F0F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6E4F0F;
}

a:focus {
	outline: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}

p {
	padding-bottom: 18px;
}

.kursiv {
	font-style: italic;
}

.through {
	text-decoration: line-through;
}

.clear {
	clear: both;
	line-height: 0px;
}


/* Wrap */

#wrap {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
}


/* Head */

#head {
	background-image: url(../img/content_bgr_head.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 190px;
}


/* Navigation */

#navi ul {
	list-style-type: none;
	margin-left: 100px;
}

#navi li {
	float: left;
	margin-top: 81px;

}

#navi li a {
	height: 109px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#navi li a#nav01 {
	background-image: url(../img/navi01.jpg);
	width: 90px;
}

#navi li a#nav02 {
	background-image: url(../img/navi02.jpg);
	width: 76px;
}

#navi li a#nav03 {
	background-image: url(../img/navi03.jpg);
	width: 105px;
}

#navi li a#nav04 {
	background-image: url(../img/navi04.jpg);
	width: 69px;
}

#navi li a#nav05 {
	background-image: url(../img/navi05.jpg);
	width: 87px;
}

#navi li a#nav06 {
	background-image: url(../img/navi06.jpg);
	width: 87px;
}

#navi li a#nav07 {
	background-image: url(../img/navi07.jpg);
	width: 116px;
}

#navi li a#nav08 {
	background-image: url(../img/navi08.jpg);
	width: 78px;
}

#navi li a:hover {
	background-position: 0px -109px;
}


/* Content */

#content {
	background-image: url(../img/content_bgr_out.png);
	background-repeat: repeat-y;
}

#content_in {
	background-image: url(../img/content_bgr_in.png);
	background-repeat: no-repeat;
	min-height: 403px;
}

#left {
	float: left;
	width: 242px;
	margin-top: 29px;
}

#left a#petshop {
	background-image: url(../img/petshop.png);
	background-repeat: no-repeat;
	width: 242px;
	height: 232px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#left a#petshop:hover {
	background-position: 0px -232px;
}

#right {
	float: right;
	width: 242px;
	margin-top: 29px;
}

#right a#einladen {
	background-image: url(../img/einladen.png);
	background-repeat: no-repeat;
	width: 242px;
	height: 220px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#right a#einladen:hover {
	background-position: 0px -220px;
}

#right a#zutaten {
	background-image: url(../img/zutaten.png);
	background-repeat: no-repeat;
	width: 242px;
	height: 154px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#right a#zutaten:hover {
	background-position: 0px -154px;
}

#center {
	margin-left: 285px;
	width: 390px;
}


/* Footer */

img#pulle {
	position: absolute;
	margin-top: -142px;
}

#content_foot {
	padding-top: 20px;
	margin-left: 285px;
	width: 390px;
}

img#dogvideo {
	float: left;
}

img#meinung {
	margin: 38px 0px 15px 40px;
}

.foottext, .foottext a {
	font-size: 12px;
	line-height: 14px;
}

#footer {
	width: 960px;
	height: 327px;
	background-image: url(../img/content_bgr_foot.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.copy {
	position: absolute;
	margin: 280px 0px 0px 285px;
	font-size: 11px;
	color: #C5B181;
}

.copy a {
	font-size: 11px;
	color: #C5B181;
	font-weight: normal;
}

.copy a:hover {
	color: #C5B181;
}


/* Meinungen & Einladungen */

#einladform ul, #meinungform ul {
	list-style-type: none;	
}

#einladform ul {
	margin-bottom: 30px;
}

#einladform li.right, #meinungform li {
	float: left;	
	margin-right: 10px;
}

#einladform label, #meinungform label {
	font-size: 11px;
	display: block;
}

#einladform input.textein, #meinungform textarea, #meinungform input.text {
	background-color: #F0E8D2;
	background-image: url(../img/form_bgr.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #897342;
	border: 1px solid #897342;
	padding: 2px;
}

#einladform input.textein, #meinungform input.text {
	width: 175px;
	margin-bottom: 4px;
}

#meinungform textarea {
	width: 250px;
	height: 50px;
}

#meinungform input.image {
	margin-left: 30px;
	margin-top: 16px;
	border: 0px;
}

#einladform input.submit {
	color: #C5B181;
	background-color: #5D3F12;
	padding: 2px;
	margin-top: 10px;
	border: 1px solid #C5B181;
}

#meinungform #error {
	color: #CF2526;
	font-size: 12px;
	position: absolute;
	margin-top: -20px;
	margin-left: 45px;
}
