@charset "UTF-8";
 @media all {
* {
	margin:0;
	padding:0;
}
* html body * {
	overflow:visible;
}
* html iframe, * html frame {
	overflow:auto;
}
* html frameset {
	overflow:hidden;
}

body {
	font-size:100.01%;
	background:#fff;
	color:#000;
	text-align:left;
	background-color:#ffffff;
	padding: 20px 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75.00%;
	color:#444;
}
.page_margins {
	text-align:left;
	margin: 0 auto;
	min-width: 940px;
	max-width: 80em;
	background: #fff;
	width:940px;
	height:490px;
	background-image:url(styles_01_FILES/background_image.jpg);
	background-repeat:no-repeat;
}
.page {
	padding:0;
}
#header {
	position:relative;
	clear:both;
	color: #000;
	height:130px;
}
#topnav {
	text-align:right;
}
#header #topnav {
	position:absolute;
	top:10px;
	right:10px;
	background-image:url(../logo.gif);
	width:225px;
	height:63px;
}
#topnav {
	color: #aaa;
	background: transparent;
}
#topnav a {
	color: #999;
	font-weight: normal;
	background:transparent;
	text-decoration:none;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
	text-decoration:underline;
	background-color: transparent;
}
div {
	outline:0 none;
}
option {
	padding-left:0.4em;
}
select {
	padding:1px;
}
fieldset, img {
	border:0 solid;
}
ul, ol, dl {
	margin:0;
}
li {
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 1em 0.8em;
}
blockquote {
	margin:0 0 1em 0.8em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
/*-------------------------------------------------------------------------------------clearing----------------------------------------------------------------------------------*/


  .clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.floatbox {
	overflow:hidden;
}
#ie_clearing {
	display:none;
}
/*------------------------------------------------------------------------------------------------------*/

 
#nav, #main, #footer {
	clear:both;
}
#col1 {
	float:left;
	margin-left: 220px;
	width:344px;
	height:345px;
}
#col1_content {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	background-color:#ffffff;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	height:330px;
	overflow-x:hidden;
	overflow-y:hidden;
}
#col2 {
	width:220px;
	float:left;
	margin-left:-560px;
	height:333px;
	padding-top:15px;
}
#col2_content {
	position:relative;
}
#col2 .navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 28px;
	text-transform: uppercase;
	width:220px;
}
#col2 .navigation li {
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
}
#col2 .navigation li a {
	text-decoration:none;
	color:#ffffff;
}
#col2 .navigation li.aktiv a {
	text-decoration:none;
	color:#cc6633;
}
#unternavigation {
	visibility:hidden;
}
#col3 {
	width:auto;
	margin:0 200px;
	float:right;
	margin-left: -5px;
	margin-right: 0%;
	width:376px;
	height:348px;
}
#col3_content {
	position:relative;
	width:376px;
}
#nav ul {
	margin-left: 20px;
}
#main {
	padding:0;
	padding:0;
	width: 100%;
	float:left;
}
#footer {
	color:#666;
	background: #f9f9f9;
	padding: 10px 20px;
	border-top: 5px #efefef solid;
	line-height: 1.5em;
}
#footer a {
	color: #999;
	background:transparent;
	font-weight: bold;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D87C7;
	background-color: transparent;
	text-decoration:underline;
}
#skiplinks a.skip:focus, #skiplinks a.skip:active {
	color: #fff;
	background: #333;
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	text-decoration:none;
}
html * {
	font-size:100.01%;
}
textarea, pre, code, kbd, samp, var, tt {
	font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#222;
	margin:0 0 0.25em 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}
h2 {
	font-size:200%;
}                       /* 24px */
h3 {
	font-size:150%;
}                       /* 18px */
h4 {
	font-size:133.33%;
}                    /* 16px */
h5 {
	font-size:116.67%;
}                    /* 14px */
h6 {
	font-size:116.67%;
}                    /* 14px */
ul, ol, dl {
	line-height:1.5em;
	margin:0 0 1em 1em;
}
ul {
	list-style-type:disc;
}
ul ul {
	list-style-type:circle;
	margin-bottom:0;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style-type:lower-latin;
	margin-bottom:0;
}
li {
	margin-left:0.8em;
	line-height:1.5em;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 1em 0.8em;
}
p {
}
blockquote, cite, q {
	font-family:Arial, Helvetica, sans-serif;
}
blockquote {
	margin:0 0 1em 1.6em;
	color:#666;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
big {
	font-size:116.667%;
}
small {
	font-size:91.667%;
}
pre {
	line-height:1.5em;
	margin:0 0 1em 0;
}
pre, code, kbd, tt, samp, var {
	font-size:100%;
}
pre, code {
	color:#800;
}
kbd, samp, var, tt {
	color:#666;
	font-weight:bold;
}
var, dfn {
	font-style:italic;
}
acronym, abbr {
	border-bottom:1px #aaa dotted;
	font-variant:small-caps;
	letter-spacing:.07em;
	cursor:help;
}
sub, sup {
	font-size:91.6667%;
	line-height:0;
}
hr {
	color:#fff;
	background:transparent;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border:0;
	border-bottom:1px #eee solid;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #cc6633;
	text-decoration:none;
}
a:visited {
	color:#cc6633;
}
a:focus {
	color:#000;
}
a:hover, a:active {
	color:#cc6633;
}
p.icaption_left {
	float:left;
	display:inline;
	margin:0 1em 0.15em 0;
}
p.icaption_right {
	float:right;
	display:inline;
	margin:0 0 0.15em 1em;
}
p.icaption_left img, p.icaption_right img {
	padding:0;
	border:1px #888 solid;
}
p.icaption_left strong, p.icaption_right strong {
	display:block;
	overflow:hidden;
	margin-top:2px;
	padding:0.3em 0.5em;
	background:#eee;
	font-weight:normal;
	font-size:91.667%;
}
.highlight {
	color:#c30;
}
.dimmed {
	color:#888;
}
.info {
	background:#f8f8f8;
	color:#666;
	padding:10px;
	margin-bottom:0.5em;
	font-size:91.7%;
}
.note {
	background:#efe;
	color:#040;
	border:2px #484 solid;
	padding:10px;
	margin-bottom:1em;
}
.important {
	background:#ffe;
	color:#440;
	border:2px #884 solid;
	padding:10px;
	margin-bottom:1em;
}
.warning {
	background:#fee;
	color:#400;
	border:2px #844 solid;
	padding:10px;
	margin-bottom:1em;
}
.float_left {
	float:left;
	display:inline;
	margin-right:1em;
	margin-bottom:0.15em;
}
.float_right {
	float:right;
	display:inline;
	margin-left:1em;
	margin-bottom:0.15em;
}
.center {
	display:block;
	text-align:center;
	margin:0.5em auto;
}
table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:0.5em;
}
table caption {
	font-variant:small-caps;
}
table.full {
	width:100%;
}
table.fixed {
	table-layout:fixed;
}
th, td {
}
thead th {
	color:#000;
}
tbody th {
	background:#e0e0e0;
	color:#333;
}
tbody th[scope="row"], tbody th.sub {
	background:#f0f0f0;
}
tbody th {
	text-align:left;
}
tbody td {
	padding-right:7px;
	padding-left:7px;
	padding-bottom:16px;
}
.csc-textpic-imagewrap {
	width:376px !important;
	padding:0;
	margin:0;
	padding-right:15px;
}
.page_margins .page #main #col2 #link_gaestehaus {
	height: 50px;
	width: 65px;
	padding-left:135px;
	
}

}
