@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet f�r das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        basemod.css
 */
@media screen, projection {
    /*-------------------------------------------------------------------------*/
    /* (en) Marginal areas & page background */
    /* (de) Randbereiche & Seitenhintergrund */
body {
        background: #4d87c7 url("../img/bg.gif");
        padding: 0;
}

    /* Layout Alignment | Layout-Ausrichtung */ 
	
#page_margins {
margin: 0 auto;
}

    /* Layout Properties | Layout-Eigenschaften */ 
	#page_margins {
        width: auto;
        min-width: 740px;
        max-width: 90em;
        background: #fff;
} 
#header {
	height: 150px;
    padding: 58px 0 0 8px;
    background: url(../img/banner.jpg) 0 0 no-repeat;
	margin-bottom: -58px;
	font-family: serif;
} #headtext {
		opacity: 1;
        font-size: 4em; /* optional. just to increase the font size. */
        display: block;
        line-height: 1em;
        color: #fff; /* shadow color */
        background-color: transparent;
        white-space: nowrap; /* wrapping breaks the effect */
} #headtext:before, #headtext:after {
        content: "RÜGENGUIDE"; /* generated text */
        display: block;
} #headtext:before {
		opacity: 0.2;
        margin-bottom: -1.01em;
        margin-left: 0.1ex;
        color: #000; /* shadow color */
        background-color: transparent;
} #headtext:after {
        margin-top: -1.01em;
        margin-left: -0.05ex;
        color:#6A9CE3; /* text color */
        background-color: transparent;
} 
#topnav span a {
	color: #fff;
    font: normal 12px sans-serif;
	background: transparent;
	 }
#nav {} 
#warenkorb{
	list-style: none;
	position: relative;
}
#warenkorb li{
	color: #fff;
	position: absolute;
	right: 0px;
	font-size: 14px;
}

#nav_main {
background-color: #FFFAF5;
} 

#main {
        margin: 0 0;
        background-color: #FFF5EA;
} #footer {
        height: 20px;
        color: #666;
        background: #f9f9f9;
        border-top: 5px #efefef solid;
} #footer ul {
        position: relative;
        right: 5px;
        top: -2px;
} #footer ul li {
        list-style: none;
        float: left;
} #footer ul li a {
        padding: 0 7px;
        color: #6A9CE3;
        font: normal 11px / 22px sans-serif;
        text-decoration: none;
} #footer ul li a:hover {
        text-decoration: underline;
        color: #6A9CE3;
}

    /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */ #nav ul {
}

    /*-------------------------------------------------------------------------*/
    /**
     * (en) Formatting content container
     * (de) Formatierung der Inhalts-Container
     *
     */ #col1 {
     	position: relative;
        margin-bottom: 0;
        padding-top: 30px;
        padding-left: 5px;
      	float: left;
        width: 180px;
        min-height: 400px;
        background: url(/img/left_back.png) repeat-y;
}
#col1_end{
	position:absolute;
	bottom:-30px;
	margin:0;
	margin-left:-5px;
	width: 180px;
	height: 30px;
	background: url(/img/left_back_end.png);
	
}
 #col2 {
        display: none;
} #col3 {
        width: auto;
        margin: 0 0 0 200px
} #col1_content {
        padding: 0 10px 0 20px
} #col3_content {
        padding: 0 0px 0 10px
}

    /*-------------------------------------------------------------------------*/ #col3_content ul.stationindex {
        margin: 0;
        width: 80%;
        list-style: none;

}
#col1_content hr{
	width:100%;
	margin-left: -20px;
	height: 1px;
	border-bottom: 1px #7B736F dotted;
}
 
#col1_content ul{
	margin-left: -20px;
	list-style:none;
}
#col1_content ul li{
	margin-bottom: 5px;
}
 #col3_content ul.stations_item{
 	margin-left: -20px;
 	width: auto;
 	list-style: none;	
	background-color: white;
 }

 #col3_content ul.stations_item li {
        margin: 0;
        height: 25px;
        border-left: #FFF5ED solid 2px;
        padding-left: 20px;
}

 #col3_content ul.stations_item li p {
        margin-right: 30px;
        color: #808080;
        float: left;
} #col3_content ul.stations_item li.noBor {
        border: none;
} #col3_content ul.stations_item li a {
        display: block;
        padding: 9px 0 0 0;
        font: normal 14px / 14px sans-serif;
        background-color: inherit;
        text-decoration: none;
        color: #272727;
        border-bottom: #EAB675 dotted 1px;
} #col3_content ul.stations_item li a:hover {
} #col3_content ul.stations_item li a.hover {
        display: block;
        padding: 0 15px;
        font: bold 9px / 12px sans-serif;
        background-color: inherit;
        border-bottom: none;
		text-decoration: underline;
} 
#col3_content ul.stations_item li a.stationdetails {
	 font: normal 11px sans-serif;
	 color: #808080;
	 padding: 0;
	 margin: 0;
	 text-decoration: none;
	 border-bottom: none;
}
#col3_content ul.stations_item li p.stationdetails {
	padding-top:3px;
	padding-left: 420px;
	position: absolute;
}
#col3_content ul.stations_item li p.listenkorb {
margin:-28px;
	margin-left: 49%;
	position: absolute;
	text-decoration: none;
	border-bottom: none;
}
#col3_content ul.stations_item li p.listenkorb a{
		text-decoration: none;
	border-bottom: none;
}
#col3_content fieldset.touren{
	-moz-border-radius: 8px; 
	border-radius: 8px;
	background: #fff;
	margin: 0 0 10px 0;
	padding:0 0 0 30px;

}
#col3_content fieldset.touren ul{
	position: relative;
	list-style: none;
	margin: 0 10px 10px 0px;;
	padding:0 0 0 0px;
	height: 15px;
	clear:both;
	border:1px;
    border-bottom: #EAB675 dotted 1px;

}
#col3_content fieldset.touren ul li{
	float:left;
}
#col3_content fieldset.touren ul li.tourname{
	position: absolute;
	left: -15px;
}
#col3_content fieldset.touren ul li.stationen_anzahl{
	position: absolute;
	left: 250px;
}
#col3_content fieldset.touren ul li.preis{
	position: absolute;
	right: 50px;
	font-weight: 800;
	top: -2px;
}
#col3_content fieldset.touren ul li.warenkorb{
	position: absolute;
	right: 5px;

}
#col3_content fieldset.touren legend{
	font: 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%; color:#182E7A;
	margin-bottom: 5px;
} 

