/* @group General Site Layout */

.direct_content_text {
	width: 444px;
	background: url(images/direct_content_text_bg_middle.png) repeat;
/*	padding: 10px 20px 0px 20px;*/
	
	margin: 20px 0px 0px 38px;
	padding: 10px 20px 0px 20px;
}

.direct_content_text_bottom {
	width: 484px;
	height: 20px;
	background: url(images/direct_content_text_bg_bottom.png) repeat;
	margin-left: 38px;
}

/* !Test */

.inline_content_1 {
	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.inline_content_1 ul {
	margin: 0px 20px 0px 10px;
	padding-left: 10px;
	list-style-type: square;
	font-size: 1em;
	line-height: 1.5;
	color: #555;
}

body {
	padding: 0px;
	margin: 0px;
	background: #ede3c3 url(images/body_background.jpg) repeat fixed;
	color: #262626;
}

.content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	top: 120px; 
	width: 800px;
	max-width: 800px;
	min-width: 800px;
}

.for_navigation {
	position: relative;
	top: 220px;
	float: right;
	max-width: 220px;
	min-width: 220px;
	width: 220px;
	overflow: hidden;
}

.for_content {
/*	position: relative;*/
	padding-top: 40px;
	float: left;
	max-width: 560px;
	min-width: 560px;
	width: 540px;
	padding-left: 0px;
	padding-right: 40px;
	overflow: hidden;
}

.footer {
	position: fixed;
	bottom: 0px;
/*	clear: both;*/
	text-align: right;
	/*padding-top: 20px;
	padding-left: 60px;*/
	border: solid 1px #888;
	width: 100%;
}

.hiddenpics {
	width: 0px;
	height: 0px;
	display: none;
	visibility: hidden;
}

/* @group Navigation Styles */

.navbar_box {
	position: fixed;
	z-index: 10;
	top: 135px;
	width: 220px;
}

.navbar_top {
	background: url(images/site_navbar_bg_top.png);
	height: 35px;
}

.navbar_content {
	background: url(images/site_nb_bg_middle.png) repeat;
	padding: 5px 20px 5px 20px;
}

.navbar_boxed {
	border: solid 1px #ccc;
	position: relative;
}

.navbar_boxed_title {
	color: #666;
	display: block;
	padding: 5px;
	font-size: 18px;
	text-align: left;
	font-style: italic;
}

