* {           
    margin: 0;
    padding: 0;
}

/* Html */
html {
	 background-color: #CAAFAF;
     /* background: url(../photos/600D_04254g2.jpg) no-repeat center center fixed; */
     /* -webkit-background-size: cover; */ /* Safari, Chrome */
     /* -moz-background-size: cover; */ /* Firefox */
     /* -o-background-size: cover; */ /* Opera */
     /* background-size: cover; */ /* IE, W3C Standard */
}
/* Html Ende*/

/* Body */
body {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 100%;
}
/* Body Ende*/

/* Wrapper */
.wrapper {
    display: block;
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
    background-color: #E7EEEE;
    position: relative;
    text-align: left;
    border-width: 10px;
    /* opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    border-style: solid;
    border-color: #7B002C;
    border-radius: 10px;
}
/* Wrapper Ende */

/* Kopfbereich */
.kopfbereich {
    display: block;
    overflow: hidden;
    position: relative;
    width: 1280px;
}
.kopfbereich h1 {
    position: inherit;
/*     width: 1280px; */
    background-color: #606060;
    color: #FFFF88;
    padding: 7px 0px 10px 0px;
    text-align: center;
    /* text-decoration: blink; */
	text-shadow: 0px 6px 6px #75EB00;
    font-size: 32px;
    font-style: oblique;
    font-weight: bold;
    /* border-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #7B002C; */
}
.kopfbereich p {
    position: inherit;
/*     width: 1280px; */
    background-color: #606060;
    color: #FFFF88;
    padding: 10px 0px 10px 0px;
    text-align: center;
    /* text-decoration: blink; */
	text-shadow: 0px 6px 6px #75EB00;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
    /* border-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #7B002C; */
}
.kopfbereich img {
    display: block;
/*     height: 190px; */
/*     width: 1250px; */
    margin: 10px auto 10px;
    /* border-width: 2px;
    border-style: solid; */
    border-color: #7B002C;
    border-radius: 10px;
}
/* Kopfbereich Ende*/

/* Steuerung oben */
.steuerungoben{
	display: block;
	overflow: hidden;
	position: relative;
	/* border-width: 3px;
	border-top-style: solid;
    border-top-color: #7B002C;
	border-bottom-style: solid;
    border-bottom-color: #7B002C; */
}
.steuerungoben li{
	width: 320px;
	position: inherit;
   	/* border: 1px solid #E7EEEE; */
    text-align: center;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
.steuerungoben li a {
	display: block;
	background-color: #606060;
    color: #FFFF88;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font: 18px arial, sans-serif;
	font-style: oblique;
	white-space: nowrap;
}
.steuerungoben li a:hover {
	background-color: #3B7E00;
    font-weight: bold;
}
.steuerungoben li p{
	display: block;
	background-color: #7B002C;
	color: #FFFF88;
	padding: 5px 0px 5px 0px;
	font: 18px arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
#auswahloben a {
	background-color: #7B002C;
	/* color: #FFFF88; */
	font-weight: bold;
    /* white-space: nowrap; */
}
#auswahloben a:hover {
	background-color: #3B7E00;
    font-weight: bold;
}
#auswahloben p {
	/* background-color: #7B002C;
	color: #FFFF88; */
	font-weight: bold;
    /* white-space: nowrap; */
}
/* Steuerung oben Ende */

/* Steuerung links */
.steuerunglinks{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 10px 12px 10px 12px;
	float: left;
    border-width: 3px;
    border-style: solid;
    border-color: #7B002C;
	border-radius: 10px;
}
.steuerunglinks li{
	width: 200px;
	position: inherit;
   	/* border: 1px solid black; */
    text-align: center;
	list-style-type: none;
	white-space: nowrap;
}
.steuerunglinks li a {
	display: block;
	/* background-color: #f0f0f0; */
	color: #5d5d5d;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font: 16px/1 arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
.steuerunglinks li a:hover {
	background-color: #3B7E00;
	color: #FFFF88;
    font-weight: bold;
}
.steuerunglinks li p{
	display: block;
	/* background-color: #f0f0f0; */
	color: #5d5d5d;
	padding: 5px 0px 5px 0px;
	font: 16px/1 arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
#toplinks p {
	background-color: #606060;
	color: #FFFF88;
	font: 18px/1 arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #7B002C;
	white-space: nowrap;
}
#auswahllinks p {
	background-color: #7B002C;
	color: #FFFF88;
	font-weight: bold;
	white-space: nowrap;
}
/* Steuerung links Ende */

