html {
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1.2em;
	text-align : left;
	color : #000000;
	background : #FFFFFF;
}

table {
	width: auto;	
	
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 28px;
	
	font-size: .65em;
	text-align: center;
	font-weight: bold;
	
	color: #103A10;
}

.table-center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

img {
	border : 0;
	/*text-align : center;
	/*Margin-left:200px;
	margin-right:200px;*/
	/*padding : 7px;*/
}

#container {
	width: 800px;
	display: inline;
}

#main-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
	/*border-bottom: 5px #000000 solid;*/
	padding-top: 8px;
	/*border-top: 5px #000000 solid;*/
	padding-right: 50px;
	background-color: #103A10;
	background-image: url(/images/layout/header-waldfeuchter_garten.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;	
}


#header-image {
	background-color: #103A10;
	background-image: url(/images/layout/header-img.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 177px;
	/*border-top: 5px #ff4700 solid;
	border-bottom: 5px #ff4700 solid;*/
	margin-left: 110px;
	margin-right: 110px;
}

#navbar {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 8px;
	padding-bottom: 8px;

	font-size: .65em;
	text-align: center;
	font-weight: bold;
	word-spacing: 8px;

	background-color: #103A10;
	background-image: url(/images/layout/rosen_wasserzeichen.gif);
	color: #103A10;
}

#navbar a:link, #navbar a:visited {
	color: #103A10;
}

#navbar a.current {
	color: #ff4700;
}

#navbar a:hover {
	color: #ff4700;
	text-decoration: underline;
}


#headline {
	margin-bottom: 0;
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	
	font-size: .65em;
	text-align: justify;
	line-height: 1.5em;

	background-color: #F2F2F2;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 23px;
	padding-bottom: 3px;
	/*padding-left: 50px;*/
	padding-right: 0;
	
	font-size: 1.4em;
	font-weight: bold;
	color: #103A10;
	letter-spacing: 5px;

	background-color: #F2F2F2;
	border-bottom: 1px #ff4700 solid;
}


#main-text {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 110px;
	margin-right: 110px;
	
	font-size: 1em;
	line-height: 1.8em;

	background-color: #ffffff;
}

/*#main-text p {
	margin-left: 50px;
	margin-right: 50px;

	text-align: justify;
}*/

h2 {
	margin-top: 0;
	/*margin-left: 50px;*/
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 0;

	font-size: 1em;
	color: #103A10;
	letter-spacing: 5px;

	/*border-bottom: 1px #000000 solid;*/
}

.description{
	text-align: center;
	font-size: 0.8em
}

p, ul, ol, table {
	margin-top: 17px;
	margin-bottom: 0;
}

ol, ul {
	margin-left: 75px;
	margin-right: 75px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ff4700;
}

a:hover {
	text-decoration: underline;
}

.rowHover {
	color: #ff4700;
	cursor: pointer;
}

#footer {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	
	background-color: #103A10;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	line-height: 1.8em;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.center {
	font-size: 0.65em;
	text-align: center;
	font-weight: bold;
	word-spacing: 8px;
	margin-left : auto;
	margin-right : auto;
}

.left {
	float: left;
	text-align: left;
	/*padding-left: 50px;*/
}

.right {
	float: right;
	text-align: right;
	/*width: 50%;*/
}

.right h3 {
	margin-top: 0px;
	font-size: 90%;   
}

