/* ************************************************************************** */
/* Stylesheet für www.blue-mountains.de                                       */
/* Version 1.0 - 06.04.2008                                                   */
/*                                                                            */
/* (c) Copyright 2008 by Impression Media Dorsten - www.impressionmedia.de    */
/* ========================================================================== */
/* Versionshistorie                                                           */
/* (N = Neu; F = Fix; V = Verbesserung)                                       */
/* -------------------------------------------------------------------------- */
/* 1.0 - 06.04.2008: erste Fassung                                            */
/* ========================================================================== */
/* Outline                                                                    */
/* -------------------------------------------------------------------------- */
/* 1   : Yaml-Framework laden                                                 */
/*                                                                            */
/* 2   : Layout + Stile für www.blue-mountains.de                             */
/* 2.1 : Farben                                                               */
/* 2.2 : allgemeine html-Elemente (html/body)                                 */
/* 2.3 : Seitenbreite / Hintergründe                                          */
/* 2.4 : Neupositionierung der Content Container                              */
/* 2.5 : Header                                                               */
/* 2.6 : Footer                                                               */
/* ========================================================================== */
/* verwendete Farben                                                          */
/* -------------------------------------------------------------------------- */
/*                                                                            */
/* ************************************************************************** */


/* ************************************************************************** */
/* --- (1) Yaml-Framework laden - Start                                       */
/* ========================================================================== */
/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_seo.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);
/* ========================================================================== */
/* --- Yaml-Framework laden - Ende (1 )                                       */
/* ************************************************************************** */

/* ************************************************************************** */
/* --- 2 Layout + Stile für www.blue-mountains.de - Start                     */
/* ========================================================================== */

/* --- 2.1 : Farben festlegen ----------------------------------------------  */
html {
	background: #fff;
	}
	
html * {
	font-size: 100.01%; /* alle Schriftgrößen auf Standard (16 Pixel) zurücksetzen */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}


body {
	font-size: 75.00%; /* Basis-Schriftgröße 12 Pixel */
	color: #333;
	padding: 20px;
	margin: auto;
	text-align: center;
	background: none;
	}

/*
img, a img {
	border: 0;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	*/
	
/* --- 2.2 : Seitenbreite / Hintergründe ------------------------------------ */
#page_margins {
	width: 826px;
	background: #fff url(../img/bg-page-top.gif) top left no-repeat;
	padding-top: 19px;
	}
	
#page-bottom {
	background: #fff url(../img/bg-page-bottom.gif) bottom left no-repeat;
	padding-bottom: 19px;
	}

#page {
	background: transparent;
	background: url(../img/bg-page-left-right.gif) top left repeat-y;
	border: none;
	}

#page-wrapper {
	margin-left: 3px;
	margin-right: 3px;
	}
	
#main { 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	}


/* --- 2.3 Neupositionierung der Content Container -------------------------- */
/*                                                                            */
/* |-------------------------------|                                          */
/* | 826px                         |                                          */
/* |-------------------------------|                                          */
/* | #header                       |                                          */
/* |-------------------------------|                                          */
/* | #col1           | #col3       |                                          */
/* | 566px           | 260px       |                                          */
/* |-------------------------------|                                          */
/* | #footer                       |                                          */
/* |-------------------------------|                                          */


#col1 { /* #col1 wird zur Hauptinhaltsspalte */
	width: 69%; 
	float: right;
	z-index: 1;
	}

#col1_content {
	padding: 30px 20px 10px 20px;
	z-index: 2
	}
	
#col2, 
#col2_content { /* #col2 abschalten */
	display: none;
	}

#col3 { /* #col3 wird zur rechten Spalte; hat grafikfreien Spaltentrenner zw. #col1 und #col3 */
	margin-left: 0;
	margin-right: 69%;
	z-index: 3;
	}
	
#col3_content {
	padding: 30px 20px 10px 20px; 
	font-size: 95%;
	z-index: 4;
	text-align: left;
	}
	
#header {
	background: #fff;
	padding: 0;
	text-align: right;
	overflow: hidden;
	}

#header img.logo {
	float: left;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
#header img.flag {
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 10px;
	}

	
#header img.masthead {
	border-bottom: #EAEDEE solid 1px;
	}

#footer {
	background: transparent url(../img/bg-footer.gif) top left repeat-y;
	/*border-top: #986B12 solid 1px;*/
	border-top: none;
	text-align: center;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;

	color: #986B12;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	}
	
