@charset "UTF-8";

body, html  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #686A69;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image:url(../img/layout/bg_page.jpg);
	background-repeat:repeat-y;	
}

img {
	border:0px;
}

.layout #container {
	top:0px;
	position:absolute; 
	margin:0px;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../img/layout/bg_tl.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:950px;
}
.layout #Navigation{
	position: absolute;
	width:205px;
	height:316px;
	left:745px;
	top:125px;;
	line-height:28px;
	text-align:right;
	font-size:18px;
	z-index:1000;
	/*background-color:#009933;*/
} 
.layout #shortContent{
	position: absolute;
	width:490px;
	height:280px;
	left:460px;
	top:455px;;
	/*background-color:#330066;*/
}
.layout #footer {
	position:fixed;
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100px;
	overflow: hidden;
	background-image:url(../img/layout/bg_footer.gif);
/bg_footer.gif);
	background-repeat:repeat-x;
	bottom:0px;
}
.layout #mainContent { 
	position: absolute;
	width:770px;
	left:180px;
	top:750px;;
	/*background-color: #FF6600;
	margin-bottom:110px;*/
	padding-bottom:110px;
} 
.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;
}
.nav_passiv{
	color:#000000;
	text-decoration:none;
	font-size:18px;
}
.nav_aktiv{
	text-decoration:underline;
	color:#666666;
	font-size:18px;
}
.subnav_passiv{
	color:#000000;
	text-decoration:none;
	font-size:14px;

}
.subnav_aktiv{
	text-decoration:underline;
	color:#666666;
	font-size:14px;
}
.style_formtext{
	float:left;
	width:250px;
}
.style_formobj{
	float:left;
	width:200px;
}
.style_textfield{
	width:200px;
}
.style_button{
	width:98px;
}
.shopartikel_headline{
	float:left;
	width:550px;
}
.shopartikel_preis{
	float:left;
	width:170px;
}
.shopartikel_formobj{
	float:left;
	width:50px;
}
.shopartikel_textfield{
	width:20px;
	height:14px;
	font-size:12px;
}
.shopartikel_beschreibung{
	float:left;
	width: 330px;
}
.shopartikel_bild{
	float:left;
	width: 210px;
	text-align:center;
}
.tshirt_gr{
	float:left;
	font-size:14px;
	width:110px;
}
.essen{
	float:left;
	font-size:14px;
	width:180px;
}
.tour_headline{
	float:left;
	font-size:14px;
	width:55px;
}
.tour_strecke{
	float:left;
	font-size:14px;
	width:190px;
}
.tour_info{
	float:left;
	font-size:14px;
	width:180px;
}
.tour_input{
	float:left;
	font-size:14px;
	width:230px;
}
.tour_preis{
	float:left;
	font-size:14px;
	width:75px;
}

.sponsor{
	height:76px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.verttop td {
	vertical-align: top;
	padding-bottom: 20px;	
	
}


.headline {font-weight: bold;}


#footer table td img {border: 3px solid #ffffff;}
#bilder {float:left; border: 3px solid #ffffff;}

/* :::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::: enira CMS Artikelauswahl ::::::::::: */
/* ::::::::::::------------------------:::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::: */

.articlenormal {
	border:medium none;
	padding:3px;
}

.articleselect {
	border:1px solid red !important;
	padding:2px;
}
.quelltext {
	font-size:10px; 
	color:red;
}