/* Steuerung rechts */
.steuerungrechts{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 10px 12px 10px 12px;
	float: right;
    border-width: 3px;
    border-style: solid;
    border-color: #7B002C;
	border-radius: 10px;
}
.steuerungrechts li{
	width: 200px;
	position: inherit;
   	/* border: 1px solid black; */
    text-align: center;
	list-style-type: none;
	white-space: nowrap;
}
.steuerungrechts li a {
	display: block;
	/* background-color: #f0f0f0; */
	color: #5d5d5d;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font: 16px/1 arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
.steuerungrechts li a:hover {
	background-color: #3B7E00;
	color: #FFFF88;
    font-weight:bold;
}
.steuerungrechts li p{
	display: block;
	/* background-color: #f0f0f0; */
	color: #5d5d5d;
	padding: 5px 0px 5px 0px;
	font: 16px/1 arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
#toprechts p {
	background-color: #606060;
	color: #FFFF88;
	font: 18px/1 arial, sans-serif;
	font-style: oblique;
	font-weight:bold;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #7B002C;
	white-space: nowrap;
}
#auswahlrechts p {
	background-color: blue;
	color: #FFFF88;
	font-weight:bold;
	white-space: nowrap;
}
/* Steuerung rechts Ende */

/* Aside links */
.asidelinks {
    display: block;
    overflow: hidden;
    top:276px;
    width:200px;
    /* height:100px; */
    /* background-color: #f0f0f0; */
    float: left;
    margin: 10px 0px 10px 12px;
    border-width: 3px;
    border-style: solid;
    border-color: #7B002C;
    border-radius: 10px;
}
.asidelinks img {
    display: block;
/*     width: 140px; */
    margin: 10px auto 10px;
/*     border-width: 2px;
    border-style: solid; */
    border-color: #7B002C;
    border-radius: 10px;
}
/* Aside links Ende */

/* Aside rechts */
.asiderechts {
    display: block;
    overflow: hidden;
    top:276px;
    width:200px;
    /* height:100px; */
    /* background-color:#f0f0f0; */
    float: right;
    margin: 10px 12px 10px 0px;
    border-width: 3px;
    border-style: solid;
    border-color: #7B002C;
    border-radius: 10px;
}
.asiderechts img {
    display: block;
/*     width: 120px; */
    margin: 10px auto 10px;
    /* border-width: 2px;
    border-style: solid; */
    border-color: #7B002C;
    border-radius: 10px;
}
/* Aside rechts Ende */

/* Inhalt */
.inhalt {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 230px 10px 230px;
    /* white-space: nowrap; */
    /* border-width: 3px;
    border-style: solid;
    border-color: #7B002C; */
}
.inhalt h1 {
    color: #000065;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 24px;
    font-style: oblique;
    white-space: nowrap;
}
.inhalt h2 {
    color: #000065;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-style: oblique;
    white-space: nowrap;
}
.inhalt h3 {
    color: #000065;
    font-size: 20px;
    font-style: oblique;
    white-space: nowrap;
}
.inhalt p {
    color: #000065;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    font-style: oblique;
    font-weight: bold;
    /* white-space: nowrap; */
}
.inhalt ul {
    display: block;
    overflow: hidden;
}
.inhalt li {
    position: inherit;
    margin: 0px 0px 10px 50px;
    text-align: left;
    list-style-type: circle;
    white-space: nowrap;
}
.inhalt hr {
    background-color: #7B002C;
    color: #7B002C;
    height: 3px;
    width: 100%;
}
#nojava p {
    color: #FF0000;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    font-style: oblique;
    white-space: nowrap;
}
#inhaltblau p {
    color: #000065;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    /* white-space: nowrap; */
}
#inhaltblaufett p {
    color: #000065;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    /* white-space: nowrap; */
}
#inhaltrotfett h2 {
    color: #DC2E45;
    padding: 10px 0px 10px 0px;
    text-align: left;    
    font-size: 18px;
    font-weight: bold;
}
#inhaltrotfett p {
    color: #DC2E45;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    /* white-space: nowrap; */
}
/* Inhalt Ende*/

