* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: verdana, arial, sans-serif;
	background: #FFFFFF url(images/dotted.jpg) repeat-x top left;
}

a img { border: 0 none; }

#page {
	position: absolute;
	top: 0; left: 50%;
	width: 820px;
	margin-left: -410px;
/*	background: url(images/background.jpg) repeat-y; */
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#headline {
	width: 820px;
	height: 119px;
	background: url(images/header_redesign.jpg) no-repeat top left;
}

#nav {
	width: 820px;	
}

#nav ul {
	list-style-type: none;
	float: left;
	width: 820px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 10px;
}

#nav ul li {
	float: left;
	border-right: 1px solid #000;
}

#nav ul li a {
	width: 116px;
	height: 20px;
	display: block;
	background: #CCCCCC;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

#nav ul li a:hover {
	color: #FD9800;
	background-color: #FFFFFF;
}

#content {
	width: 800px;
	clear: left;
	margin-top: 60px;
	margin-bottom: 25px;
	margin-left: 10px;	
}

#content h1 {
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content h3 {
	font-size: 15px;
	color: #FD9800;
	padding: 5px;
	border: 1px solid #FD9800;
	width: 765px;
	margin-left: 10px;
}

#content p {
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#content a {
	text-decoration: underline;
	color: #0166FF;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: #FD9800;
}

#content img {
	border: 1px solid #CCC;
	padding: 5px;	
}

#content img.center {
	/* padding-bottom: 15px; */
	margin-left: 110px;
	border: 1px solid #CCC;
	padding: 5px;
}

#content img.list { margin-left: 15px; }

#content table#ueber_uns {
	width: 570px;
	padding-bottom: 20px;
}
#content table#ueber_uns th {
	width: 100px;
}
#content table#ueber_uns tr {
	height: 30px;
}

#content table#veranstaltungen {
	width: 570px;
	padding-bottom: 20px;
}
#content table#veranstaltungen th {
	width: 200px;
}
#content table#veranstaltungen tr {
	height: 30px;
}

#content form {
	margin-left: 15px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 820px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 2px;
/*	background: url(images/footer_bg.jpg) no-repeat top left; */
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#captcha {
	
	border: 1px solid #CCCCCC;
}