.nav_link_top {
	color: #666;
	display: block;
	padding: 5px;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.nav_link_middle {
	display: block;
	padding: 5px 5px 5px 15px;
	line-height: 1.5em;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.nav_link_middle a { display: block; }

.nav_link_middle a:link { color: #666; outline: none; }
.nav_link_middle a:visited { color: #666; outline: none; }
.nav_link_middle a:focus { color: #666; outline: none; }
.nav_link_middle a:hover { color: #333; outline: none; }
.nav_link_middle a:active { color: #666; outline: none; }

.img_arrow {
	left: -12px;
	padding-top: 3px;
	position: absolute;
	border-style: none;
}

.img_arrow_2 {
	left: -40px;
	padding-top: 3px;
	position: absolute;
	border-style: none;
}

.nav_link_bottom {
	border-top: solid 1px #ccc;
	height: 1px;
}

.navbar_join {
	background: url(images/site_nb_bg_join.png);
	height: 30px;
}

/*.navbar_info td {
	border: 0px;
	vertical-align: top;
	color: #555;
	font-size: 0.8em;
}*/

.navbar_bottom {
	background: url(images/site_navbar_bg_bottom.png);
	height: 20px;
}

.navbar_info_heading {
	text-align: center;
	font-size: 0.8em;
}

.navbar_info_table {
	width: 100%;
	text-align: center;
	opacity: 0.8;
}
/* @end */

/* @group Header Layouts */

.header_images {
	position: absolute;
	bottom: 10px;
}

.header {
	margin: 0px;
	top: 0px;
	/*background-color: #999999;*/
	position: fixed;
	z-index: 10;
	width: 100%;
}

.header_top {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(images/header_top_tile.jpg);
	height: 120px;
	width: 100%;
	top: 0px;
	overflow: hidden;
}

.header_top_content {
	width: 800px;
	height: 142px;
	margin: 0 auto;
	position: relative;
}

.header_navbar {
	background-position: 0px 0px;
	background-image: url(images/header_navbar_tile.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	//padding-left: 500px;
	/*-webkit-box-shadow: 4px 4px 4px #262626;*/
	/*-moz-box-shadow: 4px 4px 4px #262626;*/
	/*box-shadow: 4px 4px 4px #262626;*/	
}

.header_navbar_content {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	padding-left: 240px;
}

.header_navbar_topright {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 14px;
/*	text-shadow: 1px 1px 1px #000;*/
	color: #ffffcc;
}

.header_navbar_image {
	margin-left: 5px;
	margin-right: 5px;
}

.img_sticker {
	position: absolute;
	//z-index: 20;
	top: -5px;
	left: 140px;
}

.img_arrow_r {
	top: 20px;
	padding-right: 5px;
	vertical-align: middle;
}
/* @end */

.image_centered {
	top: 1px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

.img_nadel {
	position: relative;
	top: -15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.header_text {
	float: left;
}

.header_picture {
	float: right;
	z-index: 1;
}

.navbar_image {
	width: 60px;
	opacity: 0.5;
	margin-left: 20px;
}


input.textarea {
    width: 100%;
}


/* @group Box */

.box {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}

.clear {
	clear: both;
/*	margin-top: 10px;
	margin-left: 40px;
	margin-right: 220px;
	padding-bottom: 10px;*/
}

/* @group Box Top Styles */

.box_top {
	padding-left: 30px;
	padding-right: 210px;
	width: 320px;
	height: 71px;
	background: url(images/box_top.png) no-repeat;
}

.box_top_content {
	height: 28px;
	padding-top: 42px;
	border-bottom: 1px dashed #888;
	text-align: left;
}

.box_top_text {
	text-align: center;	
	color: #262626;
	font-variant: small-caps;
	letter-spacing: 4px;
/*	text-shadow: #fff 1px 1px 0;*/
	font-size: 18px;
	display: block;
}

/* @end */

/* @group Box Middle Styles */


.box_middle {
	background: url(images/box_content.png) repeat-y;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.box_content_left {
	width: 320px;
	float: left;
	margin-left: 30px;
	padding: 0px 0px 25px 0px;
	position: relative;
	overflow: hidden;
}

.angebot-preis-inline {
	text-align: right;	
	color: #262626;
	margin-top: 20px;
	margin-bottom: 30px;
	font-variant: small-caps;
	letter-spacing: 4px;
/*	text-shadow: #fff 1px 1px 0;*/
	border-top: 1px dashed #666;
	font-size: 18px;
	padding-right: 8px;
}

.box_content_left p {
	margin: 25px 15px 20px 10px;
	color: #555;
	font-size: 1em;
}

.box_content_left ul {
	margin: 0px 20px 0px 10px;
	padding-left: 20px;
	list-style-type: square;
	font-size: 1em;
	line-height: 1.5;
	color: #555;
}

span.info {
	font-size: 0.9em;
	display: block;
	text-align: center;
	color: #777;
	padding: 10px;
	border: dashed 1px #ccc;
	margin: 25px 15px 0px 15px;
}

span.verlauf {
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
	padding-left: 12px;
	color: #555;
	text-shadow: #fff 1px 1px 0;
	display: block;
}


span.hinweis {
	text-align: center;
	margin: 15px 0px 5px 0px;
	font-size: 0.8em;
	color: #999;
	text-shadow: #fff 1px 1px 0;
	display: block;
/*		border-bottom: 1px #ccc dashed;*/

}

ul.inside_box li {
	margin: 0px;
	text-shadow: #fff 1px 1px 0;
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
	text-indent: 0px;
	list-style-image: url(images/list_image.png);
}

span.form_toptext {
	padding:20px 30px;
	display:block;
	font-size:0.9em;
	color:#333;
	text-shadow: #fff 1px 1px 0;
}

span.form_buttons {
	padding:10px 30px;
	text-align:right;
	display:block;
}

span.zimmer_info {
	padding:20px 30px;
	display:block;
	font-style: italic;
	text-align: center;
	font-size:1.2em;
	color:#666;
	text-shadow: #fff 1px 1px 0;
}

a:link.info { color:#666; font-weight:bold; text-decoration: underline;}
a:visited.info { color:#666; font-weight:bold; text-decoration: underline;}
a:hover.info { color:#999; font-weight:bold; text-decoration: underline;}
a:active.info { color:#666; font-weight:bold; text-decoration: underline;}
a:focus.info { color:#666; font-weight:bold; text-decoration: underline;}

.box_content_right {
	position: relative;
	width: 150px;
	min-height: 190px;
	padding-right: 50px;
	float: right;
}

/* @end */

/* @group Box Bottom Styles */

.box_bottom {
	padding-left: 30px;
	padding-right: 210px;
	width: 320px;
	height: 50px;
	background: url(images/box_bottom.png) no-repeat;
}

.box_bottom_content {
	border-top: 1px dashed #888;
	text-align: right;
}

.group2 {
	cursor: pointer;
}

.form td {
	width: 70px;
	padding: 10px 0px 0px 10px;
	vertical-align: top;
}

.box_bottom_text {
	text-align: right;	
	color: #262626;
	font-variant: small-caps;
	letter-spacing: 4px;
/*	text-shadow: #fff 1px 1px 0;*/
	font-size: 18px;
	padding-right: 8px;
	margin-top: 4px;
/*	border: solid 1px #888;*/
	display: block;
}

/* @end */

/* @end */


/* @group Hirschfelder Styles */
.googlemaps {
	border-style: groove;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-right-width: 4px;
	border-top-width: 4px;
	margin: 20px 0px 0px 46px;
	width: 456px;
	height: 350px;
/* 	width: 464px; */
/* 	height: 350px; */
/*	border: 4px solid #fff;*/
	display: inline;
}

/* Box Bottom Content Styles */
.box_bottom_mailto {
	position: absolute;
	top: 4;
	left: 4;
}

.mailto_icon {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 1px;
/*	opacity: 0.4;*/
}


.image_1 {
	top: -40px;
	left: -40px;
	position: absolute;
	z-index: 1;
	display: block;
}

.image_2 {
	top: 60px;
	left: -30px;
	position: absolute;
	z-index: 2;
	display: block;
}

.image_3 {
	top: 160px;
	left: -40px;
	position: absolute;
	z-index: 2;
	display: block;
}

.image_4 {
	top: 270px;
	left: -25px;
	position: absolute;
	z-index: 2;
	display: block;
}

.image_5 {
	top: 370px;
	left: -50px;
	position: absolute;
	z-index: 2;
	display: block;
}

.image_angebot {
	position: absolute;
	left: -40px;
	top: -20px;
	z-index: 1;
}

.image_uebersicht {
	margin: 0px;
	padding: 0px;
}

.image_info {
	padding-right: 20px;
}

/*.image_fl {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}*/

.test2 {
	margin-top: 10px;
	-webkit-box-shadow: 5px 5px 20px #262626;
	-moz-box-shadow: 5px 5px 20px #262626;
	background: #ece5d0 url(images/paper_pattern.png) repeat;
}

.img_hooks {
	position: relative;
	top: -22px;
}

h3 {
	font-style: italic;
	color: #666;
	font-size: 24px;
/*	text-shadow: #fff 1px 1px 0;*/
	text-align: center;
/* border-bottom: 1px dashed #808080; */
	letter-spacing: 1px;
	margin: 0px 0px 30px 0px;
}



/* @end */

/* @group text styles */

.navbar_boxed a:link { color: #666; outline: none; }
.navbar_boxed a:visited { color: #666; outline: none; }
.navbar_boxed a:focus { color: #666; outline: none; }
.navbar_boxed a:hover { color: #333; outline: none; }
.navbar_boxed a:active { color: #666; outline: none; }

.sticker_date {
	float: right;
	border: dotted 1px #333;
	//background: #cc9966;
	font-size: 0.7em;
	font-weight: bold;
	//color: #fff;
	padding: 2px 10px 2px 10px;
	//margin: 0px 0px 0px 20px;
}

.footer_text {
/*	text-shadow: 1px 1px 0px #000;*/
	color: #fff;
}
.nav_top {
	color: #999;
	display: block;
/*	text-shadow: #fff 1px 1px 0;*/
	border-bottom: 1px dashed #b3b3b3;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

.nav_sub_link a {
/*	text-shadow: #fff 1px 1px 0;*/
	color: #7f7f7f;
	font-size: 16px;
	font-style: italic;
}

.nav_bottom {
	color: #999;
	display: block;
/*	text-shadow: #fff 1px 1px 0;*/
	border-top: 1px dashed #b3b3b3;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

p {
 	text-shadow: #fff 1px 1px 0; 
	color: #666;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}

p.schreibtext {
	font-size: 16px;
}


/* @group Link Styles */

a:link { text-decoration:none; outline: none; }
a:visited { text-decoration:none; outline: none; }
a:focus { text-decoration: none; outline: none; }
a:hover { text-decoration: none; outline: none; }
a:active { text-decoration: none; outline: none; }

/* @end */



/*p.box_aufzaehlung {
	margin-left: 10px;
	margin-right: 10px;
}*/

img {
	border: 0px;
}

/* @end */



/* @group List Styles */



/*ul {
    margin-left: 20px; 
    padding: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}*/

/*ul ul {
    margin-left: 16px; 
	list-style-type: circle;
}*/

/* @end */