h1 { font-size: 133.33%;    } /* 24px */
h2 { font-size: 110%;    } /* 18px */
h3 { font-size: 133.33%; } /* 16px */
h4 { font-size: 116.67%; } /* 14px */
h5 { font-size: 116.67%; } /* 14px */
h6 { font-size: 116.67%; } /* 14px */

h1, h2 {
	margin-bottom: 0.5em;
   }
	
h1.startseite {
	color: #fff;
	background-color:#986B12;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: normal;
	}
	
.h1highlight {
	font-weight: bold;
}

.strongheading {
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	border-bottom: #986B12 2px solid;
}

p.highlight, p.highlight-bold {
	color: #986B12;	
	}
	
p.highlight-bold {
	font-weight: bold;
	}
	

.box {
  width: 220px;
  /*background: url(../img/div-bottom.gif) no-repeat bottom left;*/
  background: #0A0A0A;
  /*border: #986B12 solid 1px;*/
  }
  
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 100%;
  color: #986B12;
  text-align: center;
  border-bottom: #986B12 solid 2px;
  background: transparent url(../img/bg-box-h3.jpg) top left no-repeat;
  }
  
.box p {
  color: #986B12;
  background: #131415;
  font-weight: bold;
  margin: 0;
  padding: 18px 10px 14px 10px;
  list-style: none;
  border: none;
  }
  
.centered {
	text-align: center;
	}
	
.right {
 	float: right;
	}
	

#header h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 116.67%;
	padding: 0;
	margin: 0;
	margin-top: 34px;
	padding-right: 10px;
	}
	

ul {
	list-style: square;
}

li {
	color: #986B12;
}

li span {
	color: #333;
	}
	
ul.startseite {
	margin-top: 1em;
	}

li.startseite {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
   }

p.keywords {
	color: #986B12;
	text-align: center;
	border-bottom: #888 1px solid;
	padding-bottom: 8px;
	}
	
p.footermenu {
	font-size: 95%;
	margin-bottom: 0;
	}
	
p.copyright {
	font-size: 85%;
	padding-top: 8px;
	margin-bottom: 0;
	}

#main-nav {
	width: 100%;
	overflow: hidden;
	margin: 0;
   list-style-type: none;
	border-top: 2px #ddd solid;
   border-bottom: 2px #ddd solid;
	margin-bottom: 1.5em;
	}
	
#main-nav ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	}

#main-nav li {
	float:left;
	width: 100%;
	margin:0;
	padding: 0;
	}
	
#main-nav a,
#main-nav strong {
	display:block;
   width: 90%;
   padding: 3px 0px 3px 10%;
   text-decoration: none;
   background-color:#fff;
   color: #333;
   border-bottom: 1px #eee solid;
	}
	
	
/* Level 1 */
#main-nav li#active,
#main-nav li strong {
	width: 96%;
	padding: 3px 0px 3px 4%;
	color: #fff;
	background-color:#aab;
	border-bottom: 1px #eee solid;
	}

#main-nav li a {
	width: 96%;
	padding-left: 4%;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	}
	
#main-nav li a:focus,
#main-nav li a:hover,
#main-nav li a:active,
#main-nav li a.active {
	background-color: #986B12;
	color: #fff;
	}

#main-nav li a:hover {
	background-color: #C7B58F;
	}

.shops {
	width: 96%;
	padding: 3px 0px 3px 4%;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	display: block;
	}
	
.shops:hover {
	background-color: #C7B58F;
	}
	
/* Level 2 */
#main-nav li ul {
	}

#main-nav li:hover ul {
	}
	
	
#main-nav li ul li a,
#main-nav li ul li#active,
#main-nav li ul li strong,
#main-nav li ul li span {
	width: 90%;
	padding-left: 10%;
	font-weight: normal;
	}

#main-nav li ul li a {
	background-color: #f8f8f8;
	color: #333;
	}

#main-nav li ul li a:focus,
#main-nav li ul li a:hover,
#main-nav li ul li a:active {
	background-color: #986B12;
	color: #fff;
	}

#main-nav li ul li a:hover {
	background-color: #C7B58F;	
	}	
	
table {
	margin-top: 1.5em;
  	width: 100%;
  	position: relative;
  	border: 1px solid #000;
  	background: #fff;
  	}
	
table.impressum {
	margin-top: 0;
	border: none;
	}
	
table.impressum th, table.impressum td {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: left;
	vertical-align: top;
  	}
	
table th, table td {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: left;
  	/*border-bottom: 1px solid #b5b5b5;*/
  	}
	
table th {
  	color: #333;
	background: #986B12;
	border-bottom: 1px solid #000;
  	}
	
table tr {
  	background: #fff;
  	}
	
table tr.alt {
  	background: #C7B58F;
  	}

