/* Start of CMSMS style sheet 'Default' */
body {
	background: #ffedca;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #555555;
}

a:focus {
	outline: none;
}

#main a {
	color: #009966;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}

/* HEADER LOGO HEADERNAVIGATION */

#header {
	border-top: 5px solid #009966;
	height: 155px;
}

#header .widthFix {
	background: url(images/deco.jpg) no-repeat 90px 0px;
	width: 960px;
	height: 155px;
	margin: auto;
	position: relative;
	z-index: 1000;
}

#header .logo{
	width: 146px;
	height: 90px;
	position: absolute;
	top: 32px;
	left: 20px;
}

#header .headerNav {
	position: absolute;
	right: 170px;
	bottom: 59px;
}

#header .headerNav a,
#header .headerNav h3 {
	font-size: 13px;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 12px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
	overflow: visible;
}

#header .headerNav a:hover,
#header .headerNav h3 {
	background: url(images/sterne.png) no-repeat center top;
	color: #caa45e;
}

#header .headerNav a.five:hover,
#header .headerNav h3.five {
	background: url(images/5sterne.png) no-repeat center top;
	color: #caa45e;
}


#header .headerNav a .cafe,
#header .headerNav a .landhaus,
#header .headerNav a .fewo {
	border: 1px solid #caa45e;
	width: 165px;
	height: 170px;
	position: absolute;
	display: none;
}

#header .headerNav a .cafe {
	background: #fff url(images/cafe-gerlach.jpg) no-repeat left bottom;
	top: 35px;
	left: -25px;
}

#header .headerNav a .landhaus {
	background: #fff url(images/landhaus-gerlach.jpg) no-repeat left bottom;
	top: 35px;
	left: -25px;
}

#header .headerNav a .fewo {
	background: #fff url(images/fewo-gerlach.jpg) no-repeat left bottom;
	top: 35px;
	left: -2px;
}

#header .headerNav a .text {
	display: block;
	padding: 8px 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #555555;
}

#header .headerNav a:hover .cafe,
#header .headerNav a:hover .landhaus,
#header .headerNav a:hover .fewo {
	display: block;
}

/* HAUPTNAVIGATION */

#navigation {
	height: 210px;
	background: url(images/bg_navigation.gif) repeat-x;
}

#navigation .widthFix {
	width: 960px;
	height: 210px;
	margin: auto;
	position: relative;
	z-index: 100;
}

#mainNav {
	width: 225px;
	height: 210px;
}

#mainNav ul {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	list-style-type: none;
}

#mainNav ul li {
	display: inline;
}

#mainNav ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px 2px 20px;
	margin: 0px 0px 7px 0px;
	display: block;
	color: #caa45e;
	text-decoration: none;
}

#mainNav ul li a:hover,
#mainNav ul li.current a,
#mainNav ul li.menuparent a  {
	background: #fff;
	text-decoration: none;
}

/* STARTBILD */

#navigation .picture {
	background: url(images/bg_picture.png) no-repeat;
	width: 595px;
	height: 340px;
	position: absolute;
	top: -55px;
	left: 225px;
}

#navigation .picture .rotator {
	width: 555px;
	height: 300px;
	margin: 10px 0px 0px 10px;
}

#navigation .picture .brilliance {
	background: url(images/brilliance.png) no-repeat;
	width: 185px;
	height: 90px;
	position: absolute;
	top: 220px;
	left: 380px;
}

/* FAMILIENWAPPEN */

#navigation .crest {
	width: 100px;
	height: 160px;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 1000;
}

#navigation .crest a {
	color: #555555;
	text-decoration: none;
}

#navigation .crest a .hiddenBox {
	background: url(images/bg_crest.png) no-repeat;
	width: 495px;
	height: 360px;
	position: absolute;
	top: 0px;
	right: 100px;
	text-align: center;
	display: none;
}

#navigation .crest a:hover .hiddenBox {
	display: block;
}

#navigation .crest a .hiddenBox .info {
	display: block;
	width: 230px;
	position: absolute;
	top: 61px;
	left: 21px;
}

#navigation .crest a .hiddenBox img {
	width: 185px;
	height: 300px;
	position: absolute;
	top: 21px;
	right: 39px;
}

#navigation .crest a .headline {
	width: 245px;
	font-size: 18px;
	font-weight: bold;
	color: #caa45e;
}

/* MAIN */

#main {
	background: url(images/pattern.gif) repeat-x;
}

#main .widthFix {
	width: 960px;
	margin: auto;
	position: relative;
	z-index: 1;
}

/* UNTERNAVIGATION */

#main .subNav {
	width: 202px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


#main .subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main .subNav ul li {
	display: inline;
}

#main .subNav ul li a {
	background: url(images/subNav_line.jpg) no-repeat 20px bottom;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #555555;
	text-decoration: none;
}

