.weInfo {
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #c0c0c0;
	color: #000000;
	background: #eeeeee;
}

.weTeaserImage {
	float: left;
	margin-right: 10px;
}

.weTeaserText {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #d7cebf;
	background: url("/images/layout/body_bg.png") repeat-x top center #798072;
}

*, td {
	font-size: 13px;
	font-family: Tahoma, Arial, Sans-Serif;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

a img {
	border: 0px;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#header {
	height: 225px;
	background: url("/images/layout/header_bg.png") no-repeat;
}

	#logo {
	
	}
	
	#logo img {
		border: 0px;
	}
	
#navi {
	height: 60px;
	line-height: 60px;
	padding-right: 250px;
	background: url("/images/layout/navi_bg.png") no-repeat;
	text-align: right;
}

	#navi li {
		display: inline;
		margin-left: 25px;
	}
	
	#navi li a {
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		color: #a68870;
	}
	
	#navi li a:hover, 
	#navi li .active {
		color: #915f2a;
		text-decoration: underline;
	}
	
#main {
	width: 950px;
	margin-left: 25px;
	background: url("/images/layout/main_bg.png") no-repeat 350px 0px;
}
	
	#description {
		float: left;
		width: 425px;
		height: 160px;
		margin-top: 10px;
		margin-bottom: 70px;
		font-size: 14px;
		color: #798072;
	}
	
		#description h1 {
			font-size: 16px;
			color: #915f2a;
		}
	
	#content {
		float: left;
		width: 660px;
		margin-bottom: 40px;
	}
	
		#content a {
			color: #3d1611;
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
		#content #map {
			width: 660px;
			height: 300px;
		}

	#sidebar {
		position: relative;
		float: right;
		width: 220px;
		height: 360px;
		padding: 15px;
		margin-bottom: 50px;
		background: url("/images/layout/sidebar_bg.png") no-repeat;
	}

		#events {
			position: absolute;
		}
	
			#events h2 {
				font-size: 16px;
				color: #915f2a;
			}
			
			#events ul {
				margin-left: 20px;
				list-style-type: square;
			}
			
			#events ul li {
				margin-bottom: 10px;
				color: #a68870;
			}
			
			#events ul li a {
				color: #a68870;
				text-decoration: none;
			}
			
			#events ul li a:hover {
				text-decoration: underline;
			}

		#naviFooter {
			position: absolute;
			right: 20px;
			bottom: 30px;
		}
		
			#naviFooter li {
				display: inline;
				margin-left: 15px;
			}
			
			#naviFooter li a {
				text-decoration: none;
				color: #915f2a;
			}
			
			#naviFooter li a:hover, 
			#naviFooter li .active {
				text-decoration: underline;
			}
	
#footer {
	height: 60px;
	background: url("/images/layout/footer_bg.png") repeat-x;
}

.clearer {
	clear: both;  
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.contentBlock {
	margin-bottom: 10px;
}

.lvBlock {
	width: 310px;
	margin-bottom: 20px;
}
 
.events th {
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}

.events td {
	line-height: 20px;
}

.events .odd {
	background: #8b9384;
}

label {
	float: left;
	width: 150px;
}

.input {
	margin-bottom: 5px;
	border: 1px solid #3d1611;
}

	.input:focus {
		background: #eeeeee;
	}

	.inputField {
		width: 150px;
	}

	.inputArea {
		width: 300px;
	}

.errorList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	.errorBox {
		line-height: 20px;
		padding-left: 25px;
		font-size: 11px;
		font-weight: bold;
		color: #c10000;
		list-style-type: none;
		background: url("/images/layout/icons/error.gif") no-repeat;
	}
	
	.invalid {
		border: 1px solid #c10000;
	}

