/* 
 *
 * fleischerei-naecke.de
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	color:#7c4d26;
	padding:0;
	margin:0;
	background: #fff url('images/background.gif');
}
a {color: #7c4d26; text-decoration: none;}
a:visited {color:#7c4d26;}
a:hover {color: #7c4d26; text-decoration: underline;}
a:active { color:#7c4d26;}

h1 {
	font-size: 14px;
	padding-left: 0px;
	color: #ba1538;
	padding-bottom: 15px;
	padding-top: 15px;
}

#container {
	width: 870px;
	margin:0 auto;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background: #fff;
}

#header {
	width: 870px;
	height: 155px;
	background: url('images/header.jpg') no-repeat;
}

ul.navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 155px;
}

ul.navigation li {
	float: left;
	height: 125px;
	width: 145px;
	text-align: center;
	border: 0px;
}

ul.navigation li a {
	text-decoration: none;
	line-height: 125px;
	width: 145px;
	color: #fff;
	display: block; 
}

ul.navigation li a:hover {
	color: #000;
}

.start { background: url("images/btn_start.jpg") no-repeat; }
.start:hover { background: url("images/btn_start_hover.jpg") no-repeat;	}

.fleischerei { background: url("images/btn_ueber_uns.jpg") no-repeat; }
.fleischerei:hover { background: url("images/btn_ueber_uns_hover.jpg") no-repeat; }

.partyservice { background: url("images/btn_partyservice.jpg") no-repeat; }
.partyservice:hover { background: url("images/btn_partyservice_hover.jpg") no-repeat; }

.vermietung { background: url("images/btn_vermietung.jpg") no-repeat; }
.vermietung:hover { background: url("images/btn_vermietung_hover.jpg") no-repeat; }

.praesente { background: url("images/btn_praesente.jpg") no-repeat; }
.praesente:hover { background: url("images/btn_praesente_hover.jpg") no-repeat; }

.meissner { background: url("images/btn_meissner_schwein.jpg") no-repeat; }
.meissner:hover { background: url("images/btn_meissner_schwein_hover.jpg") no-repeat; }

#content {
	float: left;
	width: 565px;
	background: #fff;
	padding-left: 15px;
}
#box {
	padding-left: 30px;
	padding-top: 20px;
	background: url("images/content_box_bg.gif") no-repeat;
}

#box_content {
	width: 520px;
	padding-bottom: 40px;
	line-height: 20px;	
}
.infoBox { padding-right: 25px; }

#right {
	float: right;
	background: #fff;
	padding: 20px;
	text-align: center;
	width: 250px;
}

#footer {
	height: 30px;
	width: 830px;
	clear: both;
	border-top: 2px solid #7c4d26;
	border-bottom: 2px solid #ccc;
	color: #7c4d26;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 10px;
}

#footer a {
	color: #7c4d26;
	text-decoration: none;
}
#footer a:hover {
	color: #7c4d26;
	text-decoration: underline;
}
.hr_image {
	padding-top: 15px;
	padding-bottom: 15px;
}
textarea, input {
	border: 1px solid #ccc;

}
iframe {
	border: 1px solid #7c4d26;
}