* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
a {
	color: #000000;

}
a:hover {
	color: #99CC66;
	text-decoration: none;
}
html, body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F6F9FC;
	height: 100%;
	}
#main {
	width: 800px;
	margin: auto;
	min-height: 100%;
	height:auto !important;
	position: relative;
	}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
	}
#menu {
	height: 44px;
	width: 800px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
#footer {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 23px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	}
#gps {
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 150px;
	white-space: nowrap;
	width: 300px;
}
#content {
	min-height: 200px;
	height: auto !important;
	width: 780px;
	padding: 10px;
	}
#content h1 {
	font-size: 16px;
}
#content p {
	text-align: justify;
	margin-top: 10px;
	line-height: 20px;
}
#content input, textarea, select {
	border: 1px solid #99CC66;
	margin: 2px;
	padding: 2px;
}
#content option {
	margin-right: 20px;
}
.empty {
	background-color: #FFE1E1;
	border: 1px solid #FF0000;

}
#kontakt {
	margin-right: auto;
	margin-left: auto;

}
#kontakt_whg{
	border: 2px dotted #99CC66;
	padding: 2px;

}
#whg tr:hover {
	background-color: #99CC66;
}
#whg .none_bg:hover   {
	background-color: transparent;
}
#whg tr td a {
	display: block;
	text-decoration: none;
	color: #336699;
}
#whg tr td a:hover {
	text-decoration: none;
	color: #336699;
}
#whg tr td {
	height: 20px;

}
.preview {
	margin-bottom: 11px;
	margin-left: 10px;
}
.thumb {
	margin-left: 8px;
	margin-bottom: 11px;
	margin-top: 0px;
	padding-top: 0px;
}
.message {
	background-color: #99CC66;
	font-weight: bold;
}
.errormessage {
	background-color: #FFE1E1;
	font-weight: bold;
}
hr {
	border: 1px solid #99CC66;

}
