@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #97bf0d;
}

body {
	border-bottom: 5px solid #ffe004;
	font-family: 'Lato', sans-serif;  
	color: #666;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px;
	background-color: #fff;
	height: 100%;
}



/* ----------------->>>> S T R U K T U R  <<<<------------------ */

#rahmen {
	background-color: #FFF;
	width: 1000px;
	height: auto;
	margin: 10px auto;
	padding: 0 0 0 0;
}

#kopf {
	background-color: #ffe004;
	width: 1000px;
	height: 114px;
}

#nav {
	display: block;
	width: 1000px;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

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

#nav li {
	display: inline;
	margin-right: 2px;
}

#nav li a {
	color: #666;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	color: #111;
}

#nav li.active a {
	border-bottom: 3px solid #14b0d4;
}


/* ----------------->>>>  I N H A L T  <<<<------------------ */

#inhalt {
	display: block;
	background-image: url(../img/Hintergrund_Logo.png);
	background-repeat: no-repeat;
	width: 960px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#informationen {
	display: block;
	float: left;
	width: 600px;
	margin-top: 10px;
}

#informationen li {
	margin-left: 15px;
}

#spalte1 {
	display: block;
	position: relative;
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-right: 20px;
}

#spalte2 {
	display: block;
	position: relative;
	float: right;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
}


/* ----------------->>>>  R E C H T E   S P A L T E  <<<<------------------ */

#rechts {
	display: block;
	position: relative;
	float: right;
	font-size: 16px;
	line-height: 1.3em;
	margin: 10px;
	width: 260px;
	height: 520px;
}

#kontakt {
	background-color: #EEE;
	font-size: 16px;
	line-height: 1.3em;
	padding: 20px;
	width: 220px;
	height: 460px;
	
	/* für ältere Browser (2 Angaben) - immer vorher deklarieren */
	-webkit-box-shadow:	10px 10px 10px silver;
						
	-moz-box-shadow:	10px 10px 10px silver;
	
	box-shadow:			10px 10px 10px silver;

}

h1 {
	font-size: 24px;
	line-height: 1.5em;
}

h2 {
	font-size: 18px;
	line-height: 1.5em;
}

a {
	color: #14b0d4;
	text-decoration: none;
}

li {
	margin-left: 30px;
}

h3 a {
	font-size: 16px;
	line-height: 1.5em;
	color: #ff6633;
}

.bild {
	border: 2px solid #14b0d4;
}

.more {
	margin: 3px 0 0 0;
	font-size: 14px;
	display:block;
}


.clear {
	clear: both;
	padding: 0 0 0 0; /* damit Fuß nichts aus Inhalt überdeckt! */
}


