/* CSS Stylesheet für Monitor */


/* HTML5 */
nav, header, footer, section, article, menu, aside { display: block }
comment, source { display: none }

* { 
	margin: 0;
	padding: 0;
 }

 p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .6em;
 }

body { 
	background-color: #fff;
	color: #333333;
	font-family: 'Tahoma', Arial, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	/*background: url(../images/berge.jpg) no-repeat fixed center top #007EB8;
	background-image: url(../images/stripe.png);
	background-repeat: repeat;*/
	
	
	
 }
 

h1 { 
	font-size: 2em;
	color: maroon;
	font-weight: bold;
	font-family: Georgia, serif;
} 

a {
	color: maroon;
}

a:hover {
	text-decoration: none;
	color: #009EE0;
}

abbr {
	color: #666;
	border-bottom: 1px dotted #666;
	cursor: help;
}

abbr:hover {
	color: black;
	border-color: black;
}

strong {
	color:black;
}

blockquote {
	margin: .5em 2em;
	padding: .5em;
	border: 1px solid red;
	color: black;
}

#berge {
	background: url(../images/mh_hg.jpg) no-repeat fixed center top #007EB8;
}


#feuer {
	background: url(../images/fe_hg.jpg) no-repeat fixed center top #007EB8;
}

#wald {
	background: url(../images/wa_hg.jpg) no-repeat fixed center top #007EB8;
}

#galaxy {
	background: url(../images/pl_hg.jpg) no-repeat fixed center top #007EB8;
}


#kontakt {
	background: url(../images/ko_hg.jpg) no-repeat fixed center top #007EB8;
}



#struktur { 
	background: #FDFEFF;
	border: 1px solid #666;
	/*border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0 0px 15px 15px;		/*mozilla Ecken runden*/
	/*-webkit-border-radius: 0 0px 15px 15px;*/	/*chrome, safari Ecken runden*/
	width: 1000px;
	margin: 5% auto 0 auto;
	/*background-image: url(../images/hg.jpg);*/
	
 }
 
 #anfahrt {					/*article in Anfahrt*/
	width: 550px;
	margin-bottom: 50px;
}

 #beschreibung {				/*aside in Anfahrt*/
	width: 300px;
	margin-left: 30px;
	}
 
 #beschreibung  span {				/*aside in Anfahrt*/
	font-weight: bold;
	}
 
 /*Formatierung Kontaktformular*/
 
 #kontakt dl dt {
	float: left; /*dahinter rutscht alles nach*/
	clear: left;
	width: 150px;
	font-weight: bold;
	
 }
 
 #kontakt dl dd {
	float: left;
	margin-bottom: .5em;
 }
 
 #kontakt input[type=text], #kontakt select, #kontakt textarea {
	border: 2px solid #ccc;
	width: 300px;
	padding: 3px;
	background: #f8f8f8;
 }
 
 #kontakt input[type=text]:focus {
	background: white;
	color: #666;
 }
 
 #kontakt input[type=submit] {
	margin-left: 150px;
 }
 
 #kontakt textarea {
	height: 100px;
 }
 
 #claim {
	font-family: 'PT Serif Caption', serif;
	font-size: 2.5em;
	color: #F29400;
	position:relative;
	margin-left:340px;
	margin-top: -80px;
	height: 44px;
 }
 
 #copyright {
 	color: #666;
	font-size:.8em;
	font-family: 'Tahoma', Arial;
	text-align: center;
	clear: both;
	padding-top: 8px;
 }
 
 .logo {
	border: none;
	width: 200px;
	height: 97px;
	margin-top: 44px;
	margin-left: 60px;
 }
 
 
 header {
	height: 180px;
	background-image: url(../images/hgnav_2.jpg);
 }
 
 header h1 {
	margin-bottom: 0;
 }
 
 section { 
	min-height: 400px;
	padding: 1em 60px;
	padding-top: 50px;
	clear: both;
}

section h1{
	color: #0B6BE3;
	font-family: Tahoma;
}

section ul {
	margin-left: 20px;
}

section h2 {
	margin-top: 20px;
}

/* Beispiele für 3-spaltiges Layout */

menu {
	width: 170px;
	float: left;
	
}

menu ul {
	margin: .6em 2em 0 -20px;
	padding: 0;
	padding-top: 4px;
	list-style-type: none;
	
}

menu ul li a {
	
	color: #666;
	border-left: 12px solid #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
	padding-left: 4px;
	font-size: 1.1em;
	display: block;
	margin-bottom: 1px;
	
}

menu ul li a:hover {
	color: maroon;
	border-color: maroon;
}

menu ul li a.dieseSeite {
	color: blue;
	border-bottom: 1px solid maroon;
	border-left: 12px solid maroon;
}


