.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
*
{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

body
{
	background:#ecebe6;
	color:#4d5b62;
	font-size:11px;
	font-family:arial;
	text-align:center;
}



/************************************************************************************
elements
************************************************************************************/

a
{
	text-decoration:none;
	color:#393939;
	
	color:#006394;
}



img
{
	display:block;
}




figure,
p,
ul,
ol
{
	margin:10px 20px;
}

p
{
	line-height:135%;
}

ul
{
	padding:0 0 0 13px;
	list-style-type:square;
}

ul li
{
	line-height:135%;
	padding:5px 0;
	
}

ol
{
	
}

ul li
{
	line-height:135%;
	padding:5px 0;
}

hr
{
	display:block;
	height:1px;
	margin:15px 20px;
	background:url(/files/layout/img/vkpunktline.gif) left center repeat-x;
}


/************************************************************************************
classes
************************************************************************************/

.c
{
	clear:left;
}

.cb
{
	clear:both;
}

/************************************************************************************
grid
************************************************************************************/

/* e0e6e9 */

.sc-first
{
	margin:0 0 0 -230px !important;
	width:auto;
	float:none;
	padding:0;
	float:left;
	width:100%;
	background:url(/files/layout/img/hzpunktline.gif) right top repeat-y;
	
}

.sc-last
{
	width:205px;
	float:left;
	background:url(/files/layout/img/hzpunktline.gif) left top repeat-y;
	position:relative;
	left:-1px;
}

.sc-first h1,
.sc-first h2,
.sc-first h3,
.sc-first p,
.sc-first ul,
.sc-first ol,
.sc-first pre,
.sc-first hr
{
	margin-left:250px !important;
}


h1.sc-first {
	margin:20px 0 10px 10px !important;
}




/************************************************************************************
headlines
************************************************************************************/

h1
{
	font-size:16px;
	font-weight:400;
	font-family:Arial Narrow;
	margin:10px 20px 20px 20px;
}

#teaser h1
{
	margin-top:20px;
	margin-bottom:10px;
}

h2
{
	font-size:15px;
	font-weight:700;
	margin:10px 20px 20px 20px;
}

h3
{
	font-size:11px;
	font-weight:700;
	margin:10px 20px;
}


/************************************************************************************
sizes
************************************************************************************/

body.size-2,
body.size-2 label
{
	font-size:15px;
}

body.size-2 h1,
body.size-2 #teaser h1
{
	font-size:20px;
}

body.size-2 h2
{
	font-size:19px;
}

body.size-2 h3
{
	font-size:15px;
}

body.size-3,
body.size-3 label
{
	font-size:19px;
}

body.size-3 h1,
body.size-3 #teaser h1
{
	font-size:24px;
}

body.size-3 h2
{
	font-size:23px;
}

body.size-3 h3
{
	font-size:19px;
}

.content-gallery > ul { 
	list-style-type:none;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.content-image figure {
	padding-top: 20px !important;
	padding-bottom: 10px;
}
/************************************************************************************
sitemap
************************************************************************************/

.mod_sitemap ul
{
	padding:0;
	list-style-type:none;
}

/************************************************************************************
downloads
************************************************************************************/

dl.downloads
{
	margin:10px 20px 20px 20px;
}

dl.downloads dt,
dl.downloads dd
{
	background:#eff1f3;
	height:30px;
}

dl.downloads dt
{
	margin:0 121px 1px 0;
}

dl.downloads dt span
{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	
	
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

dl.downloads dd
{
	float:right;
	width:120px;
	margin:0 0 1px 0;
}

dl.downloads dd a
{
	display:block;
	line-height:30px;
	height:30px;
	padding:0 10px;
}

dl.downloads dd img
{
	float:left;
	height:18px;
	width:18px;
	margin:6px;
}

/************************************************************************************
gallery
************************************************************************************/

.ce_gallery ul
{
	list-style-type:none;
	margin-left:0;
	margin-right:0;
}















label
{
	display:block;
	line-height:21px;
	font-size:11px;
}

label em
{
	font-style:normal;
	color:#f00;
	padding:0 0 0 3px;
	font-size:10px;
}

form
{

	margin:20px 0;
}

.widget
{
	max-width:400px;
	margin:10px 20px;
}

.widget-text input,
.widget-textarea textarea
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	padding:2px 3px;
	width:100%;
	border:1px solid #000;
}

.widget-text label
{
	float:left;
	width:140px;
	margin:0 10px 0 0;
}

.widget-text .widget-content
{
	margin-left:150px;
}


.widget-textarea
{
	padding:0 0 20px 0;
}

.widget-textarea textarea
{
	resize:none;
	height:150px;
}

.widget-text.error  input,
.widget-textarea.error  textarea
{
	border-color:#f00;
}

p.error
{
	color:#f00;
}

.submit
{
	margin:30px 20px 20px 20px;
}

.submit input
{
	padding:7px 20px;
	border:1px solid #000;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	border-radius:0;
	font-size:12px;
	background:#fff;
	color:#000;
	
	float:left;
	margin:0 10px 0 0;
}

.widget-plz
{
	width:200px;
	float:left;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

.widget-ort
{
	margin-left:230px;
	max-width:190px;
}

.widget-ort .widget-content
{
	margin:0;
}

.widget-ort label
{
	display:none;
}



/************************************************************************************
header
************************************************************************************/

#header
{
	height:90px;
	position:relative;
	display:block;
}

#logo
{
	display:block;
	height:80px;
	width:320px;
	margin:0 10px;
}

/************************************************************************************
layout
************************************************************************************/

#wrapper
{
	text-align:left;
	margin:0 auto;
	max-width:1200px;
	padding:40px 0;
}

#main
{
	background:#fff;
	padding:30px 20px 20px 20px;
	margin:0 20px 0 195px;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	overflow:hidden;
	display:block;
}


/************************************************************************************
navigation
************************************************************************************/

#nav
{
	float:left;
	width:150px;
	margin:0 25px 0 20px;
	display:block;
}

#nav a
{
	color:#393939;
	display:block;
	padding:12px 0;
	overflow:hidden;
	text-overflow:ellipsis;
}

#nav ul
{
	padding:0;
	list-style-type:none;
	margin:0;
}

#nav ul li
{
	padding:0 0 1px 0;
	background:url(/files/layout/img/nav-li.gif) left bottom no-repeat;
}

#nav ul li a
{
	background:url(/files/layout/img/pfeil1.gif) right center no-repeat;
}

#nav ul li a:hover
{
	color:#000;
}

#nav ul ul
{
	padding:1px 0 0 0;
	background:url(/files/layout/img/nav-li.gif) left top no-repeat;
	position:relative;
	top:-2px;
}

#nav ul ul li
{
	background:none;
	padding:0;
}

#nav ul ul li a
{
	background:url(/files/layout/img/pfeil2.gif) left center no-repeat;
	padding:12px 0 12px 13px;
}

#nav ul ul li a.active
{
	color:#000;
	font-weight:700;
}

/************************************************************************************
topnav
************************************************************************************/

#topnav
{
	background:#f8f8f9;
	height:30px;
	line-height:30px;
	padding:0 10px;
	text-align:right;
	margin:0 0 20px 0;
}

#topnav a
{
	color:#4d5b62;
}


/************************************************************************************
teaser
************************************************************************************/

#teaser
{
	background:#f8f8f9;
	margin:0 0 20px 0;
	overflow:hidden;
}

#teaser .sc-last figure
{
	margin-top:0;
	margin-bottom:0;
}

#teaser .sc-last figure img
{
	margin:0 auto;
}

#teaser .sc-last
{
	display:table-cell;
	vertical-align:middle;
}

#teaser .block
{
	padding:10px 0;
}

/************************************************************************************
pagination
************************************************************************************/

.pagination ul
{
	list-style-type:none;
	float:left;
	padding:0;
	margin-left:12px;
	margin-top:0;
}

.pagination ul li
{
	float:left;
	height:30px;
	padding:0;
}

.pagination ul li.c
{
	float:none;
	clear:left;
	height:auto;
}

.pagination ul li a,
.pagination ul li span
{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 8px;
	text-align:center;
}

.pagination ul li a
{
	color:#aaa;
}

.pagination a:hover
{
	color:#4d5b62;
}

.pagination p
{
	float:right;
}

/************************************************************************************
fontsize
************************************************************************************/

#size
{
	position:absolute;
	bottom:10px;
	right:20px;
	height:30px;
	line-height:30px;
}

#size span
{
	float:left;
	height:30px;
}

#size a
{
	float:left;
	height:30px;
	padding:0 5px;
	color:#aaa;
	cursor:pointer;
}

#size a.size-1
{
	font-size:11px;
}

#size a.size-2
{
	font-size:15px;
}

#size a.size-3
{
	font-size:19px;
}

body.size-1 #size a.size-1,
body.size-2 #size a.size-2,
body.size-3 #size a.size-3,
#size a:hover
{
	color:#4d5b62;
}
.invisible{
	visibility:hidden;
	display:none;
}





