
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Global Settings & Container Settings
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
}

body {
	/*font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(img/bg.jpg) repeat;
}

#info {
	float:right; 
	margin-left: -50px;
	margin-right:10px; 
	margin-top: 15px;
	width: 330px;
	font-style: italic;
}

#container {
	position: absolute;
	width: 768px;
	height: 435px;
	top: 50%;
	left: 50%;
	margin-left: -384px;
	margin-top: -217px;
}

#content {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#loader {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 1000;
	visibility: hidden;
}

.tip {
	position: relative;
	width: 150px;
	z-index: 100;
	color: #000;
	background: #fbe895;
	border: 2px solid #e3a728;
	opacity: 0.8;
	padding: 0px 5px 0px 5px;
}

a {
	cursor: pointer;
}

h1 {
	visibility: hidden;
}

h2 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #45481b;
	border-bottom: 1px dashed #45481b;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Navigation Buttons 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#button {
	position: absolute;
	width: 370px;
	height: 45px;
	bottom: 5px;
	right: 2px;
	background: url(img/button.png) no-repeat;
}

#button ul {
	list-style-type: none;
	margin: 9px 15px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#button ul li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#button a, #button a:link, #button a:visited {
	padding: 5px 5px 5px 5px;
	text-decoration: none;	
	font-size: 18px;
	font-weight: bold;
	color: #5a4108;
}

#button ul li a:hover {
	padding: 5px 4px 5px 4px;	
	border-left: 1px solid #e6b241;
	border-right: 1px solid #e6b241;
	background: url(img/menu_hover_bg.png) repeat-x;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Homepage
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#left {
	float: left;
	width: 340px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right {
	float: right;
	width: 340px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left p, #right table {
	margin-left: 30px;
	margin-top: 5px;
}

#left p {
	margin-bottom: 5px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

#content a {
	color: #45481b;
	text-decoration: none;
	border-bottom: 1px dashed #45481b;
}

#content form a, #content #map a {
	border-bottom: 0px solid black;	
}

#content #right a:hover {
	border-bottom: 0px;
}

#content #right #col1 {
	width: 80px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Mail Form
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
#mailform {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: left;
}

#mailformleft {
	width: 330px;
	float: left;
}

#mailformright {
	width: 330px;
	float: right;
}

#mailform label {
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin: 3px;
}

#mailform input[type="text"] {
	margin-left: 100px;
	background: #f9fbe9;
	width: 200px;
	margin: 3px;
}

input[type=button], input[type=submit] {
	background: #fbe895;
	border: 1px solid #e3a728;
	padding: 1px;
	margin: 2px;
}

#text {
	width: 99%;
	height: 160px;
}

#editor {
	background: #f9fbe9;
	background-image: none;
}

#editor p {
	padding: 0px;
	margin: 0px;
}

#editor #mailhint {
	font-style: italic;
	color:#444;
}

a.mceButton {
	border-bottom: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Impress
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
#impressum {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

#impressum p {
	margin-left: 20px;
}

#impressum img {
	 float:left;
	 margin: 5px 10px 5px 5px;
}

#impressum #webdesign {
	width: 520px;
	margin: 10px auto 10px auto;
}

#impressum #webdesign .madeby, #impressum #webdesign .madeby * {
	font-size: 20px;
	font-weight: 800;
}

#impressum #webdesign a, #impressum #webdesign a img {
	border: 0px solid black;
	text-decoration: none;
}

#impressum #webdesign #w3cvalidator {
	float: right;
	text-align: center;
}

#impressum #webdesign #w3cvalidator img {
	float: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Google Maps (Small Map & Fullscreen Map)
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#link_map2, #mapRestore {
	position: absolute; 
	z-index: 10; 
	margin: 0px 0px 0px 235px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #9dc262;
	cursor: pointer;
}

#mapRestore {
	position: absolute;
	margin: 0px 0px 0px 0px;
	right: 0px;
	top: 50px;
}

#mapzoom img, mapRestore img {
	border: 0px;
}

#map {
	position: relative;
	width: 330px;
	height: 165px;
	border: 2px solid #9dc262;
	cursor: pointer;
}

#map * {
	font-size: 10px;
}

#mapLargeContainer {
	position: relative;
	height: 98%;
	width: 100%;
	border: 2px solid #9dc262;
}

#mapLarge {
	position: absolute; 
	left: 0px; 
	right: 0px; 
	height: 100%;
}

#mapRoute {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px; 
	height: 99%; 
	overflow: scroll;
	background-color: #ffffff;
}

#map noscript div {
	margin-top: 20px;
	width: 230px;
	text-align: center;
	font-size: 14px;
}