@charset "iso-8859-1";
/* CSS Document */
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, br {
	padding-bottom: 0.8em;
}

 a img {
	text-decoration: none;
	border: 5px solid #fff;
}
html { height: 101%;}

body {
	background-color: #aecbde;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#wrapper {
	background-image: url(../images/content.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 970px;
	float: left;
	min-height: 570px;
	border: 1px solid #013480;
}


#wrapper2 {
	margin: 20px auto;
	width: 970px;
}


#head_start {
	background-image: url(../images/head_start.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 250px;
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 260px;
}

#menu1 {
	padding: 125px 0 0 68px;
	float: left;
}

ul {
	list-style-type: none;
}
.menu1_level1 a, menu1_level1 a:visited {
	text-decoration: none;
	color: #006fb9;
	font-size: 1em;
	letter-spacing: 1px;
	padding-bottom: 12px;
	display: block;
	width: 180px;
}

.menu1_level1 a:hover {	
	font-style:italic;
	outline: none;
	font-weight: bold;
}

.menu1_level1_act a, menu1_level1_act a:visited {
	text-decoration: underline;
	color: #006fb9;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 12px;
	display: block;
	width: 180px;
}

#leistungen {
	width: 260px;
	height: 120px;
	float: right;
	padding: 125px 430px 0 0;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #006fb9;
}

#content_start {
	background-image: url(../images/content_start.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 320px;
}

#main_content {
	width: 700px;
	float: right;
	padding: 10px 0px 10px 20px;
}

#main_content_text {
	padding: 5px 40px 0 25px;
}

#content_left {
	float: left;
}

#menu2 {
	padding: 10px 0 0 50px;
	width: 200px;
}

.menu2_level1 a, menu1_2evel1 a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	padding-bottom: 12px;
	display: block;
	width: 200px;
}

.menu2_level1 a:hover {	
	font-style:italic;
	outline: none;
	
}

.menu2_level1_act a, menu2_level1_act a:visited {
	text-decoration: underline;
	color: #fff;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 12px;
	display: block;
	width: 200px;
}

#adresse {
	padding: 15px 0 0 50px;
	width: 200px;
	font-weight: bold;
	font-style: italic;
	color: #013480;
	line-height: 1.5em;
}


/* +++++++++++++++++++++++++++++++++ SLIMBOX +++++++++++++++++++++++++++++++++++++++++*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

