@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/layout/bg.png) repeat-x;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	line-height: 130%;
}

a {
	text-decoration: underline;
	color: #003366;
}
a img {
	border: none;
}
p {	margin: 0 0 8px 0; }

#main {
	position: relative;
	overflow: hidden;
	width: 802px;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	top: 0;
	width: 802px;
	height: 138px;
}
#header h1 {
	position: absolute;
	top: 95px;
	left: 15px;
	color: #fff;
	margin: 0px;
	font-size: 16px;
	line-height: 110%;
	z-index: 2;
}
.header-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 802px;
	height: 138px;
	z-index: 1;
}


#content {
	position: relative;
	overflow: hidden;
	top: 15px;
	width: 802px;
}
#content-left {
	width: 240px;
	height: 587px;
	background: url(../img/layout/left-bg.jpg) no-repeat;
	float: left;
}
#content-right {
	width: 551px;
	min-height: 440px;
	float: right;
	background: url(../img/layout/right-bg.png) repeat-y;
}
.top-headline {
	width: 551px;
	height: 30px;
	padding: 25px 25px 0 25px;
	margin: 0;
	background: url(../img/layout/right-top.png) no-repeat;
	color: #fff;
	font-size: 18px;
}
.lauftext {
	width: 450px;
	margin: 15px 25px;
}

.lauftext h2 {
	font-size: 14px;
}

.lauftext h3 {
	font-size: 13px;
}

#menu {
	margin: 15px 0 0 3px;
	padding: 0;
	list-style: none;
}
#menu li {
	width: 218px;
	height: 18px;
	margin-top: 3px;
	padding-left: 15px;
	background: url(../img/layout/bg-link.png) bottom no-repeat;
}
.a_link {
	color: #fff;
	text-decoration: none;
}
.a_active {
	color: #fff;
	font-weight: bold !important;
	text-decoration: none;
}

#adresse {
	position: relative;
	width: 230px;
	margin: 45px auto 0 17px;
	color: #003366;
	margin-top /*\**/: 35px\9;
	font-size: 12px;
}
#adresse h1 {
	margin: 20px 0 3px 0;
	font-size: 15px;
}
#adresse p {
	margin: 0 0 12px 0;
}
#segel-setzen-logo {
	position: absolute;
	right: 25px;
	top: 45px;
}

.connect_widget_button_count_excluding table {display: none !important;}

.addthis_button_facebook_like iframe {
	width: 120px !important;
}
