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

/*** HAUPTSTRUKTUR ***/

body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	background-color: #E8D1BB;
	font-size: small;
}
#slide {
	padding: 0px 15px 0px 15px;
	background-image: url('../images/bg/bg.bmp');
	margin-top: 15px;
	border: thin #197600 solid;
	box-shadow: 3px 3px #008000;
	border-radius: 0px 15px 15px 15px;
}
#container {
	width: 100%;
	font-size: small;
	border-top: 1px solid white;
}

#header {
	border: thin #197600 solid;
	background-position: center;
	height: 250px;
	padding-top: 20px;
	margin-left: 20px;
	background-color: #EBE2B7;
	margin-right: 20px;
	margin-top: 20px;
	background-image: url('../images/Hof1.jpg');
	background-repeat: no-repeat;
	box-shadow: 5px 5px #008000;
	border-radius: 0px 15px 15px 15px;
}

#header_left {
	padding: 5px;
	float: left;
	width: 59%;
	height: 97px;
	background-color: rgb(0, 128, 0);
	background-color: rgba(0, 128, 0, 0.6);
	margin-left: 20px;
	border: thin #FFFFFF solid;
	border-radius: 0px 10px 10px 10px;
	box-shadow: 3px 3px #FFFFFF;
}

#header_right {
	height: 200px;
	margin-left: 65%;
	margin-right: 20px;
}

#left {
	border: thin #197600 solid;
	background: url('../images/bg/bg.bmp');
	padding: 10px;
	float: left;
	width: 218px;
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 3px 3px #008000;
	border-radius: 0px 10px 10px 10px;
}

#right {
	margin-left: 290px;
	margin-top: 25px;
	margin-right: 50px;
	border-left-color: #821115;
	border-left-style: solid;
	border-left-width: 6px;
	padding-left: 20px;
	margin-bottom: 25px;
	border-radius: 6px;
}

#footer {
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
	padding: 15px 0 15px 0;
	text-align: center;
	border-top: medium #197600 solid;
	background-color: #CEAC86;
	color: #197600;
	background-image: url('../images/bg/bg.bmp');
	border-radius: 10px 10px 10px 10px;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url("../images/date.jpg");
	height: 51px;
	width: 68px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/*** TEXT und BILDER ***/

p {
	margin-bottom: 15px;
	margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: rgb(255,255,255);
	margin-top: 0px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	padding-left: 10px;
}

h2 {
	color: rgb(255,255,255);
	margin-left: 20px;
	font-size: 4em;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 50px;
}

h3 {
	background-color: #EBE2B7;
	padding-left: 20px;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #197600;
	border: thin #821115 solid;
	height: 40px;
	padding-top: 10px;
	background-image: url('../images/bg/browback.bmp');
	border-radius: 0px 15px 15px 15px;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EBE2B7;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: small;
	color: #821115;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url("../images/blockquote.png");
	background-repeat: no-repeat;
	font-style: italic;
}
.stext {
	font-size: medium;
}
.sterne {	text-align: center;
	height: 44px;
	width: 120px;
}
.lsterne {	text-align: center;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border-width: 0px;
	border-style: solid;
	border-color: inherit;
}

.float_left {
	border-width: 0px;
	float: none;
	margin-bottom: 0px;
}
			  
.float_right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	height: 30%;
	width: 40%;
}
			 
a:link {
	color: #197600;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #197600; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: underline;}   /* mouse over link */
a:active {color: #197600; text-decoration: none;}   /* selected link */

/*** NAVIGATION ***/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url("../images/menu.png");
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #197600;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url("../images/menu.png") 0 -45px;
	color: #562930;
}

/*** FORM-ELEMENTE IMPRESSUM ***/

p.welcome {
	border: thin #197600 solid;
	font-size: small;
	text-align: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #197600;
	height: 160px;
	background-color: #D5B795;
	padding-right: 20px;
	padding-top: 15px;
	font-style: italic;
	background-image: url('../images/bg/browback.bmp');
	font-weight: 600;
	border-radius: 0px 15px 15px 15px;
	margin-top: 0px;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url("../images/input_bg.png");
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #197600;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/*** SCHREIBEN SIE UNS - FELD ***/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url("../images/form_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url("../images/input_bg.png");
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;
          background: url("../images/input_bg.png");
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

