
/*																	 global */
body {
	padding: 0px;
	margin: 0px;
}
body, td, select, textarea, input {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #9A6344;
}
a {
	color: #9A6344;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}

/*																	 intro page */

table.intro {
	width: 100%;
	height: 100%;
}
table.intro_middle {
	width: 100%;
}
td.intro {
	background-position: center;
	text-align: center;
}
td.intro_top {
	background-color: #fff;
	text-align: center;
	vertical-align: bottom;
	height: 35%;
	padding-bottom: 10px;
}
div.intro_top_logo, div.intro_top_languages {
	margin-top: 5px;
}
td.intro_middle {
	background-color: #FFF9E6;
	background-image: url(/static/i/bg-brown.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	height: 400px;
}
td.intro_middle_menu, td.intro_middle_content {
	text-align: center;
}
td.intro_bottom {
	background-color: #FFF9E6;
	text-align: center;
	height: 30%;
	vertical-align: top;
}
td.intro_bottom table {
	width: 775px;
	border-bottom: solid 1px #EBDBC6;
	margin-top: 20px;
}
td.intro_foot_left, td.intro_foot_middle, td.intro_foot_right {
	padding: 5px;
	width: 33%;
}
td.intro_foot_left a {
	text-decoration: none;
	padding-right: 10px;
}
td.intro_foot_middle {
	text-align: center;
}
td.intro_foot_right a, td.intro_foot_middle a {
	text-decoration: none;
	padding-left: 10px;
}
td.intro_foot_right {
	text-align: right;
}
td.intro_foot {
	border-top: solid 1px #EBDBC6;
	padding: 5px;
	text-align: center;
}
td.intro_cell {
	font-size: 12px;
	font-family: arial, times new roman;
	border-top: solid 10px #9A6344;
	width: 150px;
	height: 214px;
	
	background-color: #9A6344;
	color: #fff;
	vertical-align: top;
	text-align: center;
}
td.intro_cell h1 {
	font-family: arial, "Bitstream Vera Sans";
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 7px;
}
td.intro_cell a {
	color: #fff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
td.intro_cell a.link {
	padding: 0px;
}
#intro_bottom_div {
	position: relative;
	top: 0px;
	width: 773px;
	
	left: 0;
	margin-left: 0px;
}

/* MOZ/OP */
head:first-child+body #intro_bottom_div {
	left: 50%;
	margin-left: -388px;
}

div#intro_bottom_icons {
	position: absolute;
	top: -49px;
	left: 0px;
	border: 0px;
	padding: 0px;
}

/*																	 content page */

body.content {
	background-color: #FFF9EA;
}
table.content {
	width: 100%;
}
div #waves {
	position: absolute;
	width: 50px;
}

/*																	 top */

tr.top {
	height: 20px;
	background-color: #8E5A3D;
}
td.top_left {
	width: 205px;
	color: #E7C9A5;
	background-color: #8E5A3D;
	padding-left: 15px;
	vertical-align: middle;
}
td.top_left a {
	color: red;
	text-decoration: none;
	color: #E7C9A5;
	background: url(/static/i/link-home.gif) no-repeat 0px 1px;
	padding-left: 18px;
}
td.top_path {
	width: 545px;
	color: #E7C9A5;
	vertical-align: middle;
}
td.top_path_path, td.top_path_language {
	color: #E7C9A5;
}
td.top_path table {
	width: 100%;
}
td.top_path_language {
	text-align: right;
	padding-right: 5px;
}
td.top_path_path a, td.top_path_language a {
	color: #E7C9A5;
	text-decoration: none;
}
td.top_space {
	background-color: #E7C9A5;
}


/*																	 head */

