* {
	margin: 0;
	padding: 0;
}    /* manche browser erzeugen automatisch einen abstand | durch die margin und padding 0 kein abstand */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	/*background-color: #666;*/
	background: #666 url(2009-06-13-Doellnitzbahn-24.jpg) no-repeat 0 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	/*Das Hintergrundbild am Browserfenster fixieren*/
	background-attachment:fixed;
}
	/* neue html5 Elemente */
header,nav,footer,aside,main,article,section {
	display: block;    /*für ältere browser*/
}
/*wrapper 
++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*kopfBereich der Webseite
+++++++++++++++++++++++++++++++++++++++++++*/
header {
	float: left;
	height: 250px;
	width: 1000px;
	/*background: #fff url(DBG-IK-038-1000x250.jpg) no-repeat 0 0;*/
}
header  h1 {
	font-size: 45px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 10px;
	text-shadow: -2px -2px 0 #333,
				  2px -2px 0 #333,
				 -2px  2px 0 #333,
				  2px  2px 0 #333;
}
header  h1 span {
	font-size: 60px;
	color: #900;
}
/* navigation im header (oben quer) */
.navH {
	clear: both;
	float: left;
	width: 1000px;
	padding: 12px 0;
	margin-left: 150px;
}
	/* alternativ auch ohne border-right, dann tranzparent */
.navH ul li {
	float: left;
	list-style-type: none;
	width: 173px;
	border-right: solid 1px #ccc;
	background-color: #efefef;
	border-radius: 10px;
}
	/* ganz rechten border löschen */