a {
	color: #333;
	text-decoration: none;
	border-bottom: #000 dotted 1px;
	}
	
a:hover {
	color: #986B12;
	text-decoration: none;
	border-bottom: #986B12 solid 2px;
	}
	
#footer a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: #666 1px dotted;
	}

#footer a:hover {
	color: #986B12;
	text-decoration: none;
	border-bottom: #986B12 solid 2px;
	}
	

ul.small-list {
	font-size: 85%;
	}
	
ul.small-list li {
	margin-bottom: 0.8em;
}
	
.small-font {
	font-size: 90%;
}
	
form {
	padding: 0;
	margin: 1.25em 0;
	margin-top: 0;
	}
	
fieldset {
	background: white;	
	border: 1px solid #6d6d6d;
	padding: 1em;
	padding-top: 0;
	}	

#kontaktformular p {
	margin-bottom: 0.4em;
	}
	
#kontaktformular h2 {
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1.4em;
	padding: 0;
	font-size: 133.33%;
	}
	
	
#kontaktformular label,
#kontaktformular label.long {
	background: white;	
	color: #000;
	cursor: pointer;
	float: left;
	width: 196px;
}

#kontaktformular label.long {
	width: 100%;
	margin-bottom: 4px;
	}

input,
select {
	border: 1px solid #6d6d6d;
	background: white;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 294px;
	padding: 3px 3px 3px;
	}

input.plz {
	width: 70px;
	}
	
input.ort {
	width: 211px;
	}

select {
	width: 302px;
	}
	
	
input.checkbox {
	height: 17px;
	width: 17px;
	border: none;
}
	
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
option:hover,
option:focus {
	border: 1px solid #000;
	background: #C7B58F;
}
option {
	background: white;
	color: #000;
}

textarea {
	border: 1px solid #6d6d6d;
	background: white;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 490px;
	padding: 3px 3px 3px;	
	}

.button {
	background: #fff;
	border: 1px solid #6d6d6d;
	color: 333;
	cursor: pointer;
	width: 13em;
	margin-right: 2px;
	}
	
.button:hover,
.button:focus {
	background: #986B12;
	border: 1px solid #000;
	color: white;
	}
	
.formtopmargin {
	margin-top: 2em;
	}
	
.bottommargin {
	margin-bottom: 2em;
	}
	
.top-padding {
	padding-top: 1.5em;
	}
	
#impressum {
	margin-top: 1.5em;
	font-size: 95%;
	}
	
#impressum p {
	line-height: 1.2em;
	}

	
.tab {
	float: left;
	width: 4em;
	}
	
.toplinesolid {
	border-top: 2px #ddd solid;
	}
	
	
.imgleft {
	float: left;
	margin: 0 4px 10px 0;
	padding: 4px;
	padding-left: 0;
	}
	
.imgright {
	float: right;
	margin: 0 0 10px 4px;
	padding: 4px;
	padding-right: 0;
	}
	
.imgleftinline {
	display: inline;
	float: left;
	margin: 0 4px 0 0;
	padding: 4px;
	padding-left: 0;
	}

	
#callservice {
	border-bottom: 2px #ddd solid;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	}


/*#callservice a, #callservice a:hover {
	text-decoration: none;
	border: none;
	}*/
	
.border-bottom {
	border-bottom: 2px #ddd solid;
	padding-bottom: 1.5em;
	}
	
#callservice img {
	border: 0px;
	}
  
.forsale {
   color: #800000;
   }
	
textarea.impressum {
	font-size: 1em;
	width: 99%;
	padding: 3px 3px 3px;
	margin-top: 0;
	text-align: left;
	}

textarea.impressum:hover,
textarea.impressum:focus {
	border: 1px solid #6d6d6d;
	background: white;
	}

#socialbookmarks img {
	padding: 0;
	padding-right: 1px;
	margin: 0;
	border: none;
	float: left;
	}

/*
a.img,
a:hover.img,
#main a.img,
#main a:hover.img,
#col1 a.img,
#col1 a:hover.img,
#col1_content a.img,
#col1_content a:hover.img,
#footer a.img,
#footer a:hover.img {
	text-decoration: none;
	border: none;
   }
	
*/

a.img,
a:hover.img {
	text-decoration: none;
	border: none;
	}
	
#legalinformations {
	font-size: 95%;
	}
	
#legalinformations p,
#legalinformations h1 {
	margin-bottom: 0.5em;
	line-height: 1.1em;
	}
	
.rightmargin {
	margin-right: 12px;
  }
  
.leftmargin {
	margin-left: 12px;
  }
 