tr.head {
	height: 100px;
	background-color: #fff;
}
td.head_logo {
	width: 225px;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	background-image: url(/static/i/bg-logo.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
td.head_logo img, td.head_logo a {
	padding: 0px;
	margin: 0px;
}
td.head_menu {
	vertical-align: top;
	width: 544px;
	border-left: solid 1px #fff;
}

td.head_menu_cell {
	background-repeat: no-repeat;
	background-color: #FFECBC;
	width: 108px;
	height: 108px;
	text-align: center;
	vertical-align: top;
}
td.head_menu_cell h1 {
	color: #8E5A3D;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, "times new roman", sans-serif;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
}
td.head_menu_cell a {
	text-decoration: none;
}
td.head_menu_area {
	height: 5px;
	background-color: #8E5A3D;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
td.head_menu_area_active {
	height: 5px;
	background-color: #FFECBC;
	border: solid 1px #FFECBC;
}
td.head_menu_spacer {
	background-color: #fff;
	width: 1px;
}
div.head_banner {
	position: absolute;
	top: 25px;
	left: 785px;
}
td.head_space {
	background-color: #F6E6CF;
}

/*																	 content */

tr.content {
	background-color: #fff;
}
tr.content_content {
	background-color: #fff;
	height: 400px;
}
td.content_left {
	vertical-align: top;
	width: 234px;
	border-right: solid 1px #FEF1CC;
	background-color: #fff;
}
td.content_left h1, td.content_left h2 {
	color: #9A6344;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
}
td.content_left h2 {
	font-size: 15px;
}
table.menu1 {
	margin-bottom: 15px;
	margin-left: 10px;
}
table.menu1 td {
	padding-bottom: 2px;
}
table.menu1 a {
	background: url(/static/i/link-cursor.gif) no-repeat 0px 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #8E5A3D;
	font-size: 12px;
}
table.menu1 h1 a {
	background: none;
	padding: 0px;
	margin: 0px;
	color: #9A6344;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
}
table.menu1 a.active {
	text-decoration: underline;
}
div.search {
	padding: 5px;
}
/*																	guestbook */
table.guestbook {
	margin-left: auto;
	margin-right: auto;
}
table.guestbook td {
	background-color: #FFECBC;
	padding: 4px;
	margin: 1px;
	width: 150px;
}
table.guestbook-list {
	margin-top: 15px;
	width: 100%;
}
table.guestbook textarea {
	width: 200px;
	height: 180px;
}
tr.guestbook-entry-head {
	background-color: #FFECBC;
	margin-top: 10px;
}
tr.guestbook-list-footer td {
	text-align: center;
	margin-top: 15px;
}
td.guestbook-entry-name {
	font-weight: bold;
}
td.guestbook-entry-text {
	border: solid 1px #FFECBC;
	padding: 3px;
}
/*																	gallery */
h2#gallery_slide_title {
	margin-bottom: 10px;
}
table.gallery-options {
	margin-bottom: 30px;
}
table.gallery a.gallery {
	background: none;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.gallery img.gallery {
	border: solid 1px #8E5A3D;
}
table.gallery a.gallery-remember {
	background: none;
	padding: 0px;
}
td.content_content a.gallery_slide_image {
	padding: 0px;
	background-image: none;
}
td.content_content div.gallery-top a {
	font-weight: bold;
	font-size: 14px;
	background-image: url(../i/gallery-slideshow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px;
	padding-left: 30px;
}
td.content_head {
	width: 544px;
	height: 55px;
	vertical-align: top;
	background-color: #FFECBC;
	background-image: url(/static/i/bg-content-head.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-left: solid 1px #fff;
	border-right: 0px;
}
table.content_head {
	width: 544px;
}
td.content_head_name {
	vertical-align: top;
}
td.content_head_name h1, td.content_head h1 {
	color: #9A6344;
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
}
td.content_head_saison {
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
	padding-top: 5px;
}
td.content_head_saison a img {
	margin-right: 4px;
}

td.content_content {
	background-color: #fff;
	vertical-align: top;
	width: 530px;
	padding: 5px;
	padding-left: 10px;
}
td.content_content h1, td.content_content h2, td.content_content h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	font-size: 14px;
	color: #8d0743;
	font-weight: bold;
}
td.content_content h2 {
	font-size: 12px;
}

td.content_content h3 {
	font-size: 10px;
	font-weight: normal;
}
td.content_content h4 {
	color: #8E5A3D;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-weight: normal;
}
td.content_content a {
	background: url(/static/i/link-cursor-content.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	text-decoration: none;
	color: #8D0743;
}

td.content_content .calender a {
	background: none;
	padding: 0px;
}
	
td.content_box img {
	margin: 4px;
}

td.content_box_braun {
	border: solid 1px #8E5A3D;
	padding: 8px;
	margin: 15px;
}

td.content_box_braun img {
	margin-bottom: 2px;
	margin-right: 4px;
}

td.content_box_ocker {
	border: solid 1px #FFECBC;
	padding: 3px;
	margin: 15px;
}

td.content_box_ocker img {
	margin-bottom: 2px;
	margin-right: 4px;
}

td.content_foot {
	background-color: #FFECBC;
	color: #8E5A3D;
	text-align: right;
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 14px;
}
td.content_foot_left {
	background-image: url(/static/i/bg-brown-content.gif);
	background-color: #8E5A3D;
	background-repeat: repeat-x;
	border-right: solid 1px #FEF1CC;
}
td.content_space {
	background-color: #FFF9EA;
}

/*																	 foot */

tr.foot {
	background-color: #8E5A3D;
}
td.foot_left {
	background-color: #8E5A3D;
}
td.foot_bottom {
	color: #fff;
	text-align: right;
	padding: 2px;
	padding-right: 8px;
}
td.foot_bottom a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}

td.foot_space {
	background-color: #F6E6CF;
	height: 30px;
}

tr.foot_logo {
	height
}
td.foot_logo {
	text-align: center;
	padding: 5px;
}
td.foot_logo_space {
	background-color: #FFF9EA;
}

/* cst */
td.content_content a.navback {
	background: url(/static/i/link-cursor-left-content.gif) no-repeat;
	background-position: right;
	padding: 0px;
	padding-right: 12px;
	font-weight: bold;
}

/* cms fomular validierung */
div.cms-validate-error {
	border: solid 1px red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fee;
	font-weight: bold;
	color: #000;
}
input.cms-validate-error {
	border: solid 1px #f55;
	background-color: #fee;
}

span.cst-error {
	font-size: 17px;
	text-decoration: underline;
}

table.gelber_rand TD {
 border: 1px solid #ffeab4;
}

a.weather img {
    float: left;
    margin-left: 15px;
}

td.content_left a.weather h1 {
    margin-left: 20px;
}

a.weather {
    display: block;
    width: 100%;
    float: left;
    text-decoration: none;
    margin-bottom: 10px;
}

a.weather:hover {
    text-decoration: none;
}

a.weather div {
    font-size: 19px;
    font-weight: bold;
    margin-left: 90px;
    margin-top: 20px;
}
div.date div.date-name a.calendar-date-type-0 {
 font-size: 11px;
}

body a.pinkbutton
{
	background:#AC3459;
	background:transparent url(/static/i/cst-button-gradient.gif) repeat scroll 0 0;
	color: #fff;
	font-weight:bold;
	padding:3px 7px;
}

body a.pinkbutton:hover
{
	border: 1px solid #8D0743;
	background:none;
	color:#8D0743;
	text-decoration:none;
}