.navH ul li:nth-of-type(4) {
	border-right: none;
}
.navH ul li a {
	display: block;
	text-decoration: none;
	color: #00c;
	text-align: center;
	padding: 5px 0;
	font-size: 24px;
	font-weight: bold;
}
.navH ul li a:hover {
	color: red;
}
/* navigation auf der linken Seite ++++++++++++++++++++++++++++++++++++++++++++++++ */
nav {
	float: left;
	width: 130px;
	min-height: 320px; /*280*/
	padding: 10px;
	padding-top: 15px;
	background-color: #363;
	box-shadow: 0 0 10px #000 inset;
	/* Ecken im border
		1. oben links
		2. oben rechts
		3. unten rechts
		4. unten links (im Uhrzeigersinn) 
		           1.2.3. 4. */
	border-radius: 5px 0 0 5px;
}
nav ul {
	list-style-type: none;
	padding: 10px;
	border-radius: 10px;
	background-color: #efefef;
}
nav img {
	margin-top: 30px;
	border-radius: 10px;
}
nav p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding: 2px 5px;
	border-radius: 5px;
	color: #03f;
	box-shadow: 0 0 5px #ffc inset;
}
nav ul li a:hover {
	background-color: #03f;
	color: #fff;
}
/* das erste li bekommt andere Farben bei hover */
nav ul li:nth-of-type(1) a:hover {
	background-color: #c30;
	color: #ff0;
}
nav span {
	display: block; 
	color: #f93;
	text-align: right;
}
/* mainBereich - hier steht Inhalt ++++++++++++++++++++++++++++++++++++++++++++++++ */
main {
	float: left;
	width: 680px;
	min-height: 320px; /* wenns mal größer wird durch Text, ist größer */
	padding: 10px;
	background-color: #efefef;
	box-shadow: 0 0 10px #000 inset;
	border-radius: 0 0 5px 5px;
}
main h2 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* mainBereich - Formular +++++++++++++++++++++++ */
form {
	clear: both;
	float: left;
	width: 450px;
	border: solid 1px #333;
	box-shadow: 0 0 15px #000;
	padding: 10px;
	margin: 20px;
	margin-left: 100px;
	background-color: rgba(110,123,157,0.5);
}
span {
	font-size: 20px;
	color: #900;
}
main form p {
	padding: 3px;
	width: 300px;
}
main form label {
	width: 100px;
	display: inline-block;
	padding: 3px;
	text-align: right;
}
main form textarea {
	width: 200px;
	padding: 3px;
	margin-left: 110px;
}
/* sende button  */
main form input[type="submit"] {
	padding: 3px;
	font-weight: bold;
	color: #093;
	margin-left: 110px;
}
/* lösch button  */
 main form input[type="reset"] {
	padding: 3px;
	font-weight: bold;
	color: #cd0000;
}
.anrede {
	margin-left: 56px;
}
.agbH {
	margin-left: 40px;
}
.agbH mark {
	padding: 0 5px;  /* bei wert 0 ist px nicht notwendig */
}
.agbH a {
	text-decoration: none;
}
label::after {
	content:" *";
	color: #f00;
}
.anrede span {
	font-size: 12px;
	color: #f00;
}
.anrede input {
	margin: 0 10px;
}
.pff {
	padding-right: 100px;
	text-align: center;
}
.pff span {
	color: #f00;
}
main .sprungA {
	float: right;
	padding-top: 10px;
}
textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}
/* mainBereich - Impressum +++++++++++++++++++++++ */
.impr article section:nth-of-type(1) p {
	padding-left: 20px;
}
.impr hr{
	background-color: #000;
	height: 2px;
	margin: 5px;
}
.impr table {
	background-color: #ffc;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.impr table caption {
	background-color: #333;
	color: #ffc;   
	font-size: 18px;
	padding: 5px;
	border-radius: 10px 10px 0 0;
}
.impr table tr th {
	background-color: #333;
	color: #fff;
	padding: 5px;
}
.impr table tr td {
	padding: 3px 10px;
}
/* gerade Zeilen (even) ungrade (odd)  */
.impr table tr:nth-child(even) {
	background-color: #63b8ff;
}
.impr s  p {
	padding-left: 20px;
} 
/* Scrollbar für Impressum | 3. section */
.impr section:nth-of-type(3){
	height: 150px;
	overflow: auto;
	/*padding: 5px;*/
}
.impr section:nth-of-type(3) p{
	padding-left: 20px;
}
.impr mark {
	padding: 2px 5px;
	border-radius: 5px;
}
/* mainBereich - Startseite +++++++++++++++++++++++++++++++++++++++++ */
.bildG {
	clear: both;
	float: left;
	padding: 10px;
	cursor: pointer;
	width: 250px;
	height: 170px;
}
.bildG img:nth-of-type(1) {
	border: solid 1px #000;
}
.vt15 {
	float: left;
	width: 400px;
	height: 150px;
	background-color: #ffc;
	padding-top: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
.vt15 h3 {
	margin-left: 5px;
}
.vt15 p {
	font-size: 12px;
	margin: 5px;
	margin-right: 10px;
	padding-right: 5px;
}
/* großes Bild anzeigen */
.original {
	position: absolute;
	left: 365px;
	top: 160px;
	background-color: #333;
	padding: 10px;
	border: solid 5px #363;
	/*original Bild verstecken*/
	display: none;
}
/* bei hover großes Bild anzeigen */
.bild_VT15 .bildG:hover .original {
	display: block;
}
#startS section:nth-of-type(2) {
	clear: both;
	float: left;
	width: 650px;
	height: 120px;
	background-color: #ffc;
	padding: 5px;
	margin: 10px;
}
#startS section:nth-of-type(3) {
	clear: both;
	float: left;
	width: 650px;
	height: 80px;
	background-color: #ffc;
	padding: 5px;
	/* Abstand 
		oben / unten 0px
		rechts / limks 10px */
	margin: 0 10px;
}
#startS span {
	font-size: 20px;
	color: #900;
}
.bildG2 {
	clear: both;
	float: right;
	padding: 10px;
	cursor: pointer;
	width: 250px;
	height: 170px;
}
.bildG2 img:nth-of-type(1) {
	border: solid 1px #000;
}

