html, body {
	background: #f3f1dc;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

/* Allgemeine Klassen */
.clear {
	clear: both;
}

.hidden {
	display: none;
}

.image_left {
	float: left;
	padding: 3px 12px 7px 0px;
}

.image_right {
	float: right;
	padding: 3px 0px 7px 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Allgemeine Elemente */
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	color: #434343;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #6E412A;
	background: #f0f0e8;
	padding: 7px 8px 5px 8px;
	margin: 0 0 5px 0;
}

h2.search {
	margin: 10px 0 5px 0;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #6E412A;
	background: #fff;
	padding: 0px 8px;
	margin: 0 0 5px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #6D402A;
	padding: 0 8px;
	margin: 0;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	background: #ccc;
	margin: 0;
}

p {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding: 0 8px;
	color: #333;
}

p img {
	margin: 0 -8px;
}

ul {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #333;
	list-style: disc;
	padding: 0;
	margin: 5px 0 5px 22px;
}

#content ol {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #333;
	list-style: decimal;
	padding: 0;
	margin: 5px 0 5px 15px;
}

a,
a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: inherit;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a.grafiklink {
	padding: 0 0 0 18px;
	background: transparent url('../gfx/pfeil.png') left 2px no-repeat;
}

h1 a,
h1 a:link,
h1 a:visited {
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}

h1 a:hover,
h1 a:active,
h1 a:focus {
	text-decoration: none;
}


/* Containerpositionierung */
#page {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 944px;
	height: 156px;
	padding: 0 25px 20px 31px;
	overflow: hidden;
	background: transparent url('../gfx/background_shadow_repeat.png') top left repeat-y;
}

	#header-left {
		width: 470px;
		height: 130px;
		float: left;
	}
	
	#header-right {
		width: 454px;
		float: left;
		height: 120px;
		padding: 10px 20px 0px 0px;
	}
	
	#header-right img {
		padding: 32px 0 0 0;
		float: right;
	}

#content {
	width: 100%;
	min-height: 300px;
	background: transparent url('../gfx/background_shadow_repeat.png') top left repeat-y;
}

#footer {
	width: 1000px;
	height: 29px;
	background: transparent url('../gfx/background_shadow_bottom.png') top left no-repeat;
}

/* Navigationen */
#service-navigation {
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

#service-navigation li {
	display: inline;
	padding: 0px 8px;
	border-right: 1px solid #383838;
}

#service-navigation li.last_child {
	border-right: none;
	padding-right: 12px;
}

#service-navigation li a,
#service-navigation li a:link,
#service-navigation li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #383838;
}

#service-navigation li a:hover,
#service-navigation li a:active,
#service-navigation li a:focus,
#service-navigation li a.active {
	text-decoration: underline;
}

#main-navigation {
	width: 937px;
	height: 22px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 6px 0 6px 7px;
	margin: 0;
	display: block;
	clear: both;
	overflow: hidden;
	background: #c20015;
}

#main-navigation li {
	display: block;
	float: left;
/* 	border-right: 1px solid #fff; */
	padding: 0 13px 0 12px;
	background: transparent url('../gfx/white.gif') right 4px no-repeat;
}

#main-navigation li.last_child {
	border-right: none;
}

#main-navigation li a,
#main-navigation li a:link,
#main-navigation li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 1px 0px;
	border-bottom: 4px solid #c20015;
	display: block;
}

#main-navigation li a:hover,
#main-navigation li a:active,
#main-navigation li a:focus,
#main-navigation li a.active {
	text-decoration: none;
	border-bottom: 4px solid #fff;
}

#sub-navigation, #sub-navigation ul {
	width: 223px;
	padding: 0;
	margin: 0;
}

#sub-navigation li {
	font-size: 18px;
/* 	line-height: 28px; */
	font-family: Georgia, serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sub-navigation li li {
	font-size: 14px;
	line-height: 18px;
}

#sub-navigation li a,
#sub-navigation li a:link,
#sub-navigation li a:visited {
	display: block;
	border-top: 2px solid #F3F1DC;
	font-weight: normal;
	text-decoration: none;
	width: 209px;
	padding: 7px 7px 7px 7px;
	color: #909090;
}

#sub-navigation li a:hover,
#sub-navigation li a:active,
#sub-navigation li a:focus,
#sub-navigation li a.active {
	background: #fff;
	color: #333;
}

#sub-navigation li.last_child a {
	border-bottom: 2px solid #F3F1DC;
}

#sub-navigation li li a,
#sub-navigation li li a:link,
#sub-navigation li li a:visited {
	display: block;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	width: 195px;
	padding: 10px 7px 5px 21px;
	color: #909090;
}

#sub-navigation li li a:hover,
#sub-navigation li li a:active,
#sub-navigation li li a:focus,
#sub-navigation li li a.active {
	color: #333;
	text-decoration: none;
	background: #fff;
}


/* Galerie */
ul.imagegallery {
	list-style: none;
	margin: 0;
}

.imagegallery li {
	float: left;
	padding: 0px 10px 10px 0px;
}

.imagegallery li img {
	border: 1px solid #ccc;
	padding: 7px;
}

/* Newssysteme */
.teaser {
	padding: 10px 0 10px 0;
/* 	border-bottom: 1px solid #ccc; */
}

.teaser .teaser-column-left {
	text-align: left;
	float: left;
	width: 100px;
}

.teaser .teaser-column-right {
	float: left;
	width: 400px;
}


.teaser-single {
	padding: 0 0 10px 0;
}

.teaser-single h4 {
	color: #c20015;
	font-weight: normal;
}

.teaser-single a {
	font-weight: inherit;
	text-decoration: none;
}

.teaser-single a:hover {
	text-decoration: underline;
}
