/* Normalize */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, pre, code {
	font-size: 1em;
	font-weight: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
}

img {
	border: none;
}

/* Style */

body {
	min-width: 970px;
	text-align: center;
	font: 11px/1.8 Verdana, Arial, Helvetica, sans-serif;
	color: #600;
	background: #f6deb0 url(../graphics/bgr_bnb_bnd.gif) repeat-x;
}

#wrapper {
	width: 950px;
	margin: 120px auto;
	text-align: left;
}

/* Nav */

#navigation {
	height: 25px;
	padding: 0 0 5px 5px;
}

#navMain ul {
	float: left;
}

#navMain li {
	float: left;
	margin: 0 20px 0 0;
}

#navMain ul a {
	float: left;
	display: block;
}

#navMain a {
	color: #600;
	font-size: 1.125em;
	letter-spacing: 1px;
	border-bottom: 0px;
}

#navMain a:hover {
	color: #600;
	border-bottom: 3px solid #600;
}

#home #navMain .home a,
#kuhnen #navMain .kuhnen a,
#broetlibar #navMain .broetlibar a,
#laden #navMain .laden a,
#cafe #navMain .cafe a,
#bar #navMain .bar a,
#team #navMain .team a,
#stellen #navMain .stellen a,
#geschichte #navMain .geschichte a,
#lenk #navMain .lenk a,
#links #navMain .links a,
#ferienwohnungen #navMain .ferienwohnungen a,
#betelberg #navMain .betelberg a,
#wildstrubel #navMain .wildstrubel a,
#leiterli #navMain .leiterli a {
	color: #600;
	border-bottom: 3px solid #600;
}

#contentNav ul {
	float: left;
}

#contentNav li {
	float: left;
	margin: 10px 20px 0 0;
}

#contentNav ul a {
	float: left;
	display: block;
}

#contentNav a {
	color: #600;
	font-size: 1em;
	letter-spacing: 1px;
	border-bottom: 0px;
}

#contentNav a:hover {
	color: #600;
	border-bottom: 1px solid #600;
}

/* Main */

#content {
	width: 950px;
	padding: 0;
	background-color: #f6deb0;
}

#contentImage {
	float: left;
	width: 710px;
	height: 300px;
	padding: 0;
}

#contentText {
	float: right;
	width: 240px;
	padding: 0;
}

#contentText h1 {
	padding: 10px 0 10px 15px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5c010b;
}

#contentText h2 {
	padding: 0;
	font-weight: bold;
	color: #600;
}

#contentText p {
	padding: 0 10px 10px 15px;
	color: #600;
}

#contentText a {
	color: #600;
	border-bottom: 1px dotted #600;
}

#contentText a:hover {
	color: #900;
	border-bottom: 1px dotted #900;
}

#contentText ul {
	padding: 0 20px 10px 15px;
}

#contentText img {
	padding: 0;
}

#mapcontainer {
	padding: 0;
}

/* Siteinfo */

#contentInfo {
	
}

#logo {
	float: left;
	width: 180px;
}

#infoAdd {
	float: left;
	width: 180px;
}

#info {
	float: right;
	width: 510px;
}

#info p {
	padding: 10px 0 0;
}

#info a {
	color: #600;
}

#info a:hover {
	color: #900;
	border-bottom: 1px solid #900;
}

#infoAdd p {
	padding: 10px 0 0;
}

#infoAdd a {
	color: #600;
}

#linfoAdd a:hover {
	color: #900;
	border-bottom: 1px solid #900;
}
