/* ***** CSS Style für Bad Endbach - Page Styles ****** */

* 	{
	border:0px;
	margin:0px;
	padding:0px;
	outline:none;
}

html {
	height:800px;
}



body {
	background:#E5DFC5 url(../img/background_gradient.gif) bottom center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#590F1E;
}
/***************** FARBsonderbehandlung ***********************/
body#gemeinde {
	color:#464E6F;
}
body#home {
	color:#464E6F;
}
/**************************************************************/
.warenkorbKasse{
	margin-top:20px; 
	margin-left:-85px;
	float:left;
}
.warenkorbArtikel{
	margin-top:80px; 
	float:left;
	margin-left:-152px;
	padding-right:20px;
	width:132px;
	background: transparent url(../img/shopping_bag_small.png) center right no-repeat;
	text-align:right;
	color:#464E6F;
}
#topBar{
	float:left;
	width:100%;
	height:10px;
	background-color: #A2CBE4;
}
#main {
	margin:0 auto;
	width:1068px;
	height:auto;
	
}

#header {
	margin-top:0px;
	float:left;
	width:100%;
	height:141px;
}


input.small {
	border:1px solid #590F1E;
	color:#590F1E;
	float:left;
	
	width:120px;
}
input.smaller {
	border:1px solid #590F1E;
	color:#590F1E;
	float:left;
	
	width:68px;
}
#header input {
	margin:55px 0px 0px 0px;
	border-bottom:1px solid #D4D6DE;
	float:left;
	color:#464E6F;
	width:130px;
	background: transparent url(../img/search.png) center right no-repeat;
	padding-right:20px;
	text-align:right;
	
}
#header #suchenLabel{
	display:none;
}
#header label a{
	margin:55px 0px 0px 6px;
	float:left;
	color:#464E6F;
	font-weight:normal;
	font-size:12px;
}
#header img {float:right;}




/******************** NAVIGATION ************************/
#willkommen #nav li.first a, #footer #nav li.first a, #icon_tourismus a, #nav ul li#icon_tourismus a {

	color:#590F1E;
	height:40px;
	
}
#icon_gemeinde a{
	color:#464E6F;
}
#willkommen #nav li.last a, #footer #nav li.last a, #nav ul li#icon_gemeinde a {
	
	height:50px;
	padding-right:42px;
	/*margin-left:786px;*/
	text-align:right;
}


#nav {
	clear:both;
	float:left;
	width:100%;
	height:50px;
	margin-top:0px;
	text-transform:uppercase;
}


/********************* NAVIGATION 1. EBENE ************************/
/**************** mit allen Sonderbehandlungen ********************/


#nav ul {
	list-style:none;
	float:left;
	padding:0px;
	width:100%;
}
#nav ul li {
	position:relative;
	float:left;
	display:inline;
	margin:0px 15px 0px 0px;
}
#gemeinde #nav ul li {
	float:right;
	margin:0px 0px 0px 15px;
}
#nav ul li.last {
	margin:0px;
}

#nav ul li a {
	float:left;
	padding:5px 0px 0px 0px;
	font-weight:normal;
}
#home #nav li.first a, #footer #nav li.first a, #icon_tourismus a, #nav ul li#icon_tourismus a {
	color: #590F1E;
	background:url(../img/icon_tourismus.gif) left 3px no-repeat;
	padding-left:42px;
	height:40px;
	font-weight: bold;
}
#nav ul li#icon_tourismus {
	float:left;
	margin:0px;
	display:none;
}
#gemeinde #nav ul li#icon_tourismus{ /*** make icon visible ***/
	display:inline;
}

#home #nav li.last, #footer #nav li.last, #nav ul li#icon_gemeinde {
	float:right;
	text-align:right;
}
#home #nav li.last a, #footer #nav li.last a, #nav ul li#icon_gemeinde a{
	background:url(../img/icon_gemeinde.gif) right 3px no-repeat;
	padding-right:42px;
	color:#464E6F;
	height:50px;
}
#gemeinde #icon_gemeinde{
	display:none;
}

#nav a.selected{
	font-weight:bold;
}


/********************* NAVIGATION 2. EBENE ************************/
/**************** mit allen Sonderbehandlungen ********************/


#nav ul li ul {
	position:absolute;
	top:23px;
	left:0px;

	white-space: nowrap;
	padding-top:4px;
	border-top:1px solid #464E6F;
	width:auto;
}
#gemeinde #nav ul li ul  {
	right:0px;
	left:auto;
}
#gemeinde #nav ul li ul li {
	float:none;
}
#nav ul li ul li {
	float:none;
}
#gemeinde #nav ul li ul li.first  {
	margin:0px;
}
#nav ul li ul li a {
	float:none;
	padding:0px;

}


/*********************** FOOTER NAVIGATION ************************/
/**************** mit allen Sonderbehandlungen ********************/

#footer_nav {
	float:left;
	width:100%;
	text-transform:uppercase;
}


#footer_nav ul {
	float:left;
	list-style:none;
	width:100%;
	padding:0px;
}

#footer_nav ul li {
	float:right;
	margin-left: 15px;
}

#footer_nav ul li a {
	float:left;
	padding:5px 0px 5px 0px;
	font-weight:normal;
}
#footer_nav ul li.selected a {
	font-weight:bold;
}

#footer_nav .first {
	float:left;
	margin-left: 0px;
}
#home #footer_nav .first {
	display:none;
}

