@charset "utf-8";
/* CSS Document */
@import url("content.css");
@import url("navigation.css");

/*-----------------------------------------------*/

html,
body {
	background-color:#FFF;
	background-image:url(../img/body_bg_lines.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100.1%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1;
	color:#333;
	font-size:12px;
}

#wrapper {
	width: 960px;
	margin:0 auto;
	padding:0;
	height:auto;
	position:relative;
}

#header {
	width:100%;
	height: 200px;
}

#banner {
	width:1020px;
	height:113px;
	margin:0 0 0 -500px;
	padding:0;
	position:absolute;
	top:0;
	left:50%;
}

#logo {
	float:left;
	background-image:url(../img/logo_new.png);
	background-repeat:no-repeat;
	width:650px;
	height:200px;
	margin:0;
	padding:0;
}

#wappen {
	position:absolute;
	width:67px;
	height:82px;
	top:98px;
	left:190px;
	border:none;
}

#wappen img,
#wappen a {
	border:none;
}

#container {
	background: url(../img/border_left.jpg) 215px 0px repeat-y transparent;
	width:960px;
	min-height:200px;
	height:auto;
	margin:0;
	padding:0;
}

#footer {
	color:#a6a6a6;
	margin:10px 250px;
	padding:0;
	text-align:right;
}

/*--------------------------------------------------*/
#content_wrapper {
	/* margin: 0 250px 0 215px; */
	margin:0;
	padding:0;
}

#content {
	float:left;
	margin: 0 0 0 -7px;
	padding:0 0 15px 27px;
	min-height:528px;
	border-bottom:1px solid #97bc9e;
	width:460px;
}

#column_left {
	float:left;
	width:220px;
	margin: 0 0 0 10px;
	padding: 0;
}

*+html #column_left {
	margin:0 0 0 0;
	padding: 0 0 0 10px;
}

#column_right {
	float:right;
	width:220px;
	margin:0 10px 0 0;
	padding: 35px 0 0 0;
}

.box {
	background-color:#f4f4f4;
	min-height:30px;
	border:1px solid #dadada;
	width:218px;
	margin:0px 0 15px 0;
	padding:0 0 5px 0;
	position:relative;
}

.box h2 {
	width:197px;
	height:22px;
	background-image:url(../img/box_h2_bg.png);
	background-repeat:repeat-x;
	margin:-6px 0 0 5px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	padding:6px 0 0 10px;
	position:relative;
}

.box span.fold {
	width:5px;
	height:28px;
	background-image:url(../img/box_h2_fold.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-6px;
	right:6px;
}

a.gallery_link {
	display:block;
	float:right;
	color:#338042;
	font-weight:bold;
	background-image:url(../img/red_arrow_right.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 11px 0 6px;
	border:none;
	text-decoration:underline;
	cursor:pointer;
}

a.gallery_link:hover {
	color:#296435;
	border:none;
}

#print_logo {
	display:none;
}

/*-----------------------------------*/

/*h1 {
	color:#296435;
	font-size:19px;
	font-weight:bold;
	text-transform:capitalize;
	margin:0 0 15px 0;
	padding:0;
}*/

h1 {
	color:#296435;
	font-size:19px;
	font-weight:bold;
	margin:-5px 0 8px 0;
	padding:0;
	height:30px;
}

h2 {
	color:#5c8e67;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0 0 0 0;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
	color:#296435;
	font-weight:normal;
	text-decoration:none;
	border-bottom: 2px solid #97bc9e;/*padding-bottom:1px;*/
}

a:hover {
	border-bottom: 2px solid #5c8e67;
}

a:active,
a:focus {
	outline:0;
}

p {
	margin:0 0 15px 0;
	padding:0;
	line-height:1.5;
}

/*----------------------*/
.clear {
	clear:both;
}

.trennlinie {
	float:left;
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:1px solid #97bc9e;
	width:460px;
}
