/* BASIC */

/* globale Werte fuer Stile */

a {
	color:#e22284;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}/* CONTAINER */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #666666;
/*	background: url("../hintergrund/bg_1.jpg"); */
	background: url("../hintergrund/bg_1.jpg");
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #666666;
}

.maincontainer {
	position:relative;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	min-height:500px; 
/*	background-color: #CCCCCC; */
/*	background: url("../hintergrund/branchen.jpg");  */
}
.logolayer {
	position:absolute;
	top:25px;
	left:-85px;
	width: 310px;
/*	background-color: #999999; */
	background: url(seenlandlife_logo_310.png);
	height: 60px;
	background-repeat:no-repeat;
	z-index:10;
}

.menucontainer {
	position:relative; 
/*	background-color: #666666; */
	height: 23px;
	width: 100%;
	margin-top:40px;
}
.listencontainer {
	position:relative;
	float:right; 
	padding-top: 7px;
/*
	left:0px;
	top:100px;
*/
	width:205px;
	min-height:450px;
/**/
	margin-top:75px;
	margin-right: 5px;
/**/
/*	background-color: #999999; */
}
.funktionscontainer {
	position:relative;
	background-color: #cccccc;
	background: url(bg_weiss_90.png);
	float: right;
	min-height: 650px;
	width: 180px;
	margin-top:20px;
}
.contentcontainer {
	position:relative;
	background-color: #FFFFFF; 
	float: right;
	min-height: 650px;
	width: 465px;
	margin-top:20px;
	margin-right: 10px;
}
.preistabelle {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial,Helvetica;
}
.bruch {
	clear:both;
}
/* Menu */

.topmenu {
	position: relative; 
	float: right;
	width: 85px;
	height: 20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background: url(bg_weiss_90.png);
	margin-left:10px;
	cursor:pointer;
	color: #666666;
}
.topmenu:hover {
	background: url(bg_m_90.png);
	color: #ffffff;
}/* LISTEN */

.listenelement {
	position:relative;
	width: 190px;
	height: 40px;
	padding: 5px;
	margin-bottom:1.5px;
	background: url(kachel_200_50.png);
	color: #666666;
	overflow:hidden;
	cursor: pointer;
}
.listentext {
	height:38px;
	width:132px;
	font-size: 11px;
	overflow: hidden;
	float:left;
}
.listenelement:hover {
	background: url(kachel_200_50_m.png);
	color: #ffffff;
}
.listenthumb {
	width:45px;
	height:39px;
	float:left;
	padding-right:5px;
}
.listimagewrapper {
	width:50px;
	height:39px;
	float:left;
	margin-right:5px;
/*	background-color:#000000; */
	overflow:hidden;
}
.listenelement_klein {
	position:relative;
	float: right;
	width: 170px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	background: url(bg_weiss_90.png);
	color: #666666;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow:hidden;
	cursor: pointer;
}
.listenelement_klein_over {
	position:relative;
	float: right;
	width: 170px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	background: url(bg_m_90.png);
	color: #ffffff;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow:hidden;
	cursor: pointer;
}
.listenelement_klein:hover {
	color: #ffffff;
	background: url(bg_m_90.png);
}
.ev_monatsheader {
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #e22284;
}
.ev_eintragszeile {
	font-size: 10px;
	background: url(bg_weiss_90.png);
}
.ev_eintragszeile:hover {
	color: #ffffff;
	background: url(bg_m_90.png);
}
/* CONTENT */

/* BRANCHE */
/* globale Werte */
.br_adresslayer {
	position: relative;
	width: 450px;
	height: 45px;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	background-color:#dcdcdc;
}
.br_branche {
	position: relative;
	width: 220px;
	height: 35px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-valign: middle;
	color: #ffffff;
	background-color: #000000;
}
.br_homepage {
	position: relative;
	width: 225px;
	height: 35px;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	text-valign: middle;
	color: #e22284;
	background-color: #ffffff;
	overflow: hidden;
}
.br_info {
	position: relative;
	width: 220px;
	height: 50px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.br_firma {
	position: relative;
	width: 225px;
	height: 60px;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
	text-valign: middle;
	color: #ffffff;
	background-color: #000000;
}
.br_imagelayer {
	position: relative;
	float: left;
	width: 220px;
	height: 300px;
	padding-top: 20px;
	padding-right: 10px;
	text-align: left;
	background-color: #ffffff;
}
.st_menu {
	position: relative;
/*	float: left; */
	width: 445px;
	height: 26px;
	padding-left:20px;
	line-height:30px;
	text-align: left;
	vertical-align:middle;
	background-color: #ffffff;
}
.st_logolayer {
	position: relative;
/*	float: left; */
	width: 465px;
	height: 150px;
	padding-top: 5px;
	text-align: left;
	background-color: #ffffff;
}
.st_imagelayer {
	position: relative;
	float: left;
	width: 220px;
	height: 300px;
	padding-top: 17px;
	padding-right: 10px;
	text-align: left;
	background-color: #ffffff;
}
.ev_imagelayer {
	position: relative;
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: left;
	background-color: #ffffff;
}
.br_image {
	width:  220px;
	padding-bottom: 10px;
}
.br_textlayer {
	position: relative;
	float: left;
	width: 225px;
	min-height: 300px;
	padding-top: 25px;
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #ffffff;
}
.contenttext {
	font-family: Arial,Helvetica;
	font-size:11px;
}
.ku_titel {
	position: relative;
	width: 225px;
	height: 53px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	text-valign: middle;
	color: #ffffff;
	background-color: #000000;
}
.ku_adresslayer {
	position: relative;
	width: 450px;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	background-color:#dcdcdc;
}
.st_adresslayer {
	position: relative;
	width: 450px;
	height: 32px;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	background-color:#dcdcdc;
}
.ev_textlayer {
	position: relative;
	float: left;
	width: 225px;
	padding-top: 5px;
/*	padding-left: 10px; */
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #ffffff;
}
.ev_headertext {
	font-weight:bold;
}
.fu_map {
	position: relative;
	width: 180px;
	height: 240px;
	overflow: hidden;
}
.fu_input {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	width: 114px;
	border: 0px;
	padding: 3px;
	margin-bottom: 3px;
}
.fu_submit {
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #e22284;
	width: 120px;
	height: 23px;
	border: 0px;
	margin-top:5px;
	cursor: pointer;
}
.fu_submit:hover {
	color: #ffffff;
	background-color: #e22284;
}
.fu_select {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	width: 120px;
	height: 20px;
	border: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.fu_suchform {
	position: relative;
	font-family: Geneva;
	font-size: 9px;
	font-weight: bold;
	width:180px;
	margin-top: 30px;
	color: #333333;
}
.fu_suchlable {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 25px;
	height: 198px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
/*	padding-top: 25px; */
/*	padding-bottom: 25px; */
	background: #e22284;
/*	background: url(_label.jpg); */
}
.fu_suchlayer {
	position: relative;
	float: left;
	font-family: Arial,Helvetica;
	font-size: 10px;
	color:#666666;
	padding-left: 10px;
	min-height: 367px;
}
/* FUNCTION */
.listennav {
	position:relative;
	width: 190px;
	height: 25px;
	padding: 5px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	vertical-align: middle;
}
.listennav:hover {
/*	font-weight: bold; */
	color: #e22284;
}
.listennav_aktiv {
/*	font-weight: bold; */
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #e22284;
}