#main .subNav ul li a:hover,
#main .subNav ul li.current a {
	color: #009966;
	font-weight: bold;
}

/* NEWSBOX */

#main .sidebar {
	width: 202px;
	margin: 30px 33px 0px 0px;
	float: left;
}

#main .sidebar .news {
	background: #fff;
	width: 190px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #caa45e;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}

#main .sidebar .news img {
	width: 190px;
}

#main .sidebar .boxShadow{
	background: url(images/box_shadow.jpg) no-repeat;
	width: 202px;
	height: 15px;
	margin: 0px 0px 15px 0px;
}

#main .sidebar .news h3 {
	font-size: 15px;
	font-weight: bold;
	color: #caa45e;
	margin: 10px 0px 10px 0px;
}

#main .sidebar .news a {
	font-size: 12px;
	font-weight: bold;
	color: #caa45e;
	text-decoration: none;
	display: block;
	float: right;
}

#main .sidebar .news a:hover {
	color: #009966;
}

/* CONTENTBEREICH */

#main .content {
	width: 555px;
	margin: 0px;
	padding: 80px 0px 35px 0px;
	float: left;
}

#main .galleryContent {
	width: 555px;
	height: 135px;
	margin: 0px;
	padding: 80px 0px 35px 0px;
	float: left;
}

#main .content h1 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	color: #009966;
}

#main .content h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	color: #555555;
}

#main .content p {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	color: #555555;
}

#main .content table {
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 15px 0px;
}

#main .content .devider {
	font-size: 12px;
	font-weight: bold;
	color: #009966;
	border-bottom: 1px dotted #333;
	margin: 0px 0px 5px 0px;
}

/* FOOTER */

#footer {
	background: #fff;
	border-top: 1px solid #caa45e;
	border-bottom: 1px solid #caa45e;
}

#footer .widthFix {
	width: 960px;
	height: 80px;
	margin: auto;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #caa45e;
}

#footer .contact {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer .contact a {
	font-size: 14px;
	line-height: 18px;
	color: #caa45e;
	text-decoration: none;
}

#footer .contact a:hover {
	color: #009966;
}

#footer .contact p {
	float: left;
	margin: 12px 35px 0px 0px;
}

#footer .footerNav {
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer .facebookButton {
	background: url(images/fb.png) no-repeat;
	width: 80px;
	height: 20px;
	position: absolute;
	top: 45px;
	right: 0px;
}

#footer .facebookButton a {
	display: block;
	width: 80px;
	height: 20px;
}

#footer .footerNav a {
	font-size: 16px;
	font-weight: bold;
	color: #caa45e;
	text-decoration: none;
	display: block;
	float: left;
	padding: 12px 0px 0px 14px;
	margin: 0px 0px 0px 10px;
}

#footer .footerNav a.dot {
	background: url(images/dot.gif) no-repeat left 20px;
}

#footer .footerNav a:hover {
	color: #009966;
}

#sub .widthFix {
	width: 960px;
	height: 25px;
	margin: auto;
	padding: 0px 0px 5px 0px;
	position: relative;
	font-size: 11px;
	line-height: 25px;
	color: #999999;
}

#sub .copyright {
	position: absolute;
	top: 0px;
	left: 0px;
}

#sub .facebook {
	position: absolute;
	top: 0px;
	left: 340px;
}

#sub .copyright a,
#sub .facebook a,
#sub .autor a {
	color: #999999;
	text-decoration: none;
}

#sub .copyright a:hover,
#sub .facebook a:hover,
#sub .autor a:hover {
	text-decoration: underline;
}

#sub .autor {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* KONTAKTFORMULAR */

#content .contactform label {
	font-size: 14px;
	width: 120px;
	padding: 3px 0px;
	display: block;
	float: left;
}

#content .contactform div{
	font-size: 14px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
}

#content .contactform .betreff {
	margin: 30px 0px 5px 0px;
}

#content .contactform select {
	border: 1px solid #caa45e;
	width: 220px;
	font-size: 13px;
}

#content .contactform input {
	border: 1px solid #caa45e;
	width: 210px;
	padding: 2px 5px;
	color: #333;
	font-size: 13px;
}



#content .contactform .betreff input {
	width: 390px;
}

#content .contactform textarea {
	width: 390px;
	height: 140px;
	border: 1px solid #caa45e;
	font-size: 14px;
	font-family: trebuchet ms, arial, sans-serif;
	color: #333;
	padding: 5px;
}

#content .contactform .submit input {
	width: 100px;
	background: #caa45e;
	margin: 15px 0px 0px 120px;
	border: 1px solid #caa45e;
	color: #fff;
	font-weight: bold;
}

#content .error_message ul {
	list-style-type: none;
	color: #990000;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #990000;
}
/* End of 'Default' */

