
/**************************************************************************
 CONTAINER
**************************************************************************/
html{
	height: 100%;
	margin-bottom: 1px; 
	margin:0;
	padding:0;
	overflow-y: scroll;
}

*{box-sizing:border-box;}

body{
	margin:0;
	padding:0;
	height: 100%;
	background-color: #f6f7f8;
	font-family: "Trebuchet MS",Helvetica,Myriad,sans-serif;
	font-size: 14px;
}

#outerwrap{
	position: relative;
	height: 100%;
	min-height: 700px;
}

#innerwrap{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	max-width: 1000px;
	width:100%;
	min-height: 700px;
	height: auto!important;
	height: 700px;
	background-color: #ffffff;
	overflow: hidden;
}

#metawrap{
	position: relative;
	top: 20px;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 100px;
}

#head{
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../img/bg_head.jpg) no-repeat;
	background-position: 0px 45px;
	margin-bottom:50px;
}

#head div.line{
	position: absolute;
	z-index: 10;
	bottom: 10px;
	width: 100%;
	height: 5px;
	font-size: 0;
	background: url(../img/bg_headline.png) repeat-x;
}

#mainmenu{display:none;}

#container{
	padding-left:300px;	
}

#subnav{
	float: left;
	margin-left: -300px;
    width: 300px;
}


#content{
	float: right;
	width: 100%;
	padding-left:0px;
	padding-right:30px;
	padding-bottom: 30px;
	
}

#content img {
    border: 1px solid #e6e6e6;
    margin: 20px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: -3px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    padding: 3px;
	max-width: 100%;
}




/**************************************************************************
 GLOBAL
**************************************************************************/


p{
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.5em;
}

h1.logo{
	position: relative;
	top: 52px;
	left: 30px;
	margin:0;
	padding:0;
	border-bottom: none;
}


h1 span{
	display: none;
}

h2{
	font-family: "Arial";
	color: #111111;
    font-size: 1.6em;
    font-weight: 600;
	margin-bottom:0px;}

h3{
    font-size: 1.3em;
    font-weight: 600;
	color: #948663;
	line-height: 1.25;
	margin-top:5px;
}

h1{
	font-size: 1.1em;
    font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
}

.clear{
	clear: both;
}

img{
	border:none;	
}

a{
	color: #948663;	
	outline: none;
}

a:hover{
	color: #000000;
}

a:active{
  outline: none;
}

a:focus{
  outline: none;
}

a.pdf {
	background-image:url(../img/pdf-icon.gif) !important;
	padding-left:22px;
	background-repeat:no-repeat;
}

a.icon {
	background-repeat:no-repeat !important;
	margin-top:7px !important;
}

a.cta{
        background-color:#948663;
        border-radius:50px;
        color:#fff;
	padding:15px;            
}
a.cta:hover{
        color:#fff;
	background-color:#bcada6;            
}
     
div.line{
	background: url(../img/line.gif) no-repeat center;
	height: 20px;
}

hr{
	background: url(../img/line.gif) repeat-x center;
	height: 20px;
	border: none!important;
	margin-bottom:15px;
/*	margin-top:-30px; */
}

.center{
	text-align: center;
}

.mod_article{
	margin-bottom:30px;
}

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}





/**************************************************************************
 BOX
**************************************************************************/


.box{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 25px;
	background: url(../img/bg_box.jpg) no-repeat;
	background-position: bottom;
}

.box .border{
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
}

.box .border.topleft{
	top: -1px;
	left: -1px;
	background: url(../img/border_box_top_left.png);
}

.box .border.topright{
	top: -1px;
	right: -1px;
	background: url(../img/border_box_top_right.png);	
}

.box .border.bottomleft{
	bottom: -1px;
	left: -1px;
	background: url(../img/border_box_bottom_left.png);	
}

.box .border.bottomright{
	bottom: -1px;
	right: -1px;
	background: url(../img/border_box_bottom_right.png);	
}


.box img {
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-3px;
	color: #666666;
	font-weight: bold;
	text-align:center;
	padding:3px;
}

.box .caption{
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:10px;
	color: #666666;
	font-weight: bold;
	padding-left:3px;
	background-color:#E6E6E6;
	font-size:10px;
}

.box a.bildlink img{
	margin:3px;
	margin-bottom:0px;
}

.box a.bildlink{
	text-decoration: none;
}

.box a.bildlink:hover{
	color: #948663;
}

.box span.textback{
	background-color:#e6e6e6;	
	display:block;
	padding:3px;
	margin: -1px 3px 3px 3px;
	font-size:10px;
	text-align:left;
}

.box ul{
	list-style-image:url(../img/nav_double_arrow.png);
}

.box ul li{
	margin-top:3px;
}


.box img.noborder{
	padding:0px;
	border:none;	
	float:none;
}

