/* CSS Document */

/*
Globale einstellungen fuer TAGs
*/
DIV{
	margin: 0px;
}

A {
	color: blue; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none
}

H1{
	color: #000; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	background-color: #f9f9ea; 
	background-image: url(gfx/teaser_header.gif); 
	background-repeat: no-repeat;
	padding: 4px 8px 1px 4px; 
	border-bottom: 1px dotted #036;
	
	margin-top: 0px;
}

H2{
	color: #000; 
	font-size: 13px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold;
	padding: 4px 8px 1px 4px; 
	border-bottom: 1px dotted #036;
	
	margin-top: 10px;
}


/** Layout */
#overall{
	width: 760px;
	
	/*Zentrieren*/
	left: 50%;
	margin-left: -380px;
	position: relative;
}

#Kopf{
	width: 100%;
	height: 140px;
}

#Kopf_Banner{
	background-image:url(gfx/header_neu.jpg);
	background-repeat:no-repeat;
	
	width:100%;
	height: 110px;
}

#Kopf_Menu{
	width:100%;
	height: 30px;
}

#scrollbar{
	width: 100%;
	height: 100%;
	margin-top: 5px;
}

#Mitte{
	width: 760px;
	height: auto;
	
	background: #FFFFFF repeat-y url(gfx/border.jpg);
}

#Mitte_Links{
	width: 200px;
	float: left;
	height: 100%;
	min-height: 100%;
}

#Mitte_Inhalt {
	width: 550px;
	
	/* Abstand nach links */
	margin-left: 210px;
}

#Fuss{
	width: 754px;
	background-color: #ffcc2a;
	
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	padding: 3px; 
	border: 1p #999 dotted;
}

#Fuss_Links{
	text-align: left;
	float: left;
	
	width: 50%;
}

#Fuss_Rechts{
	text-align: right;
	width: 50%;
	margin-left: 50%;
}

.clear {
	clear:both;
	width: 0px;
	height: 0px;
	font-size:0px;
	margin: 0px;
	padding: 0px;
}


/** Guestbook */
.guestbookCount{
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	
	margin-bottom: 10px;
}

.guestbookBox{
	border-left: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	
	margin-top: 5px;
}

.guestbookAutor{
	font-weight: bold;
	
	display:	block;
	margin-top: -1px;
	font-size: 13px; 
}

.guestbookDate{
	color: red;
	display:	block;
	
	font-size: 8px;
	color: #C5C5C5;
}

.guestbookComment{
	font-style: italic;
	display:	block;
}



/** Inhalt */
.inhalt{
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.subUeberschrift{
	font-size: 14px; 
	background-image: url(gfx/navi_verlauf.gif); 
	background-repeat: repeat-x;
	width: 195px; /* Mitte_links.width - 5px */
	font-weight: bold;
	
	padding: 2px 0px 3px 5px;
	margin-bottom: 3px;
}

.subMenuePunkt{
	 font-size: 12px;
	 margin-left: 3px;
}

.subMenuePunktImg{
	float: left;
	width: 15px;
	height: 20px;
	text-align: center;
	
	padding-top: 2px;
}

.subMenuePunktTxt{
	height: 20px;
}

.ueberschrift{
	
}

.menueTable {
	width: 100%;
}

.menuePunkt { 
	font-size: 12px; 
	background-image: url(gfx/navi_verlauf.gif); 
	background-repeat: repeat-x; 
	background-position: center 0; 
	padding: 5px 5px 6px; 
	border-style: solid dotted; 
	border-width: 1px; 
	border-color: #fff #ffcc2a #999 #999;
}

.webcam{
	text-align: center;
	margin-top: 5px;
}

.wetter{
	margin-top: 5px;
}

.sprache {
	text-align: center;
	margin-top: 5px;
}
.sprache IMG { margin-right: 10px; margin-left: 10px; }




/**************
* Shop
*/
.productItem{
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	
	border-left: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
}

.productItem INPUT{
	border: 1px black solid;
	background-color: #ffffff;
	
	width: 30px;
	height: 15px;
}

.productTitle{
	text-decoration: none;
	margin-bottom: 0px;
}

.productSubTitle{
	font-style: italic;
	padding-left: 5px;
	font-size: 12px;
}

.productNote{
	padding-left: 5px;
	font-size: 12px;
}

.productPrice{
	padding-left: 5px;
	font-size: 12px;
}

.productOrderForm{
	vertical-align: top;
}

/**
* Shop - Single display
*/
.productSingleBox{
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.productSingleBox H3{
	text-decoration: none;
	margin-bottom: 0px;
}

.productSingleBox DT{
	font-weight: bold;
}

#quantity{
	border: 1px black solid;
	background-color: #ffffff;
	
	width: 30px;
	height: 15px;
}


/**
* Shop - Warenkorb
*/
.productBasketBox{
	background-color: #f9f9e0;
	padding-left: 10px;
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.productBasketOverview{
	width: 100%;
	border: 1px #999 dotted;
}

.productBasketOverview TH{
	text-align: left;
	font-size: 13px;
}

.productBasketOverview INPUT{
	border: 1px black solid;
	background-color: #ffffff;
	
	width: 30px;
	height: 15px;
}
.productBasketHint{
	font-style: italic;
	font-size: 10px;
}

.productAbstand{
	margin-top: 10px;
}
.productAlignTop{
	vertical-align: top;
}

.productTable50percent{
	width: 100%;
}

.productTable50percent TD{
	width: 50%;
}

.productKasseHint{
	font-style: italic;
	font-size: 10px;
}

.productFieldset{
	border: 1px #999 dotted;
	background-color: #f9f9e0;
	
	font-size: 12px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.productFieldset LEGEND{
	font-weight: bold;
}

.productFieldset INPUT, TEXTAREA{
	border: 1px black solid;
	background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.productsMustFill{
	color: red;
	font-style: italic;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	
}
.test { border: 1px red solid}

.productShopAddress{
	width: 100%;
	text-align: right;
}


/**
* Mailform
*/
.mf-field{
	border: 1px black solid;
	width: 300px;
}
.mf-line{
	margin-top: 5px;
}
.mf-submit{
	border: 1px black solid;
	width: 80px;
}

.mf-label{
	display: block;
	font-weight: bold;
}


/**
* Suchfeld und Suchergebnisse 
*/
#searchform INPUT {
	margin-top: 5px;
}
.searchformInput {
	border: 1px black solid;
	width: 150px;
	background: white;
	
	color: black;

	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.searchformSubmit {
	width: 80px;
	border: 0px;
}

#searchform TD {
	padding-left: 10px;
	text-align: center;
}