/* Inhalt2 */
.inhalt2 {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 230px 10px 230px;
    clear: both;
    /* white-space: nowrap; */
    /* border-width: 3px;
    border-style: solid;
    border-color: #7B002C; */
}
.inhalt2 h2 {
    color: #000065;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-style: oblique;
    white-space: nowrap;
}
.inhalt2 hr {
    background-color: #7B002C;
    color: #7B002C;
    height: 3px;
    width: 100%;
}
/* Inhalt2 Ende*/

/* Inhalt Spruch*/
.spruch {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 230px 10px 230px;
    clear: both;
    /* white-space: nowrap; */
    /* border-width: 3px;
    border-style: solid;
    border-color: #7B002C; */
}
.spruch h1 {
    color: #000065;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 24px;
    font-style: oblique;
    white-space: nowrap;
}
.spruch h2 {
    color: #DC2E45;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    font-style: oblique;
    white-space: nowrap;
}
.spruch p {
    color: #000000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
    font-style: oblique;
    font-weight: bold;
    /* white-space: nowrap; */
}
.spruch hr {
    background-color: #7B002C;
    color: #7B002C;
    height: 3px;
    width: 100%;
}
/* Inhalt Spruch Ende*/

/* Inhalt abschied*/
.abschied {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 230px 0px 230px;
    clear: both;
    /* white-space: nowrap; */
    /* border-width: 3px;
    border-style: solid;
    border-color: #7B002C; */
}
.abschied h1 {
    color: #000065;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 24px;
    font-style: oblique;
    white-space: nowrap;
}
.abschied h2 {
    color: #000065;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 20px;
    font-style: oblique;
    white-space: nowrap;
}
.abschied p {
    color: #7B002C;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    font-style: oblique;
    font-weight: bold;
    /* white-space: nowrap; */
}
.abschied hr {
    background-color: #7B002C;
    color: #7B002C;
    height: 3px;
    width: 100%;
}
/* Inhalt abschied Ende*/

/* Fotogalerie */
	.fotogalerie {
    display: block; 
	position: relative;
	/* margin: 10px 0px 0px 0px; */
    /* border-width: 3px;
    border-top-style: solid;
    border-top-^color: #7B002C;
    border-radius: 10px; */
}	
	.fotogalerie li{
	display: block;
	width: 240px;
	height: 240px;
	position: inherit;
	/* text-align: left; */
	float: left;
	list-style-type: none;
	white-space: nowrap;
/* 	margin: 10px 0px 0px 0px; */
    border-width: 1.5px;
    border-style: solid;
    border-color: #8E8E8E;
    /* border-radius: 10px; */
}
    #fotohoch img {
    margin: 2.5px 0px 0px 41.5px;
    /* border-width: 2px;
    border-style: solid;
    border-color: #7B002C; */
    border-radius: 10px;
}
    #fotohoch img:hover {
    margin: 0.5px 0px 0px 39.5px;
    border-width: 2px;
    border-style: solid;
    border-color: #7B002C;
}
    #fotoquer img {
    margin: 41.5px 0px 0px 2.5px;
    /* border-width: 2px;
    border-style: solid;
    border-color: #7B002C; */
    border-radius: 10px;
}
    #fotoquer img:hover {
    margin: 39.5px 0px 0px 0.5px;
    border-width: 2px;
    border-style: solid;
    border-color: #7B002C;
}
    #foto41oben {
    margin: 0px 0px 0px 35.25px;
}
    #foto42oben {
    margin: 0px 10.25px 0px 10.25px;
}
    #foto43oben {
    margin: 0px 0px 0px 0px;
}
    #foto44oben {
    margin: 0px 0px 0px 10.25px;
}
    #foto41 {
    margin: 10.25px 0px 0px 35.25px;
}
    #foto42 {
    margin: 10.25px 10.25px 0px 10.25px;
}
    #foto43 {
    margin: 10.25px 0px 0px 0px;
}
    #foto44 {
    margin: 10.25px 0px 0px 10.25px;
}
    #foto51oben {
    margin: 0px 0px 0px 12px;
}
    #foto52oben {
    margin: 0px 10.25px 0px 10.25px;
}
    #foto53oben {
    margin: 0px 0px 0px 0px;
}
    #foto54oben {
    margin: 0px 10.25px 0px 10.25px;
}
    #foto55oben {
    margin: 0px 0px 0px 0px;
}
    #foto51 {
    margin: 10.25px 0px 0px 12px;
}
    #foto52 {
    margin: 10.25px 10.25px 0px 10.25px;
}
    #foto53 {
    margin: 10.25px 0px 0px 0px;
}
    #foto54 {
    margin: 10.25px 10.25px 0px 10.25px;
}
    #foto55 {
    margin: 10.25px 0px 0px 0px;
}
    #foto51unten {
    margin: 10.25px 0px 10px 12px;
}
    #foto52unten {
    margin: 10.25px 10.25px 10px 10.25px;
}
    #foto53unten {
    margin: 10.25px 0px 10px 0px;
}
    #foto54unten {
    margin: 10.25px 10.25px 10px 10.25px;
}
    #foto55unten {
    margin: 10.25px 0px 10px 0px;
}
/* Fotogalerie Ende*/

