body {
	position: relative;
	background: #eee;
/*	background-image: url("hinter2.png") ;*/
	background-repeat: repeat-x;
	background-position: 0px 300px;
	font-family: Calibri, Arial, Helvetica;
	font-size: 14px;
	color: #58585a;
	width: 960px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

header {
	background: #fff;
	width: 100%;
	height: 110px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 0px 0px 0px 0px;
}

#logo {
	float: left;
	clear: both;
	margin: 22px 0 0 3%;
	color: #58585a;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
}

header a#navlink {
	display: none;
	float: right;
	color: #cf5300;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	margin: 25px 20px 0 0;
}

.dropdown {
	background: #97b314;
	padding: 10px;
	color: #fff;
	position: absolute;
	width: 170px;
	display: none;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.dropdown a {
	float: left;
	clear: both;
	color: #fff;
	margin: 5px 0 5px 0;
}

.mitglied {
	margin: 34px 0 0 116px;
}

main {
	float: left;
	width: 100%;
	margin: 40px 0 20px;
	display: block;
}

article {
	background: #fff;
	overflow: hidden;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
}

h1 span {
	color: #cf5300;
}

p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

p.obj {
	margin: 0 0 0 50px;
}	

section {
	position: relative;
	width: 80%;
	float: left;
	padding-bottom: 2em; margin-bottom: 3px;
	box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
}

.spalte {
	margin: 30px 0px 0px 34px; padding: 0px 0px 10px; width: 277px; height: 480px;
}

/*section.spalte {
	width: 277px;
	height: 480px;
	margin: 30px 23px 0 34px;
	padding: 0px 0px 10px 0px;
}*/

aside {
	width: 18%;
	float: right;
}

section.spalte.foto h2{
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(224,60,31,0.85);
	border-bottom: 2px #009966;
	border-radius: 0 0 0 0;
	box-shadow: 0 3px 0 #cf5300;
}

section.spalte.video h2{
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(52,124,55,0.85);
	border-bottom: 2px #009966;
	border-radius: 0 0 0 0;
	box-shadow: 0 3px 0 #cf5300;
}

section.spalte.astro h2{
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(0,0,213,0.85);
	border-bottom: 2px #009966;
	border-radius: 0 0 0 0;
	box-shadow: 0 3px 0 #cf5300;
}

section.spalte.art h2{
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(119,66,81,0.85);
	border-bottom: 2px #009966;
	border-radius: 0 0 0 0;
	box-shadow: 0 3px 0 #cf5300;
}

section h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin: 14px 0 0 30px;
}

section p {
	margin: 14px 0 0 15px;
	font-weight: bold;
	font-size: 0.85em;
}

section a.button {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

section a.buttonlogin {
	position: absolute;
	color: #fff;
	background: green;
	bottom: 255px;
	right: 30px;
}

a.button {
	background: #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	/*box-shadow: 0 0 20px #cf5300 inset, 0 2px 1px rgba(0,0,0,0.2);*/
	color: #000;
	padding: 10px;
	border-radius: 5px;
}

a.button:hover, a.buttonlogin:hover {
	background: orange;
	color: white;
}

a.buttonlogin {
	background: #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	/*box-shadow: 0 0 20px #cf5300 inset, 0 2px 1px rgba(0,0,0,0.2);*/
	color: #000;
	padding: 10px;
	border-radius: 5px;
}

section form {
	position: relative;
}

section input {
	width: 197px;
	margin: 20px 25px 10px 30px;
	background: #58585a;
	border-radius: 4px;
	border: none;
	color: #bebebe;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}

form i {
	position: absolute;
	top: 30px;
	left: 20px;
	color: #bebebe;
}

.video {
	/*background: #fdfdfd url("logo.png") top no-repeat;*/
	margin-left: 0px;
}

.ansicht {
	/*background: #fdfdfd url("logo.png") top no-repeat;*/
	margin-left: 0px; width: 277px; min-height: 480px;
}


/*.foto {
	background: #fdfdfd url("logo.png") top no-repeat;
}

.astro {
	background: #fdfdfd url("logo.png") top no-repeat;
	margin: 30px 0 0 0;
}

.art {
	background: #fdfdfd url("logo.png") top no-repeat;
}*/
	
.angebot a {
	margin-top: 25px;
}

section ul {
	margin: 30px 0 0 15px;
	list-style: none;
}	

section li {
	font-size: 0.85em;
	font-weight: bold;
	margin: 10px 0 20px 10px;
}

section li i{
	color: #a4ba42;
}

a {
	color: #cf5300;
}

.box-schatten-links {
	background: yellow;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	left: -25px;
}	

.box-schatten-rechts {
	background: orange;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	left: -26px;
}	

#footer-p {
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0 0;
}	

#navigation ul ul {
		display: none;
}		
	
#navigation ul li:hover > ul {
	display: block;
}

#navigation	ul {
	list-style: none;
	position: absolute;
	display: inline-table;
	float: right;
	top: 60px;
	right: 7%;
}	
	
#navigation ul li {
	display: inline-block;
	position: relative;
}		

#navigation ul li:hover a, #navigation ul li:active a {
	background: orange;
	color: white;
	border-radius: 4px;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 10px;
}

#navigation ul li:hover a {
	color: #fff
}

#navigation ul ul {
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul li {
	display: block;
	float: none;
	position: relative;
}

#navigation ul ul li a {
	background: #97b314;
	color: #fff;
}

#navigation ul ul li a:hover {
		background: #d0ff00;
		color: gray;
}		

#second-nav {
	position: relative;
	float: left;
	margin: 50px 30px 0 0;
}

#second-nav li {
	list-style-type: none;
	background: #fff;
	border: 1px solid #666;
	border-bottom: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	float: left;
	padding: 10px 13px 10px 13px;
	margin-right: 5px;
	box-shadow: 3px 0px 2px rgba(50,50,50,0.75);
	font-size: 11px;
}

#second-nav li:hover {
	background: #97b314;
	color: gray;
}

#second-nav li:hover a {
	color: gray;
}	
	
#scnd-nav span {
	background-color: orange;
	width: 10px;
	height: 34px;
	position: absolute;
	margin: -11px 0 0 -23px;
}
			
footer {
	width: 96%;
	padding: 0px 2% 0 2%;
}

#social {
	float: left;
}	

#social li {
	margin: 0 20px 0 0;
	display: inline-block;
}

#fb {
	background: url("Logo.gif") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}	

#twitter {
	background: url("Logo.gif") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}	

#yt {
	background: url("Logo.gif") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}	

footer #copyright {
	float: right;
}

@media only screen and (max-width: 960px) {
body {
	width: 100%;
}
article {
	text-align: center;
	padding: auto;
}
article * {
	text-align: left;
}
.spalte {
	margin: 30px 5px 0px; vertical-align: top; float: none; display: inline-block;
}
}

@media only screen and (max-width: 660px) {

header a#navlink {
	display: block;
}		

nav#second-nav {
	position: relative;
}

nav#second-nav ul {
	display: block;
}

nav#second-nav ul ul {
	position: relative;
	z-index: 0;
}

main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0%;
}	

article section {
	width: 100%;
}
	
nav ul li {
	width: 90%;
}

article {
	padding: 30px 30px 30px 15px;
}

#navigation {
	float: left;
	clear: left;
	width: 90%;	
	padding: 0;
	margin: 0;
}	
		
#navigation ul {
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0%;
	width: 100%;
	clear: left;
}

#navigation li {
	display: block;
	padding: 0;
	margin: 0;
}	
}

		