﻿@import url('layout.css');
body {
	background-image: url('../images/bg.jpg');
	background-color: #689380;
	background-repeat: repeat-x;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	color: #000000;	
}
#container {
	width: 880px;
	padding: 10px;
}
#masthead {
	text-align: center;
	border: 1px solid #CCCCCC;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 860px;
	height: 250px;
}
#masthead span {
	display: none;
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 650px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 20px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	background-color: #637B85;
}
#footer {
 padding: 10px;
 margin-left: 160px;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align: center;
 float: none;
 clear: left;
 width: 690px;
 font-size: 0.9em;
 font-weight: bold;
 color: #2F4239;
}
/* Navigationsformatvorlagen*/
.navi table {
}
.navi td {	
	padding: 1px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 150px;
	height: 25px;
}
.navi span {
	display: none;
}
.navi #img1:link, #img1:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_home.jpg');
	background-repeat: no-repeat;
}
.navi #img1:hover {
	background-image: url('../images/but_home2.jpg');
	background-repeat: no-repeat;
}
.navi #img2:link, #img2:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_barf.jpg');
	background-repeat: no-repeat;
}
.navi #img2:hover {
	background-image: url('../images/but_barf2.jpg');
	background-repeat: no-repeat;
}
.navi #img3:link, #img3:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_preis.jpg');
	background-repeat: no-repeat;
}
.navi #img3:hover {
	background-image: url('../images/but_preis2.jpg');
	background-repeat: no-repeat;
}
.navi #img4:link, #img4:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_mich.jpg');
	background-repeat: no-repeat;
}
.navi #img4:hover {
	background-image: url('../images/but_mich2.jpg');
	background-repeat: no-repeat;
}
.navi #img5:link, #img5:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_papagei.jpg');
	background-repeat: no-repeat;
}
.navi #img5:hover {
	background-image: url('../images/but_papagei2.jpg');
	background-repeat: no-repeat;
}
.navi #img6:link, #img6:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_kont.jpg');
	background-repeat: no-repeat;
}
.navi #img6:hover {
	background-image: url('../images/but_kont2.jpg');
	background-repeat: no-repeat;
}
.navi #img7:link, #img7:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_imp.jpg');
	background-repeat: no-repeat;
}
.navi #img7:hover {
	background-image: url('../images/but_imp2.jpg');
	background-repeat: no-repeat;
}
.navi #img8:link, #img8:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_link.jpg');
	background-repeat: no-repeat;
}
.navi #img8:hover {
	background-image: url('../images/but_link2.jpg');
	background-repeat: no-repeat;
}
.navi #img9:link, #img9:visited {
	display: block;
	width: 150px;
	height: 25px;
	background: url('../images/but_shop.jpg');
	background-repeat: no-repeat;
}
.navi #img9:hover {
	background-image: url('../images/but_shop2.jpg');
	background-repeat: no-repeat;
}

/* Inhaltsformatvorlagen */
#content h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
#content img {
	padding: 3px;
	border: 1px solid #4A5B62;
}
#content img.button {
 margin: 10px 20px 10px 0px;
 border: 0px;
}
#content img.left {
 float:left;
}
#content img.right {
 float:right;
}
/* Fußzeilen-Formatvorlagen */
#footer a {
	color: #503750;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #164336;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6D1222;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
table.abb {
	margin: 1em auto;
	text-align: left;
	width: 141px;
}
table.abb td {
	padding: 0.1em;
}
td.caption {
	font-size: 90%;
	vertical-align: top;
}
table.links {
	clear: left;
	float: left;
	margin: 0 0.5em 0.5em 0;
}
table.rechts {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}
h2 {
font-size: 1.2em;
}
