@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
	font-family: 'junction_regularregular', Tahoma, Geneva, sans-serif;
	}
		
body {
	background-repeat:no-repeat;
	background-image: url( graphics/bg_cover_bistro_sommer1.jpg);
	background-size:cover; -webkit-background-size:cover; 
	background-attachment:fixed;
	}
* {
	margin: 0px;
	padding: 0px;
}
.bistro_bg {
	background-repeat:no-repeat;
	background-image: url(graphics/bg_cover_bistro_1.png);
	background-size:cover; -webkit-background-size:cover; 
	background-attachment:fixed;
}

	
#wrapper {
	margin: auto;
	width: 940px;
}
#spacer {
	height: 430px;
	position: relative;
}
#body {
	width: 100%;
	font-size: 1em;
}
#header_top {
	height: 62px;
	width: 940px;
	position: absolute;
	background-image: url(graphics/erleben_sie_den_mittleren_balmberg.png);
	background-repeat: no-repeat;
	background-position: right;
}
#header_logo {
	height: 52px;
	width: 366px;
	position: absolute;
	top: 62px;
	background-image: url(graphics/logo_mittlererbalmberg_top.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#header_logo_bottom {
	height: 72px;
	width: 366px;
	position: absolute;
	top: 114px;
	background-image: url(graphics/transparent_1px.png);
	background-repeat: repeat;
}
#s2d_teaser {
	height: 309px;
	width: 540px;
	left: 400px;
	position: absolute;
	top: 62px;
	background-image: url(graphics/haltestelle_mittlerer_balmberg.jpg);
	background-repeat: no-repeat;
}
#navi_top {
	height: 244px;
	width: 329px;
	position: absolute;
	top: 186px;
	background-image: url(graphics/transparent_1px.png);
	padding-left: 36px;
	left: 1px;
}
#content {
	width: 771px;
	background-image: url(graphics/transparent_1px.png);
	padding-left: 85px;
	padding-right: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	
}
#footer {
	width: 866px;
	font-size: 0.8em;
	text-align: center;
}
#navi_top ul  li{
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.6em;
}
#transparent_bottom_spacer {
	height: 58px;
	width: 500px;
	position: absolute;
	top: 372px;
	left: 366px;
	background-image: url(graphics/transparent_1px.png);
}
#shade {
	height: 310px;
	width: 35px;
	position: absolute;
	left: 366px;
	top: 62px;
	background-image: url(graphics/shade.png);
}

/*////navigation////*/
#navi_top ul li a {
	text-decoration: none;
	color: #dc0d2e;
	
}
#navi_top a {
	color: #dc0d2e;
	display: block;
	width: 300px;
	height: 30px;
	-moz-transform: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	line-height: 30px;	
	font-size: 1.5em;
}

#navi_top a:hover {
	color: #004696;
	font-weight:bold;
	/*background-color:#FFFFFF;*/
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33651;
	}
#content h2 {
	color: #dc0d2e;
	font-weight: bolder;
	padding-top: 0px;
}
#content p {
	text-align: left;
}
.block {
	display: block;
	width: 492px;
}
#content p a {
	color: #dc0d2e;
	text-decoration: none;
	font-weight: bolder;
}
hr {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
h3 {
	color: #004696;
	margin-bottom: 5px;
}

.blue {
	color: #004696;
}

.bildicon {
	/*display: table;*/
	width:auto;
	height: auto;
	vertical-align: middle;	
}
.bildherbst {
	/*display: table;*/
	width:auto;
	height: 705px;
	vertical-align: middle;	
    background-image: url( "graphics/rahmen12.png");
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-right: 100px;
    padding-top: 60px;
}

#wrapper #body #content ul li {
	list-style-position: inside;
}
.icon_pdf {
	padding-right: 4px;
}
.bildrechts {
	float: right;
	margin-right: 150px;
	margin-top: 0;
	}

.bildlinks{
	float: left; 
    margin-right: 10px;
	margin-top: 0;
	}


.bildrechts25px {
	float: right;
	margin-right: 25px;
	margin-top: 0;
	}

.bildrechts200px {
	float: right;
	margin-right: 200px;
	margin-top: 0;
	}

.font_small {
	font-size: 0.7em;
	}

/*//////////////Kontaktformular//////////*/

reise_buchen {
	font-size: 0.8em;
	background: #f9d991;
	color:#333;
	line-height: 2 ;
	padding: 10px;
	border: 0;
	}
	
form#gruppenreisen {
	font-size: 0.8em;
	background: #f9d991;
	color:#333;
	line-height: 2 ;
	padding: 10px;
	border: 0;
	}
	
form#kontakt {
	font-size: 0.8em;
	background: #83b0de;
	color:#333;
	line-height: 2 ;
	padding: 10px;
	border: 0;
	}
	
form#gutscheine {
	font-size: 0.8em;
	background: #3399cc;
	color:#333;
	line-height: 2 ;
	padding: 10px;
	border: 0;
	}

fieldset {
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px;
	}

legend {
	font-weight: bold;
	color: #333;
	padding: 0 10px;
	border: none;	
	}

label {
	position: relative; /*etwas höher ...*/
	bottom: 1px;
	cursor: pointer;
	}
#wrapper #body #content p a {
}
			
label.davor {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;	
	}	
		
textarea#nachricht {
	margin-top: 10px;
	font-family:"Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 0.8em;	
	}
		
#submit,
#reset {
	padding: 5px;
	margin-left: 10px;
	background-color: #1061a9;
	color: #fff;
	border: 1px solid #fff;
	}
	
#form p {
	margin: 0;
	margin-left: 10px;	
	}	
	
.margin_top_2px {
	margin-top: 2px;
}


/*//////////////Tabelle//////////*/.a_link {
	color: #BD0926;
	text-decoration: none;
}
.text_impressum {
	font-size: 0.9em;
}

.text_gross{
	font-size: 1.4em;
}

.image_border_left {
	padding-left: 4px;
#wrapper #body #content p {
}
