@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ol, ul {
    list-style: none outside none;
}
:focus {
    outline: 0 none;
}
table {
}
img {
    border: medium none;
}
html, body, #wrapper {
    /*border: medium none;
    height: 100%;*/
    margin: 0;
    padding: 0;
}

#wrapper {
	width: 986px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
}
#border {
	border: 2px solid #C7C7C7;
	width: 982px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	background-position: 0 200px;
}

/* -------- Header ---------*/

#header {
	background-image: url(../images/bg_head.png);
	background-repeat: repeat-x;
	height: 210px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
}
#head_left {
	float: left;
	width: 332px;
}
#head_right {
	margin:0px;
	padding:0px;
	border: 0;
	float: left;
	width:650px;
	height: 210px;/*204*/
}

/* -------- Spacer Top ---------*/

#spacer_top {
	padding:0px;
	margin:0px;
	height:29px;
}
.submenu, .languages {
color: #f86402;
letter-spacing: 1px;
padding: 0;
line-height:29px;
}
.languages {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.submenu {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 0px
}
.languages a:active, .languages a:link, .languages a:focus, .languages a:visited,
.submenu a:active, .submenu a:link, .submenu a:focus, .submenu a:visited { 
color: #787878;
text-decoration:none;
}

/* -------- Content ---------*/
#content_top {
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat-x;
	height:13px;
}
#content {
	width:982px;
	background-image: url(../images/bg_wrapper.png) !important;
	background-repeat: repeat-x !important;
}
#content_left {
	float: left;
	padding: 0px;
	margin: 0px;
	width:204px;
	background-image: url(../images/col1_bkg.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.col_adresse {
	margin: 10px;
	width:184px;
}
#content_right {
	float: left;
	width:720px;
	padding-top: 13px;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 30px;
}
#content_text {
	margin-bottom:50px;
	font-size:12px !important;
}
#content_text a:link {    color: #ED6F00;    text-decoration: none;}
#content_text a:visited {    color: #ED6F00;    text-decoration: none;}
#content_text a:active {    color: #0E4096;    text-decoration: none;}
#content_text a:hover {    color: #0E4096;    text-decoration: none;}
#content_text ul {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content_text ul li {
    background-image: url(../images/bg_listenpunkt.png) !important;
    background-position: 0 4px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 0 0 0 12px;
	margin-bottom: 8px;
}
.clearer {
    clear: both;
}

/* -------- Footer ---------*/

#footer {
border-top: 1px solid #c7c7c7;
color: #000131;
height: auto;
letter-spacing: 0;
margin: 0;
padding: 10px 0;
text-align: center;
width: auto;
font-size: 11px;
}
#footer a:active, #footer a:focus, #footer a:link, #footer a:visited {
color: #000131;
font-weight: bold;
text-decoration:none;
}
#footer span { color: #f76500; }

/**
 * 30 Jahre
 */
#y30-wrapper {
	background: url(../images/LLL-Banner-30-Jahre.jpg) no-repeat #000;
	background-size: 650px 210px;
    width: 650px;
    height: 210px;
    text-align: right;
    display: inline-block;
}
#y30 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-variant: small-caps;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffeeb4;
    position: relative;
    top: 25px;
    right: 0;
    width: 230px;
    display: inline-block;
}
#y30 h1{
    font-size: 18px;
    font-weight: normal;
}
#y30 a{
    color: #ffeeb4;
    text-decoration: none;
}