body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: rgb(85, 85, 85);
	background-color: #e8ebf2;
}

a:link, a:visited {
	color: #9a5505;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #004a99;
	font-size: 24px;
}

h2 {
	color: #004a99;
	font-size: 18px;
}

img {
	border: 0 none;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #ccc;
}

input.submit_button {
	background-color: #e0933b;
	color: #fff;
}

select {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}

div.middleblock {
	width: 960px;
	margin: 0 auto;
	padding: 0px 10px;
	background-color: rgb(85, 85, 85);
}

div#header {
	background: url(/images/header.jpg) no-repeat;
	height: 100px;
	position: relative;
}

div#header h1 {
	position: absolute;
	top: 10px; left: 20px;
}

div#header h2 {
	position: absolute;
	top: 40px; left: 20px;
}

div#header_nav {
	background: url(/images/menu_bg.jpg) no-repeat;
	height: 40px;
}

div#header_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

div#header_nav ul li {
	float: left;
	padding: 10px;
}

div#header_nav ul li a:link, div#header_nav ul li a:visited {
	color: #fff;
}

div#body {
	padding-top: 10px;
	background: url(/images/bg.jpg);
}

div#left_column {
	float: left;
	width: 190px;
	padding-left: 10px;
}

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

ul#subnavi li {
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px dashed #ccc;
}

ul#subnavi li.menucurrent a:link, ul#subnavi li.menucurrent a:visited {
	font-weight: bold;
}

ul#subnavi li.first {
	padding-top: 0px;
	border-top: 0 none;
}

ul#subnavi li.last {
	padding-bottom: 0px;
}

div#mid_right_container {
	margin-left: 210px;
	padding-bottom: 10px;
}

div#middle_column {
	float: left;
	width: 560px;
}

div#right_column {
	width: 170px;
	margin-left: 570px;
	padding-right: 10px;
}

div.box {
	border: 1px solid #ccc;
	border-top-color: #000;
	margin-bottom: 10px;
}

div.box_header {
	background: url(/images/box_header_bg.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 10px;
	height: 20px;
}

div.box_content {
	padding: 10px;
}

div.teaser h1 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ccc;
}

div.teaser h1 a:link, div.teaser h1 a:visited {
	color: #004a99;
}

div.article h1 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin-top: 0px;
}

div.teaser img {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.teaser p, div.article p {
	margin-top: 0px;
	text-align: justify;
}

p.vorspann {
	color: #a9a9a9;
	font-weight: bold;
}


div#footer {
	background: url(/images/footer.jpg) no-repeat;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
}

div#footer a:link, div#footer a:visited {
	color: #fff;
}

div.galerieblock h1 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin-top: 0px;
}

div.galeriebild {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 10px;
}

div.galeriebild a:hover {
	text-decoration: none;
}

div.galeriebild img {
	border: 2px solid #000;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
