/*
copyright 2008 buntmacher.net
author: david block
version: v2.0
url: http://www.buntmacher.net
*/

/* generell settings */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Trebuchet, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #666;
}

h1 {
	display: none;
}

h2 {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.55em;
	font-weight: normal;
	color: #50796a; /*#b52b18;*/
	line-height: 140%;
}

h3 {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.45em;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #E9E9F0;
	line-height: 140%;
}

h4 {
	clear: both;
	font-size: 1.2em;
	color: #50796a;
	font-weight: normal;
	line-height: 140%;
}

p {
	margin-bottom: 10px;
}

img, a img {
	border: 2px solid #e3e3e3;
	padding: 3px;
	margin: 2px 10px 10px 0px;
	text-align: center;
}

a:hover img {
	border: 2px solid #50796a;
}

img.award, a img.award {
	border: 1px solid #d4d4d4;
	padding: 1px;
	margin: 1px 6px 0px 0px;
}

a:hover img.award {
	border:  1px solid #a4a4a4;
}

/* layout */

#layout {
	position: relative;
	width: 700px;
	min-height: 300px;
	left: 50%;
	margin-left: -350px;
	background: #fff;
}

#header {
	position: relative;
	width: 700px;
	height: 240px;
	background: url('../img/header-img.jpg') no-repeat top left;
}

#menu {
	position: relative;
	width: 100%;
	height: 40px;
	background: url('../img/menu-bg.jpg') repeat-x top left;
	text-align: center;
	line-height: 40px;
}

#top {
	clear: both;
	position: relative;
	width: 660px;
	margin: 20px 20px 0 20px;
}

#left {
	clear: left;
	float: left;
	position: relative;
	display: inline;
	width: 310px;
	margin: 0 20px 20px 20px;
}

#right {
	clear: right;
	float: right;
	display: inline;
	position: relative;
	width: 310px;
	margin: 0 20px 20px 20px;
}

#pagination {
	clear: both;
	margin: 0 20px 30px 20px;
}

#footer {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 120px;
	background: #f2f2f2;
}

.footer-wrap {
	position:relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	padding: 20px 20px;
	font-size: 0.9em;
	font-weight: normal;
	color: #b0b0b0;
	line-height: 120%;
}

#foot1, #foot2, #foot3 {
	float: left;
	position: relative;
	display: inline;
	width: 211px;
	height: 80px;
}

#foot2 {
	padding: 0 8px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

#foot3 {
	padding-left: 8px;
}

/* style */

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tam {
	text-align: center;
}

.tar {
	text-align: right;
}

.no-border, a:hover img.no-border {
	padding: 0;
	margin: 0;
	border: none;
}

.pf-info {
	width: 150px;
	margin-left: 10px;
}


.break {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E9F0;
}

/* topmenu style */

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
}

.normal {
	position: relative;
	padding: 2px 0px 2px 10px;
	margin: 0 10px ;
	line-height: 18px;
	background: url('../img/menu-btn.jpg') no-repeat 0% 0%;
	text-decoration: none;
	color: #939393;
}

.active, #menu ul li a:hover {
	padding: 2px 0px 2px 10px;
	margin: 0 10px;
	background: url('../img/menu-btn-hover.jpg') no-repeat 0% 0%;
	text-decoration: none;
	color: #fff;
}

.mRInorm {
	position: relative;
	padding: 2px 10px 2px 0px;
	background: url('../img/menu-btn.jpg') no-repeat 100% 0%;
}

.mRIact, #menu ul li a:hover span {
	position: relative;
	padding: 2px 10px 2px 0px;
	background: url('../img/menu-btn-hover.jpg') no-repeat 100% 0%;
}

/* end - topmenu style */

#left a:link, #right a:link, #left a:visited, #right a:visited {
	text-decoration: underline;
	color: #50796a;
}

#left a:hover, #right a:hover {
	text-decoration: none;
	color: #3d5c51;
}

#left ul, #right ul {
	display: block;
	margin: 10px 0;
}

#left ul li, #right ul li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	background: url('../img/arrow2.gif') no-repeat left top;
}

/* kontakt-style */

#fromname, #frommail, #fromfon, #mailsubject, #mailtext, .kontaktinfo {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-left: 7px;
	width: 92%;
}
#fromname, #frommail, #fromfon, #mailsubject, #mailtext, #submitbutton, .kontaktinfo {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-left: 7px;
}
#fromfon, #mailtext, #submitbutton, .kontaktinfo {
	margin-left: 0px;
}
.inputbox, .textbox {
	margin: 3px auto;
	padding: 4px;
	background: #f2f2f2;
	border: 0;
	color: #333;
}
.subject {
	color: #50796a;
	border-bottom: 1px dotted #333;
}
.textbox {
	width: 245px;
	color: #333;
	border-top: 1px dotted #333;
}
.button {
	width: 120px;
	background: url('../img/button.gif') no-repeat center center;
	padding: 2px;
	margin-right: 8px;
	color: #939393;
	border: none;
}
.button:hover {
	background: url('../img/button-hover.gif') no-repeat center center;
	color: #fff;

}
#kontaktinfo {
	font-size: 10px;
	padding-left: 7px;
}

#mailtext_info {
	font-size: 10px;
	padding-right: 8px;
}

/* pagination-style */

#pagination a:link, #pagination a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #939393;
	padding: 4px 7px;
	border: 1px solid #E9E9F0;
}

#pagination a:hover, .active-page{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	padding: 4px 7px;
	border: 1px solid #E9E9F0;
	background: #939393;
}

/* footer */

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #b0b0b0;
	line-height: 181.5%;
	background: url('../img/arrow2.gif') no-repeat left center;
	padding-left: 10px;
}

#footer a:hover {
	text-decoration: none;
	color: #333;
	background: url('../img/arrow2-hover.gif') no-repeat left center;
}

#footer img, #footer img a {
	padding: 0;
	margin: 0;
	border: none;
}

