@charset "UTF-8";
body  {
	background: #FFD27C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
}
.twoColFixLtHdr #container {
	width: 95%;
	min-width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #B59558;
	color: #333333;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD27C;
	border-right-color: #EBEBEB;
	border-bottom-color: #FFD27C;
	border-left-color: #EBEBEB;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	color: #000;
	background-image: url(../assets/pictures/HeaderBG_01.jpg);
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr  #header img {
	float: left;
	padding-right: 20px;
	padding-left: 25px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8A5F5A;
	background-color: transparent;
	font-size: 1.8em;
	font-weight: bolder;
}
.twoColFixLtHdr   #header   h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #8A5F5A;
	background-color: transparent;
	margin-top: -8px;
	font-weight: lighter;
	text-indent: 6px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #54422c;
	background-image: url(../assets/pictures/HeaderBG_02.jpg);
	background-repeat: no-repeat;
	color: #FEFEFE;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr  #sidebar1 ul {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #856E4D;
	padding-bottom: 10px;
	font-weight: lighter;
	list-style-image: url(../assets/graphics/teknaraListBullet.png);
}
.twoColFixLtHdr   #sidebar1  ul.routes {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.twoColFixLtHdr   #sidebar1 li {
	list-style-image: url(../assets/graphics/teknaraListBullet.png);
}
.twoColFixLtHdr   #sidebar1  ul.routes li                    {
	font-size: 12px;
	list-style-type: disc;
	line-height: 1em;
	padding-top: 5px;
	list-style-image: none;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	margin-left: -30px;
	color: #FFD27C;
	font-weight: 200;
	border-bottom: 1px solid #B59558;
	padding-bottom: 3px;
}
.twoColFixLtHdr #sidebar1   a:link  {
	color: #FEFEFE;
	text-decoration: none;
	background-color: #54422C;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #FEFEFE;
	text-decoration: none;
	background-color: #54422C;
}
.twoColFixLtHdr #sidebar1  a:hover  {
	color: #A88A52;
	text-decoration: none;
	background-color: #54422C;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #A88A52;
	text-decoration: none;
	background-color: #54422C;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px;
	padding: 0 25px 0 15px;
	width: auto;
} 
.twoColFixLtHdr  #mainContent  h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bolder;
}
.twoColFixLtHdr  #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: lighter;
	color: #8E3F3C;
	background-color: #B59558;
}
.twoColFixLtHdr  #mainContent h3 {
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 10px;
}
.twoColFixLtHdr  #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
	text-align: justify;
}
.twoColFixLtHdr  #mainContent blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: justify;
}
.twoColFixLtHdr #mainContent table {
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.twoColFixLtHdr #mainContent  td {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 3px;
}
.twoColFixLtHdr #mainContent .angebotCont {
	margin-top: 50px;
	clear: right;
}
.twoColFixLtHdr #mainContent  .preiscont {
	width: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #8E3F3C;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #A46F45;
	font-size: 0.9em;
}

.twoColFixLtHdr #mainContent   .preiscont   * {
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #mainContent .preiscont h4 {
	color: #333333;
	background-color: #A46F45;
}
.twoColFixLtHdr #mainContent .preiscont ul li {
	margin-left: 40px;
	padding-left: 0px;
	letter-spacing: 0.05em;
}
.twoColFixLtHdr #mainContent .preiscont .disclaimer {
	font-size: 0.8em;
	color: #333333;
	background-color: #A46F45;
	text-align: center;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#54422C;
	color: #FEFEFE;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E3F3C;
	margin-bottom: 0px;
}
.tourLinks {
	text-align: center;
	margin-bottom: -10px;
}
.info {
	font-size: 0.8em;
	color: #000000;
	background-color: #A46F45;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bolde {
	font-weight: bold;
	color: #333333;
	background-color: #A46F45;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb a:link {
	font-size: 0.9em;
}
.breadcrumb a:visited {
	font-size: 0.9em;
	color: #0000E7;
	background-color: #B59558;
}
.breadcrumb a:hover {
	font-size: 0.9em;
	color: #333333;
	background-color: #B59558;
}
.breadcrumb a:active {
	font-size: 0.9em;
	color: #333333;
	background-color: #B59558;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #0033FF;
}