div.noborder img{
	padding:0px;
	border:none !important;	
	float:none;
}




/**************************************************************************
 NAVIGATION
**************************************************************************/

#nav ul{
	list-style: none;
	position: absolute;
	top: 55px;
	left: 235px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0;
}

#nav ul li{
	float: left;
	margin-right: 35px;
}

#nav ul li a{
	text-decoration: none;
	color: #000000;
}

#nav ul li.active a{
	color: #948663;
}

#nav ul li.active span{
	color: #948663;
}

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


#subnav div div{
	
	padding-left: 25px;

	overflow: hidden;
}

#subnav div div ul{
	list-style: none;
	padding: 0;
	margin: 0;

}

#subnav div div ul li{
	display: inline;
}

#subnav div div ul li {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	/*background: url(../img/arrow.png) no-repeat;
	background-position: 0px 6px;*/
	background: url(../img/nav_separator.jpg) no-repeat;
	background-position: bottom;	
	min-height: 18px;
	/*font-weight: bold;*/
}

#subnav div div ul li.active a{
	color: #948663;
}

#subnav div div ul li.active strong{
	color: #948663;
}

#subnav div div ul li.active ul li a{
	color: #000000;
}

#subnav div div ul li ul li.active a{
	color: #948663;
}

#subnav div div ul li a:hover{
	color: #948663;
}

#subnav div div ul li a, #subnav div div ul li strong{
	background: url(../img/nav_double_arrow.png) no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	text-decoration: none;
}

#subnav div div ul li a:hover{
	color: #000000;
}

#subnav div div ul li ul li a, #subnav div div ul li ul li strong 
{
	font-size: 12px;
	padding: 3px 0 1px 20px;
}


#subnav div div ul li ul li a, #subnav div div ul li ul li strong{
	background: url(../img/nav_arrow.png) no-repeat;
	background-position: 3px 5px;
}


.meta{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.meta ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.meta ul li{
	display: inline;
	margin-left: 20px;
	font-size: 11px;
}

.meta ul li a{
	text-decoration: none;
	color: #948663;
}

/**************************************************************************
 CONTENT PRESSE
**************************************************************************/

.presse h3{
	width: 500px;
	float: left;
}

.presse h3 a{
	color: #000000;
	text-decoration: none;
}

.presse p.date{
	float: left;
	width: 50px;
	margin: 0;
	padding: 7px 0 0 10px;
}

p.more a{
	position: relative;
	left: 510px;
}

.presse_detail .back{
	text-align: center;
	margin-top: 30px;
}

#karte {
	height: 350px;
	padding-bottom: 30px;
}

.mod_newslist, .mod_newslist .block {

	/*overflow: visible!important;*/
}

.mod_newsreader {
	width: 810px;
	padding: 0 20px;
	margin-top: -20px;
}

.mod_newsreader h2 {
	margin-bottom: 15px;
}

.mod_newsreader h3 {
	padding-bottom: 7px;
}

.mod_newslist h1 a, .mod_newslist h2 a, .mod_newslist h3 a {
	text-decoration: none;
}

.mod_newslist .layout_latest h2  {
	margin-bottom: 15px;
}

.mod_newsreader img {
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-3px;
	color: #666666;
	font-weight: bold;
	text-align:center;
	padding:3px;
}

.mod_newsreader .caption{
	border:1px solid #e6e6e6;	
	margin:20px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:10px;
	color: #666666;
	font-weight: bold;
	padding-left:3px;
	background-color:#E6E6E6;
	font-size:10px;
}

.mod_newsreader .info {

	position: absolute;
	top: 5px;
	right: -230px;
}

.mod_newslist .info {

	position: absolute;
	top: 25px;
	right: 25px;
}

#fb_share{
	display:block;
	float:right;
	margin-right:35px;
	margin-top:-25px;
	opacity:0.5;
	filter: alpha(opacity = 50);
	text-decoration:none;
}




@media all and ( max-width: 900px ) {
	#nav ul{
		top:0;
		left:300px;
	}
	
	#nav ul li {
		float:none;
	}
}

@media all and ( max-width: 650px ) {
	#head{
		height:auto;
		margin-bottom:0;
	}
	
	#head div.line{
		position:static;
	}
	
	#subnav {
		float:none;
		width: 100%;
		margin-left:0;
		text-align: center;
	}
	#subnav div div ul li {
		background:none;
		padding: 2px 0 2px 0px;
	}
	
	#subnav div div{
		padding-left:0;	
	}
	
	#content {
	float:none;	
	padding-right: 0px;
	}
	
	#container{
		padding-left:0px;
		padding:10px;
	}
	
	#nav ul{position:static;
	
	}
	#nav ul li {
    margin-right: 0;
}
	
	#head{
		text-align:center;
	}
	
	h1.logo{position:static;
	padding:10px;}
}
