/**** BASISGESTALTUNG ****/

body {
	background: url('../images/holzuntergrund.jpg') repeat #c96;
}

#zentriert {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#bild {
	width: 940px;
	height: 530px;
	background: #eee;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 20px 0px #555;
	box-shadow: 0px 0px 20px 0px #555;
}

#logo {
	width: 960px;
	height: 140px;
	position: absolute;
	top: 0;
}

#logo img {
	width: 444px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 258px;
  border: 0;
}

#menu {
	width: 960px;
	height: 60px;
	position: absolute;
	top: 515px;
}

#inhalt {
	width: 960px;
	position: relative;
	top: 600px;
}

#text {
	width: 600px;
	background: #fff;
	margin: 0;
	padding: 5px 20px 20px;
	float: left;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px #555;
	box-shadow: 0px 0px 20px 0px #555;
}

#eckeoben {
	background: url('../images/eckeoben.png') no-repeat;
	width: 47px;
	height: 44px;
	position: absolute;
	top: -5px;
	right: -5px;
}

#eckeunten {
	background: url('../images/eckeunten.png') no-repeat;
	width: 47px;
	height: 44px;
	position: absolute;
	bottom: -4px;
	left: -4px;
}

#kasten {
	width: 260px;
	background: #fff;
	margin: 0 0 0 40px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px #555;
	box-shadow: 0px 0px 20px 0px #555;
  float: left;
  position: absolute;
}
@media screen and (min-device-width: 1px) {
#kasten {
	margin: 0 0 0 680px;
  float: none;
    position: static;
}
}

.newsflash-vert { margin: 0; padding: 0; list-style: none; }
.newsflash-vert li ul { padding: 0 15px; }
.newsflash-vert li ul li { margin: 3px 0; list-style: disc; }

#kasten h3 {
	font-size: 0.8em;
	color: #fff;
	border-bottom: 1px dotted #92969B;
	margin: 0;
	padding: 0 0 10px 0;
}

.clear { clear: left; }

#foot {
	width: 920px;
	background: #fff;
	margin-top: 40px;
	padding: 30px 20px;
	position: relative;
  clear: left;
  height: 50px;
	-webkit-box-shadow: 0px 0px 20px 0px #555;
	box-shadow: 0px 0px 20px 0px #555;
}
@media screen and (min-device-width: 1px) {
#foot {
  height: auto;
}
}

#kubus {
	background: url('../images/kubus.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -16px;
	right: -20px;
}






/**** HAUPTMENÜ ****/

.menu {
	width: 620px;
	height: 60px;
	background: #fff;
	padding: 0 15px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px #555;
	box-shadow: 0px 0px 20px 0px #555;
}

.menu li {
	padding: 20px 10px;
	margin-top: 2px;
	list-style: none;
	float: left;
}

.menu a {
	text-decoration: none;
	color: #747c85;
	font-size: 16px;
}

.current a { color: #016793; }










/**** SCHRIFT ****/

body {
  font-size: 100.01%;
  font-family: Arial,Helvetica,Verdana,"Sans Serif";
  color: #747c85;
}

h1,h2,h3,h4,h5,h6,label { font-size: 1em; color: #016793; }

p,li {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #747c85;
}

a {
  font-size: 1em;
  text-align: left;
  color: #016793;
}

.blog ul { padding: 0 15px; }
.blog .item { margin: 20px 0; border-top: 1px solid #ccc; }
.blog em { color: #b9bdc2; }

#kasten h4 { margin: 0; }

#kasten p {
	font-size: 0.8em;
}

#kasten a {
	font-size: 0.8em;
	color: #016793;
	text-decoration: none;
}

#kasten p a { font-size: 1em; }

#foot { font-size: 0.8em; color: #747c85; }

#foot a {
	color: #016793;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}

/******            COOKIE HINT               ******/

#redim-cookiehint {
	padding: 15px 0;
	background: #016793;
}

#redim-cookiehint .cookiecontent ul{
	
	padding-left: 25px;
	
	padding-bottom: 10px;
}

#redim-cookiehint .cookiecontent {
	margin: 5px 20%;
	position:relative;
}

#redim-cookiehint .cookiebuttons {
	margin: 5px 20%;
	
	position:relative;
	float:left;
}


#redim-cookiehint .cookiebuttons .btn {
    background-color: #fff;
    color: #016793;
}

#redim-cookiehint .cookiebuttons .btn:hover {
		
}