.tour_item{
	background-color: #fff;
	margin-bottom: 3px;
	list-style: none;
	margin-left: -20px;
	float:left;
}

div.tour{
	clear:both;
	position: relative;
	width: 350px;
/*
  	
	float: left;
*/
	margin: 20px;
	

}

#col3_content .home {
        line-height: 1.5;
} .c75l {
        padding-top: 30px;
} .ad {
        position: relative;
        margin: 0 1px 0 40px;
        padding: 0 0 0 10px;
        text-align: center;
        background: url(/img/right_back.png) repeat-y
} .subcr {
        padding: 0 0 0 0;
        margin: 0;
} .subcr ul {
        list-style: none;
} .subcr ul li img {
        padding: 0 0 0 0;
        margin: 0;
} .bilder {

		margin: 0 1px 0 40px;
        padding: 0 0 0 10px;
        text-align: center;
        background: url(/img/right_back.png) repeat-y
} 
.stationen_menue{
		margin: 0 1px 0 40px;
        padding: 30px 0 0 10px;

        background: url(/img/right_back.png) repeat-y
}
    /*-------------------------------------------------------------------------*/ #row {
        border-top: #404042 5px groove;
        border-bottom: #404042 5px ridge;
        overflow: hidden;
        position: relative;
        width: 100%;
        background: url(/img/row_back.png) 0 0;
} #row .item {
        text-align: center;
        margin: 0px 0 0px 2px;
        position: relative;
        height: 120px;
        width: 19.5%;
        float: left;
        border-right: #ffffff dotted 1px;
} #row .item ul {
        margin: 0;
        position: relative;
        width: 100%;
        list-style: none;
        float: left;
} #row .item ul li {
        color: #ffffff;
        margin: 0px;
        text-align: center;
} #row .item ul li a {
        font-weight: bolder;
        color: #ffffff;
}

dl.station dd {
        padding-top: 15px;
}

div.user_box {
        margin-left: -20px;
        padding: 5px;
        width: 150px;
        margin-bottom: 20px;
}

div.user_box input {
}

div.minicart {
        margin-left: -25px;
        padding: 5px;
        width: 150px;
        background: #ffffff;
        border-top: solid 1px #4d87c7;
        border-right: solid 1px #4d87c7;
        border-bottom: solid 1px #4d87c7;
}

div.minicart ul {
        margin-left: -5px;
        padding: 0 0 0px 0;
        list-style: none;
}

li.cart_header {
        border-bottom: solid 1px #6A9CE3;
        margin-bottom: 4px;
}

li.cart_header img {
        padding-top: 5px;
}

li.cart_header a {
        margin-bottom: 4px;
        color: #808080;
        font: 14px verdana;
}

div.wetter {
        text-align: center;
        width: 150px;
        margin-top: -25px;
        margin-left: -20px;
        padding: 0 0 0px 0;
}

div.wetter ul {
        padding: 0;
        margin-left: -15px;
        list-style: none;
}

div.events {
        margin-top: 30px;
        width: 170px;
        margin-left: -20px;
        padding: 0;
}

div.events ul {
        width: 170px;
        padding: 0;
        margin-left: -15px;
        list-style: none;
}

div.events ul li {
        width: 150px;
        padding: 3px;
        background-color: #FFF5EA;
        margin-bottom: 3px;
}

div.events ul li:hover {
        background-color: #F0F0F0;
}
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
div.block a{
	text-decoration: underline;
}
div.wetter {
	width: 100%;
	margin:5px;
}
div.wetter ul{
	width: 24%;
	list-style:none;
	float: left;
	background-color: #fff;
	margin-left: 4px;
	
}
div.mini_wetter {
	
	margin:0px;
	padding: 0px;
}
div.mini_wetter ul{
	width: 150px;
	text-align: center;
	list-style:none;
	margin-left:-35px;
	padding: 0px;
	
}

}
