/* global styles */
body {
	margin:0;
	padding:0;
	background:#d7d0c7;

}

.clear {
    clear: both;
}

#header {
    height:0px;
}

#mainwrapper {
	background: url('../images/backgradient.jpg') center 0px repeat-y;
	margin:0 auto;
	border:1px solid #d7d0c7;
	width:918px;
	height:619px;
}

#main {
	position:relative;
	margin-top:20px;
	margin-left:20px;
	z-index:1;
	width:882px;
	height:550px;
}
#buttontext {
	position:absolute;
	top:35px;
	left:560px;
}

.aktuelles {
  top: 80px !important;
  left: 450px !important;
}

#logo {
	margin:5px;
	margin-left:3px;
	height:101px;
}

#mainmenu {
	position:relative;
	top:0;
	margin-top:70px;
}

#leftcol {
	margin-top:23px;
	width:160px;
	overflow:hidden;
	height:527px;
	float:left;
	background:white;
}

#rightcol {
	position:relative;
	z-index:1;
	width:715px;
	height:550px;
	float:right;
}

#content {
	position:relative;
	z-index:1;
	top:280px;
	left:60px;
	width:580px;
}
#content2 {
	position:relative;
	z-index:1;
	top:50px;
	left:60px;
	width:580px;
}


#footer {

}


#slidecontent{
	position:absolute;
	z-index:1;
}
#slidecontent div{
	width:580px;
	height:240px;
	float:left;
}


.slidemask{
	position:relative;
	width:580px;
	height:240px;
	overflow:hidden;
}


#slidecontent2{
	position:absolute;
	z-index:1;
}
#slidecontent2 .container {
	width:580px;
	height:350px;
	float:left;
}

#slidecontent2 .container p, #slidecontent2 .container a {
	font-size: 10px;
	line-height: 14px;
	font-family: Arial;
}


.slidemask2{
	position:relative;
	width:580px;
	height:350px;
	overflow:hidden;
}


span img{
	display:block;
	border:none;
}

.sinnstiftertest {
	padding-top:10px;
}

.sinnstiftertest table {
	margin-top:8px;
}

.sinnstiftertest table td {
	padding-left:10px;
}

#fit_overlay {
	display: none;
	background: url(/images/black60.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 60px 0 0 0;
	cursor: pointer;
}

#fit_overlay img {
	width: 100%;
	display: block;
	padding: 8px;
	background: #FFF;
}

#fit_overlay .center {
	width: 30%;
	margin: 0 auto;
}

#set_cookie,
#no_cookie {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
	float: left;
	margin: 0 auto;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}
