/* Bereiche */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color:#EFF2F7;*/
	font-family: Verdana, arial, sans-serif;
}

#wrapper {
	background-image:url(../images/container_bg_mitte.png);
	background-position: right top;
	background-repeat: repeat-y;
	text-align:left;
	position:relative;
	margin-top: 12px;
	margin-bottom: 12px;
}
#header {
	background-image:url(../images/lundb_banner.jpg);
	background-position: 426px top;
	background-repeat: no-repeat;
	background-color:#ffffff;
	position:relative;
	border-bottom: 1px dashed gray;
}

#footer {
	background-color:#ffffff;
	background-image:url(../images/container_bg_unten.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 32px;
	color:#98A7B0;
	font-size:9px;
	text-align:right;
         margin-top:-18px;
}

#container {
	background-image:url(../images/container_bg_oben.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div#container.protected {
	background-image:url(../images/container_bg_oben_protected.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div#container.protected #main h1 {
	margin:44px 0px 18px;
}

#main {
	padding: 24px 24px 24px 48px;
	font-size: 13px;
	line-height: 20px;
	color:#697A80;

}

#main img {
        margin:0pt;
}

#main div.csc-textpic-clear {
	display:none;
}

#left {
	font-size: 13px;
	position:relative;
	line-height: 20px;
}

#right {
	padding-top:24px;
	position:relative;
	font-size: 13px;

}

#right div.rightbox {
	background-color:#98A7B0;
	margin-bottom:4px;
	margin-left:12px;
	width:176px;
	padding: 4px 12px 4px 12px;
}

#right div.first {
	background-image:url(../images/right_first_bg.png);
	background-repeat:no-repeat;
	background-position: right top;
}

#right div.last {
	background-image:url(../images/right_last_bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}

#logo {
	position:absolute;#
	z-index:100;
	top:10px;
	left:10px;
}

/* Defaults */

a img {
	border: 0px;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#3BA5DD;
}

a:hover {
	text-decoration:underline;
}

/* Horizontale Navigation */

#navi_horizontal_div {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	position:absolute;
	z-index:50;
	bottom:0px;
	left:0px;
	width:980px;
	color:#697A80;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#navi_horizontal_div a, #navi_horizontal_div a:link, #navi_horizontal_div a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	color:#697A80;
}

#navi_horizontal_div a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:underline;
	color:#3BA5DD;
}

#navi_horizontal_ul {
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 0px;
}

li.navi_horizontal_li {
	display:inline;
	margin-left:16px;

}

/* Vertikale Navigation */

#navi_vertical_div {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#697A80
}

#navi_vertical_ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:35px 0px 0px 0px;

}

li.navi_vertical_li {
	margin:0px 0px 12px 0px;
}

#navi_vertical_div a, #navi_vertical_div a:link, #navi_vertical_div a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	color:#697A80;
}

#navi_vertical_div a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:underline;
	color:#3BA5DD;
}


#navi_vertical_div li.active a, #navi_horizontal_div li.active a {
	color:#3BA5DD;
}