article {
	width: 500px;
	float: left;
	font-size: 0.95em;
	margin-bottom: 30px;
}

article a {
	color: #333333;
}

aside {
	width: 250px;
	float: left;
	font-size: 0.95em;
	margin-left: 100px;
	margin-top: 46px;
}

aside a {
	color: #333333;
}

footer {
	clear: both;
	height: 200px;
	background-image: url(../images/footer1000.jpg);
	margin-top: 60px;
}


nav ul {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	height: 40px;
	background-color: #0DA3E2;
	margin: 0 0 2em 0;
	padding: 0;
	line-height: 36px;
}



nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0 20px;
}

nav ul li a {
	color: white;
	font-size: 1.3em;
	text-decoration: none;
	/*background-image: url(../images/smile2.png);*/
	background-repeat: no-repeat;
	padding-left: 40px;
	
}

nav ul li a:hover {
	color: #0B6BE3;
	/*background-image: url(../images/smile1.png);*/
}

nav ul li a.dieseSeite {
	color: #0B6BE3;
	text-decoration: underline;
	/*background-image: url (../images/smile1.png);*/
}


address {
	/*margin: .5em 20px;*/
	/*border-top: solid 2px #009EE0;*/
	
	float: left;
	font-style: normal;
	font-size: .8em;
	height: 131px;
	width: 281px;
	color: #0B6BE3;
	padding: 30px 0 0 60px;
	letter-spacing: 2px;
}

address ul li {
	list-style-type: none;
}

address a {
	text-decoration: none;
	color: #F29400;
}

address a:hover {
	text-decoration: underline;
	color: #009EE0;
}

#adresse_ch {
	
	font-style: normal;
	font-size: .9em;
	height: 138px;
	width: 281px;
	color: #333333;
	padding: 30px 0 0 0;
	letter-spacing: 2px;
	background-color: #D0E6F1;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	float: right;
	margin-top: 253px;
}

article address ul li {
	list-style-type: none;
}

article address a {
	text-decoration: none;
	color: #F29400;
}

article address a:hover {
	text-decoration: underline;
	color: #009EE0;
}

.graurand {
	border: 2px solid #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px #666;
	webkit-shadow: 5px 5px 5px #666;*/
}

.infobox {
border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	padding: 10px;
	border: 2px dotted #009EE0;
	float: right;
	margin: 0 3em 1.5em 2em;
}

.infobox legend {
	color: #009EE0;
	padding: 0 10px;
	font-size: 1.2em;
	background: #009EE0;
	color: white;
	border-radius: 5px;
}

.infobox:hover {
	border-color: #F29400;
	
}

.infobox:hover legend{
	background-color: #F29400;
	border-color: #F29400;
}

.wrapper {
	clear: both;
}

.wichtig {
	background-color: #7D5C27;
}



.meinetabelle {
	width: 600px;
	border: 1px solid white;
	border-collapse: collapse;
	color: #333333;
	caption-side: bottom;
	margin-bottom: 20px;
	
}	

.meinetabelle caption {
	text-align: left;
	font-variant: small-caps;
}

.meinetabelle th, .meinetabelle td {
	border: 1px solid white;
	padding: 5px;
} 

.meinetabelle th {
	background-color: #D1E7F2;
	color: #333333;
}

.meinetabelle td {
	background-color: #ccc;
	vertical-align: top;
}

.bildergalerie img {
	height: 250px;
	width: 250px;
	border: 2px solid #eee;
	margin-left: 63px;
	padding: 2px;
	background-color: #fff;
	border-radius: 0px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #999;*/
}

.bildergalerie img:hover {
	background-color: #ccc;
}


.bild_links {
	float: left;
	margin: 0 10px 10px 0;
}

.bild_rechts {
	float: right;
	margin: 0 0 10px 10px;
}

.bild_rahmen {
	border: 2px solid #666;
	border-radius: 8px;
}

.bild_schatten {
	box-shadow: 5px 5px 5px #999;
}

p.fehler {
	color: red;
}

.teaserbild {
	position: relative;
	top: -160px;
	left: 800px;
	z-index: 5;

}

.sharethis1 {
	display: inline;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}

.sharethis2 {
	float: right;
	margin-right: 850px;
	margin-top: 24px;
}
.footernav {
	width: 121px;
	float: left;
	padding-top: 30px;
	font-size: .8em;
}

.footernav ul li {
	list-style-type: none;
}

.footernav ul li a {
	text-decoration: none;
	color: #333333;
}

.footernav ul li a:hover {
	text-decoration: underline;
	color: #666;
}

footer h3 a {
	text-decoration: none;
	color: #333333;
}

footer h3 a:hover {
	text-decoration: underline;
	color: #666;
}

.aktuelles {
	float: left;
	margin-bottom: 30px;
	margin-right: 40px;
}

.news {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
}