.bildG2:hover .original {
	display: block;
}
.textlinks {
	float: left;
	background-color: #ffc;
	width: 320px;
	height: 120px;
	margin: 10px;
	padding: 25px;
}	




/* logo dampfbahn-route */
#schild {
	float: left;
	width: 150px;
	padding-left: 55px;
}
#schild img {
	padding-left: 15px;
	width: 80px;
	height: 80px;
}
#schild2 {
	float: left;
	width: 150px;
	padding-left: 5px;
	padding-top: 10px;
}
#schild2 img {
	padding-left: 15px;
	width: 80px;
	height: 80px;
}
/* der sprung nach oben ++++++++++ */
main .sprungS {
	float: right;
	padding-top: 60px;
}
main .sprung {
	float: right;
	padding-top: 2px;
}
main .sprungA a,main .sprung a,main .sprungS a {
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
}
/* Main Info Seite ++++++++++++++++++++ */
.info article h3 {
	margin-bottom: 5px;
}
.info span {
	font-size: 20px;
	color: #900;
}
.info article section {
	background-color: #ffc;
	padding: 10px;
	margin-top: 10px;
}
.info article section table {
	margin-left: 150px;
	padding: 5px;
	font-size: 14px;
	border-collapse: collapse;
}
/* table zeilen (tr) farbe geben
		even = grade
		odd  = ungrade zeilen*/
.info article section table tr:nth-child(even) {
	background-color: #9cf;
}
.info article section table tr:nth-child(odd) {
	background-color: #ccc;
}
.info article section table tr td {
	padding: 5px;
}
/* der sprung nach oben ++++++++++ */

/* aside auf der rechten Seite */
/* navigation auf der rechten Seite */
aside {
	float: left;
	width: 130px;
	min-height: 320px; /* wenns mal größer wird durch Text */ 
	padding: 10px;
	padding-top: 15px;
	background-color: #363;
	color: #efefef;
	box-shadow: 0 0 10px #000 inset;
	border-radius: 0 5px 5px 0;
}
aside p {
	font-size: 15px;
	font-weight: bold;
}
aside ul {
	list-style-type: none;
	padding: 10px 3px;
}
aside ul li a {
	display: block;
	text-decoration: none;
	color: #03f;
	text-align: center;
	font-weight: bold;
	padding: 5px 2px;
	margin-top: 10px;
	background-color: #efefef;
	border-radius: 5px;
}
/* ----- */
aside ul li:nth-of-type(4) a {
	color: #f0f;
}


/* hover = drüber (Luftkissenboot) */
aside ul li a:hover {
	color: #fff;
	background-color: #03f;
}
aside img {
	height: 40px;
	width: 40px;
	margin-top: 20px;
	border-radius: 10px 10px;
}
/* footer ++++++++++++++++++++++++++++ */
footer {
	clear: both;
	width: 960px;
	padding: 20px;
	/*background-color: #363;*/
	border-radius: 5px;
}
footer h3 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 10px;
	/* blauer rand um die Zeichen */
	text-shadow: -2px -2px 0 #03f,
				  2px -2px 0 #03f,
				 -2px  2px 0 #03f,
				  2px  2px 0 #03f;
	color: #efefef;
}
/* ein herz mit css zeichnen ++++++++++++++++++++++++ */
.herz {
	position: relative;
	margin-bottom: 100px;
	margin-left: 350px;
	padding-bottom: 20px;
}
.herz:before, .herz:after {
	content: "";
	position: absolute;
	left: 70px;
	top: 0;
	width: 70px;
	height: 120px;
	background-color: #f00;
	border-radius: 90px 70px 0 0;
	box-shadow: -10px 0 5px #fff inset, 0 -5px 5px #f00;  /* schatten 2 werte */
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	-moz-transform-origin: 0 100%; /* für ältere browser mozilla */
} 
.herz:after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
}