/* Inhalt Kontakt*/
.kontakt label {
    font-size: 16px;
    font-style: oblique;
    font-weight:bold;
}
.kontakt input, .kontakt textarea {
    width: 800px;
    background-color: #FFFFCC;
    margin: 5px 0px 10px 0px;
    padding: 5px;
    font-size: 14px;
    border-width: 3px;
    border-style: solid;
    border-color: #7B002C;
    border-radius: 10px;    
}
.kontakt input:focus {
    background-color: #FFE6CC;
}
.kontakt textarea {
    height: 200px;
    font-family: arial, sans-serif;
}
.kontakt textarea:focus {
    background-color: #FFE6CC;
}
#submit {
    margin: 10px 0px 0px 360px;
    width: 100px;
    height: 50px;
    background:#FFFFCC;
    color: black;
    font-size: 16px;
    font-style: oblique;
    font-weight:bold;
    cursor:pointer;
}
#submit:hover {
	background-color: #3B7E00;
    font-weight: bold;
}
#submit:focus {
    background-color: #FFE6CC;
    color: black;
}
/* Inhalt Kontakt Ende*/

/* Footer */
footer {
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
}
/* Footer Ende */

/* Steuerung unten */
.steuerungunten{
	display: block;
	overflow: hidden;
	position: relative;
	/* border-width: 3px;
	border-top-style: solid;
    border-top-color: #7B002C;
	border-bottom-style: solid;
    border-bottom-color: #7B002C; */
}
.steuerungunten li{
	width: 1280px;
	position: inherit;
   	/* border: 1px solid #E7EEEE; */
    text-align: center;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
.steuerungunten li a {
	display: block;
	background-color: #606060;
    color: #FFFF88;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font: 18px arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
.steuerungunten li a:hover {
	background-color: #3B7E00;
    font-weight: bold;
}
.steuerungunten li p{
	display: block;
	background-color: #7B002C;
	color: #FFFF88;
	padding: 5px 0px 5px 0px;
	font: 18px arial, sans-serif;
	font-style: oblique;
    white-space: nowrap;
}
#auswahluntenlinks p, #auswahluntenrechts p {
	height: 18px;
	background-color: #606060;
	/* color: #FFFF88;
	font-weight: bold;
	white-space: nowrap; */
}
#auswahluntenmitte p {
	background-color: #606060;
	/* color: #FFFF88;
	font-weight: bold;
	white-space: nowrap; */
	font-style: oblique;
    /* text-shadow: 0px 6px 6px #00ED00; */
}
/* Steuerung unten Ende */