body {
	margin: 0px;
	padding: 0px;
	background-color: #79a8be;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;

}

.Head, H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #61802E;
	padding-left: 0px;
}
.Text {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #505050;
}


TD
{
    font-size: 11px;
}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}

/* Normal bold text syle */
.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.NormalLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.NormalLight:link, .NormalLight:visited, .NormalLight:active, .NormalLight:hover
{
	font-size: 11px;
}

/* Normal text syle */
.Normal  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Subhead text syle */
.SubHead, H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
    padding-left: 0px;
}

.Head, H2{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
        color: #505050;
	padding-left: 0px;
}

/* Gray Subhead text syle */
.SubHeadgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

/* Date text syle */
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #61802e;
}

/* Gray text syle */
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	line-height: 11pt;
}

td.navigation {
	background-image:url('images/menu_bg.gif');
	height:24px;

}




/* 
================================
Navigation
================================
*/   
/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { color:#666666; } 

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 1px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/* Textbox used for search */ 
#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; background:#ffffff; width:109px; color:#666666; padding:4px 4px 3px 0px; border-top:0px; border-bottom:0px; border-left:1px solid #ffffff; border-right:1px solid #ffffff; cursor:text; position:absolute;top:1px;left:3px; z-index:1 }
/* Search cell */ 
.SearchCell { width:130px; vertical-align:middle; padding:2px 10px 2px 0; }
/* Search div */ 
.SearchDiv { position:relative; width:230px; height:20px; background:url('images/search_bg.gif') repeat-x; padding:0px 0px 0px 0px; }

/* Breadcrumb div */ 
.BreadcrumbDiv { 
position:relative; 
width:700px; height:20px; 
padding:0px 0px 0px 8px; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}
a.navigation:link, a.navigation:visited, a.navigation:active {
		font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}
tr.breadcrumb {
background:url('images/top_bg.gif') repeat-x;
background-color: #79A8BE;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a p span div  { 
position:relative; 
height:20px; 
padding:0px 0px 0px 0px; 
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
}



.MainMenu_MenuContainer {
	z-index: 1000;
	overflow: hidden;
	width: 168px;
}

.MainMenu_MenuBar {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
	overflow: hidden;
	padding-top: 5px;
	/*display:block;*/
/*	background-image:url('images/menu_bg.gif');*/
}

.MainMenu_MenuItem {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 0;	
	/*padding: 0px 0px 1px 0px;*/
	height: 26px;
	width: 168px;
	vertical-align: left;
	background-image:url('images/customback.png');
}
.MainMenu_RootMenuItem {
/*	background-image:url('images/menu_item_bg_right.gif');	
	background-position: right;*/
	width: 168px;

}
.MainMenu_RootMenuItemActive {
	background-position: right;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 0;
}
.MainMenu_MenuItemSel {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 0;
	padding: 0px 0px 1px 0px;
	height: 26px;	
}


.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	filter: none;
	border: 1px solid blue;  
	background-color: transparent; 
	background-image: url('images/customback.png');
	margin-top: 2px;
	padding: 1px 1px 1px 1px;
}

.MainMenu_SubMenuItem {
	padding-left: 5px;
	font-size: 10px; 
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: 0;
	padding: 1px 5px 1px 5px;
}

.MainMenu_MenuBreak{  }

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



#icons img{
padding: 0px;
margin: 0px;
border: 0px;
}

.shadow_bottom {
	background-image: url('images/shadow_bottom.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.shadow_corner {
	background-image: url('images/shadow_corner.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.shadow_corner_left {
	background-image: url('images/shadow_corner_left.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.shadow_left {
	background-image: url('images/shadow_left.gif');
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow_right {
	background-image: url('images/shadow_right.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.maintable {
	width: 950px;
	padding:0px;
	margin:0px;
}
.contenttable {
	width: 950px;
	background-color: #d5e4ef;
	padding:0px;
	margin:0px;
}
.contenttable_inner{
	width: 950px;
	background-color: #d5e4ef;
	padding:0px;
	margin:0px;
	padding-bottom: 20px;
	}
.contentPane{
	width: 540px;
	padding-left:10px;
	padding-right:10px;
	background-color: #ffffff;
	background-image: url('images/line_dot.gif');
	background-repeat: repeat-y;
	background-position: right top;
}
.leftPane{
	width:170px;
	background-color: #ffffff;
}
.menuPane{
	width:170px;
	background-color: #ffffff;
	background-image: url('images/line_dot.gif');
	background-repeat: repeat-y;
	background-position: right top;
}
.rightPane {
	width:230px;
	padding-left: 10px;
	padding-top: 10px;
	}
.head_cell {
	background-image: url('images/head.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 950px;
	height: 205px;
	text-align: right; 
	vertical-align: top;
}

.breadcrumb_cell {
	/*background-image: url('images/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;*/
	background-color: #4D74A1;
	height: 20px;
	padding: 0px;
	margin: 0px;
}






.rightBox{
	width:220px;
}
.rightBox_Head{
	background-image: url('images/box_rightpane_top.gif');
	height: 8px;
	background-repeat: no-repeat;
	background-position: left top;

}
.rightBox_Body{
	background-image: url('images/box_rightpane_content.gif');
	background-repeat: repeat-y;
	background-position: left top;

}
.rightBox_Bottom{
	background-image: url('images/box_rightpane_bottom.gif');
	height: 8px;
	background-repeat: no-repeat;
	background-position: left top;

}
.subcontent {
	position:absolute; 
	visibility: hidden; 
	border: 1px solid blue;  
	background-color: transparent; 
	background-image: url('images/customback.png');
	width: 240px; 
	padding: 8px;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
}
.copy {
	padding-left: 10px;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;

}

/* LEFT MENU -------------------------------------------------------------------------------- */

#neLeftMenu						{ border-top: solid #006394 1px; font-family: Tahoma; font-size: 11px; vertical-align:top; margin:0px; padding:0px; width:210px; overflow:hidden; }
#neLeftMenu	.down_l1			{ /* background-image:url(images/leftmenu_l1_background_down.gif); */}
#neLeftMenu	.down_l1txt			{ color:#333333; }
#neLeftMenu	.down_l2			{ background-image:url(images/leftmenu_l2_background_down.gif); }
#neLeftMenu	.down_l2txt			{ color:#FFFFFF; }
#neLeftMenu	.down_l3			{ background-image:url(images/leftmenu_l3_background_down.gif); }
#neLeftMenu	.down_l3txt			{ color:#FFFFFF; }
#neLeftMenu	.down_l4			{ background-image:url(images/leftmenu_l3_background_down.gif); }
#neLeftMenu	.down_l4txt			{ color:#FFFFFF; }
#neLeftMenu	.down_l5			{ background-image:url(images/leftmenu_l3_background_down.gif); }
#neLeftMenu	.down_l5txt			{ color:#FFFFFF; }
	

#neLeftMenu ul               	{ margin:0px; padding:0px; list-style: none; width:210px;} 
#neLeftMenu li                	{ color:#333333; margin:0px; padding:0px; border-bottom: solid #006394 1px; padding: 5px 0px 5px 10px; display:inline-block;
                                  background-image:url(images/leftmenu_l1_background.gif); list-style:none;overflow:hidden; width:210px;}
                                                 
#neLeftMenu ul ul            	{ margin:0px; padding:0px; list-style: none; margin: -5px 0px -5px -10px; width:210px; display:inline-block;  } 
#neLeftMenu li li             	{ margin:0px; padding:0px; padding: 5px 0px 5px 10px; border:none; 
                                  background-image:url(images/leftmenu_l2_background.gif); list-style:none; width:210px;}      

#neLeftMenu ul ul ul          	{ margin:0px; padding:0px; list-style: none; margin: -5px 0px -5px -10px; width:210px; } 
#neLeftMenu li li li          	{ padding: 5px 0px 5px 20px; border:none; margin:0px; 
                                  background-image:url(images/leftmenu_l3_background.gif); list-style:none; width:210px;}

#neLeftMenu ul ul ul ul          	{ margin:0px; padding:0px; list-style: none; margin: -5px 0px -5px -10px; width:180px; } 
#neLeftMenu li li li li          	{ padding: 5px 0px 5px 30px; border:none; margin:0px;
                                  background-image:url(images/leftmenu_l3_background.gif); list-style:none; width:180px;}

#neLeftMenu ul ul ul ul ul       	{ margin:0px; padding:0px; list-style: none; margin: -5px 0px -5px -0px; width:170px; } 
#neLeftMenu li li li li li         	{ padding: 5px 0px 5px 30px; border:none; margin:0px;
                                  background-image:url(images/leftmenu_l3_background.gif); list-style:none; width:170px;}								  
								  
#neLeftMenu	a	{ color:#333333; 	font-family: Tahoma; font-size: 11px; font-weight:bold; text-decoration:none; }
#neLeftMenu	a:hover				{ color:#555555; 	font-family: Tahoma; font-size: 11px; }


H3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-indent: inherit;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006394;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
	text-align: left;
	text-indent: inherit;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 10 0;
}

/* CataLog Entity */
.CatalogWrapper { width:100%; padding:7px 7px; position:relative; }


/* New Products */
/* Note : This template will be repeated in a non-fixed number of row and lines */
DIV.NewProduct-Entity { margin:20px; display:inline; }
.NewProduct-Entity { position:relative; width:240px; max-width:300px; text-align:center; padding:5px 5px 5px 5px; }
.NewProduct-Entity SPAN, .NewProduct-Entity P, .NewProduct-Entity TABLE, .NewProduct-Entity TD, {
}
.NewProduct-Entity A.normalbold:link,
.NewProduct-Entity A.normalbold:visited { }
.NewProduct-Entity A.normalbold:hover { }
.NewProduct-Image { width:90px; height:90px; display:block; 
	vertical-align:middle; text-align:center; margin:Auto; }
.NewProduct-Image IMG { border:0; }
.NewProduct-Price SPAN { height : 45px; display:block; padding-top:11px; }
.NewProduct-AddToCart { height : 45px; display:block; padding-bottom:10px; text-align:center; }
.NewProduct-AddToCart A:link,
.NewProduct-AddToCart A:visited,
.NewProduct-AddToCart A:active { }
.NewProduct-LinkDetail { height : 15px; display:block; text-align:right; }
.NewProduct-Title SPAN { display:block; text-align:center; padding:20px 8px 20px 8px; }
.NewProduct-Title A.normalbold:link,
.NewProduct-Title A.normalbold:visited { }
.NewProduct-Title A.normalbold:hover { }
.NewProduct-Summary { text-align:left; }


/* Featured Products */
/* Note : This template will be repeated in a non-fixed number of row and lines */
.FeaturedProduct-Entity { position:relative; width:270px; max-width:300px; text-align:center; padding:5px 5px 5px 5px; }
.FeaturedProduct-Entity SPAN, .FeaturedProduct-Entity P, .FeaturedProduct-Entity TABLE, .FeaturedProduct-Entity TD, {
}
.FeaturedProduct-Entity A.normalbold:link,
.FeaturedProduct-Entity A.normalbold:visited { }
.FeaturedProduct-Entity A.normalbold:hover { ;
}
.FeaturedProduct-Image { width:120px; height:90px; display:block; vertical-align:middle; text-align:center; margin:10; }
.FeaturedProduct-Image IMG { border:0; }
.FeaturedProduct-Right { display:block; text-align:left; }
.FeaturedProduct-Price SPAN { height : 35px; display:inline; }
.FeaturedProduct-AddToCart { height : 35px; display:block; }
.FeaturedProduct-AddToCart A:link A:visited A:active { }
.FeaturedProduct-LinkDetail { height : 35px; display:block; }
.FeaturedProduct-Title SPAN { display:block; text-align:center; padding:20px 8px 20px 8px; }
.FeaturedProduct-Title A.normalbold:link,
.FeaturedProduct-Title A.normalbold:visited { }
.FeaturedProduct-Title A.normalbold:hover { }
.FeaturedProduct-Summary { color:red; text-align:left; }


/* Popular Products */
/* Note : This template will be repeated in a non-fixed number of row and lines */
DIV.PopularProduct-Entity { margin:20px; display:inline; width:100%; }
.PopularProduct-Entity { position:relative; text-align:left; padding:5px; }
.PopularProduct-Entity SPAN, .PopularProduct-Entity P, .PopularProduct-Entity TABLE, .PopularProduct-Entity TD, {
}
.PopularProduct-Entity A.normalbold:link,
.PopularProduct-Entity A.normalbold:visited { }
.PopularProduct-Entity A.normalbold:hover { }
.PopularProduct-Price SPAN { display:block; }
.PopularProduct-LinkDetail { display:block; text-align:right; }
.PopularProduct-Title { display:block; text-align:left; width:60%; }
.PopularProduct-Title SPAN { display:block; text-align:left; }
.PopularProduct-Title A.normalbold:link,
.PopularProduct-Title A.normalbold:visited { }
.PopularProduct-Title A.normalbold:hover { }


/* Product Details */
/* Note : This template will be displayed one time on a Tab */
.ProductDetail-Entity,
.ProductDetail-Top,
ProductDetail-Bottom { position:relative; width:100%; text-align:center; padding:5px 5px 5px 5px; }
.ProductDetail-Entity SPAN, .ProductDetail-Entity P, .ProductDetail-Entity TABLE, .ProductDetail-Entity TD, {
}
.ProductDetail-Entity A.normalbold:link,
.ProductDetail-Entity A.normalbold:visited { }
.ProductDetail-Entity A.normalbold:hover { }
.ProductDetail-Entity TABLE P TD TR SPAN { }
.ProductDetail-Image { width:300px; height:150px; display:block; vertical-align:middle; text-align:center; margin:10px }
.ProductDetail-Image IMG { border:0; }
.ProductDetail-Right { display:block; text-align:left; }
.ProductDetail-Price SPAN { height : 35px; display:inline; }
.ProductDetail-VATPrice SPAN { height : 45px; }
.ProductDetail-AddToCart { height : 35px; display:block; }
.ProductDetail-AddToCart A:link A:visited A:active { }
.ProductDetail-LinkDetail { height : 35px; display:block; }
.ProductDetail-Title SPAN { display:block; text-align:center; padding:20px 8px 20px 8px; }
.ProductDetail-Title A.normalbold:link,
.ProductDetail-Title A.normalbold:visited { }
.ProductDetail-Title A.normalbold:hover { }
.ProductDetail-Summary { text-align:left; padding:30px; }


/* List Container entity */
.ListContainer-Entity { text-align:left; }
.ListContainer-Title { width:100%; border-bottom:1px dotted red; padding:5px 0 10px 25px; }
.ListContainer-Title SPAN { display:inline; width:1px; min-width:1px; white-space:nowrap; }
.ListContainer-Content { }


div.CatalogWrapper table.CategoryContainer {
	width: 500px;
	
}
div.CatalogWrapper div.ShopCategory div{
	
	width: 400px; 
	display: block; 
	border-collapse: collapse;
}




/* POI Modul -------------------------------------------------------------------------------- */


/* TABS */
.poishadetabs{
 margin-top: 2px;
 margin-left: 0px;
 margin-bottom: 7px;
 padding: 2px 0px;
 border-bottom: 1px solid #778;
}

.poishadetabs li{
 list-style: none;
 margin: 0;
 display: inline;
}

.poishadetabs li a{
 padding: 2px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: white url(images/shade.gif) top left repeat-x;
 text-decoration: none;

}

.poishadetabs li a:link{
	text-decoration: none;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}
.poishadetabs li a:visited{
	text-decoration: none;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}

.poishadetabs li a:hover
{
	text-decoration: none;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-style: normal; 
    color: Black;
    background-image: url(images/shadeactive.gif);
}

.poishadetabs li.selected a{ /*selected main tab style */
 background-image: url(images/shadeactive.gif);
 border-bottom: 1px solid #fff;
}

.poishadetabs li.selected a:hover{ /*selected main tab style */
 border-bottom: 1px solid white;
}

.poicontentstyle
{
	padding: 2px; 
	padding-top: 10px;
	padding-bottom: 10px;

}

/* HEADER */

.table
{
	font-size:small;
	width:100%		
	
}			

.td 
{	
	width: 200px;
	padding:1px;
	
	}
	
.tdHeader
{	
	width: 200px;
	padding:1px;
	font-size:medium;
	font-weight:lighter;
	font-style:italic;
	}
.h1  
{ 
	color: black; 
	font-size: x-large;			
	margin: 0 0 0.5em; 
	padding: 0 
	}
	
#header a  
{ 
	color: white; 
	text-decoration: none; 
	background-color: #8f5600 
	}
	
/* CONTENT */
.item  
{ 
	font-size: 12px; 
	line-height: 130%; 
	background-color: #ffffee; 
	margin: 1em 0; 
	padding: 0 0 0.5em; 
	border: solid 1px #333; 
	background-color_: #fff 
	}
	
.item h2 a   
{
	color: #8f5600; 
	text-decoration: none 
	}
	
.item h2   
{ 
	color: #000; 
	font-size: 110%; 
	background-color: #ffe7a9; 
	margin: 0; 
	padding: 0.3em 0.5em 
	}
	
.item p  
{ 
	color: black; 
	text-align: left; 
	display: block; 
	margin: 0; 
	padding: 0.2em 0.5em 0.4em 
	}
	
.itempubDate, .itemcategory 
{
	color:#666;
	padding:0.2em 0.5em 0.4em;
	font-size: 80%;
}
.morelink 
{
	padding-left: 1em;
	font-size: 90%;
}
.morelink a 
{
	text-decoration: none;
}
.morelink a:hover 
{
	color:#000;
}


/* POI-Search */

/* jQuery-Tabs Workaround fuer DNN */
.ui-tabs .ui-tabs-panel { padding: 0px !important } 
.ui-tabs-nav li { list-style: none }

div.ui-dynatree-container {
font-family:tahoma,arial,helvetica;
font-size:6pt !important;
/*white-space: normal !important;*/
font-weight: normal !important;
}
a.ui-dynatree-title {
font-size:8pt !important;
font-weight: normal !important;
}



.poiSearch
{
	width: 468px;
}

.poiSearchBox 
{
	padding: 10px;
	height: 60px;
	overflow: hidden;
	/*border: solid 1px gray;
		background-image: url('images/esw.gif');
	background-repeat: no-repeat;
	background-position: 20px 45px;*/
	border: 0px;
}


.poiSearchTextBox {
	padding: 5px;
	height: 25px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #A32425;
	font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
	background-image: url('images/esw.gif');
	background-repeat: no-repeat;
	background-position: right center;
width: 305px;
-moz-border-radius: 4px; -webkit-border-radius: 4px;
 }

 
 /* Map  start */
 /*
.poiSearchMap  table.eContent_Dashboard_OuterTable {
	display: none;
	height: 0px;
	width: 0px;
 }*/
/*
div.MSVE_ZoomBar {
left: 180px;
top: 10px;
 }*/

 /*.poiSearchMap  .MSVE_Dashboard {
padding-left: 180px;
height: 20px;
margin-top: 0px;
padding-top:0px;
 }
 */
.poiSearchMap  .MSVE_Copyright {	display: none  !important;}
.poiSearchMap  .MSVE_ScaleBar{	display: none  !important;}
.poiSearchMap  .MSVE_ScaleBarLabel{	display: none  !important;}
/*.MSVE_PoweredByLogo{ 	display: none !important;}*/

 
 
 
  /* Map  ende */
 .ui-dynatree-icon {
	display: none !important;
	}
 
 .ui-dynatree-container {
	border: 0px !important;
 }
 
 
.poiSearchButton {
	/*margin-left: 15px;
	width: 120px;*/
	/*padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 57px;
	padding-right: 57px;
	float: right;*/
	/*padding-top: 155px;*/
	z-index: 9999999;
	border: 0px #ccc;
	background:#999;
	color:transparent;
	font-weight:bold;
	padding: 1px 2px;
	position: relative;
	left: 293px;
	top: -38px;
	/*margin-left: -10px;*/
	width: 158px;
	height: 51px;
	overflow: hidden;
	background:url('http://www.hubermedia.de/DesktopModules/eContent-POI/images/btsearch.gif') no-repeat left top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

 }

.poiResetSearchButton { 
	margin-top: 4px;
	margin-left: 325px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 120px;
	display: none;
}
div.poiSearchLinks{
	height: 40px !important;
	margin-top: 5px;
	padding-left: 1px;
	overflow: visible;

}
a.poiSearchLink, a.poiSearchLink:hover, a.poiSearchLink:active, a.poiSearchLink:visited{
	line-height: 14px;
	font-size: 11px;
	color: #A32425;
	text-decoration: none;
	font-weight: normal;
}

.poiSearchResult 
{ 
	margin-top: 20px;
}

.poiSearchResultCount 
{
	color: Gray; 
	text-align: right;
}

.poiSearchResult_Hinweis 
{
	padding: 15px;
	border: 1px solid #AAAAAA;
	font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
	margin-left:12px;
	margin-right:13px;
	
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.poiSearchMap 
{ 
	width:237px;
	height:228px;
	visibility: inherit;
	margin-top: 12px;
	margin-left: 60px;
	background-color: transparent;

}
.poiSearchMapContainer
{ 
	width:323px;
	height:258px;
	/*padding: 10px;
	padding-top: 12px;*/
	margin-left: 283px;
	background:url('images/rahmen_map.png') no-repeat left top;
	display: none;
}

/* POI-Details */

.poiDetails
{
	width:465px; 
}

.poiDetailsImage
{
	width: 180px;
	border: 0px;
}

.poiDetailsMapContainer
{
	overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #AAAAAA;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background-color:#E9E9E9;
}

.poiDetailsMap 
{ 
	width:450px; 
	height:400px;
}

.poiDetailsMapControlPanel 
{
	padding: 5px;
	padding-top: 0px;
	font-family: Tahoma;
	font-size: 11px;
	/*background-image: url('http://cms1.b-es.de/DesktopModules/eContent-POI/images/schatten.png');
	background-repeat: repeat-x;
	background-position: top;*/
}

.poiDetailsMap div table {
	border-left: 0px !important;
	border-right: 0px !important;
}

div.poiDetailsMapControlPanel div table tbody tr td span label {
	font-family: Tahoma;
	font-size: 11px;
	/*line-height: 14px;*/
	/*vertical-align: middle;*/
}

div.poiDetailsMapControlPanel div table tbody tr td   {
	vertical-align: middle;
	
	
}

.poiDetailsMapControlPanelHeader 
{ 
	margin-left: 8px;
	line-height: 30px;
	vertical-align: bottom;
	font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
}




p.poiDetailshtml {
/*text-align: justify;*/
	line-height: 120%;
}

h2.poiDetailshtml {
    font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 13px;
	
}

h2.poiHeadContact, h2.poiDetailsContact, h2.poiDetailsShort, h2.poiDetailsExtended{
    font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 13px;
}
h2.poiDetailsExtended{
padding-top: 15px;
}

td.poiDetailsExtended_left {
 font-weight: bold;
 vertical-align:top;
}
td.poiHeadContactTitle {
    font-weight: bold;
	padding: 0px;
	color: #333333;
	font-size: 13px;
}
td.poiHeadContactCategory {
	color: gray;
	padding-bottom: 10px;
}
td.poiHeadContact_left{
	width: 16px;
	padding-left: 5px;
	overflow:hidden;
}
td.poiHeadContact_right {
	font-weight: normal;
}
table.poiHeadContact {
width: 100%;

}

td.poiDetailsContact_left, td.poiDetailsShort_left{
    font-weight: bold;
	color: #333333;
	font-size: 11px;
	width: 185px;
}
 td.poiDetailsContact_right, td.poiDetailsShort_right{

}





/* AutoComplete start */

.ac_results {
	padding: 0px;
	border: 1px solid #A32425 !important;
	border-top: 0px !important;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
		width: 300px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;

}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	font-weight: bold !important;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #cd3e3f !important;
	color: white;
}

/* AutoComplete ende */

span.ui-dynatree-selected a 
{
	color: #A32425 !important;
	text-decoration: none !important;
	font-style: normal !important;
}

span.ui-dynatree-active a, 
div.ui-dynatree-container a:focus,
span.ui-dynatree-focused a:link
{
	color: #A32425 !important;
	background-color: transparent !important;
	text-decoration: none !important;
	font-style: normal !important;
	border: 1px dotted #800000 !important;
}




.esuchwasQuickSearch 
{
	padding: 0px;
	margin: 0px;
	height: 33px;
	width: 190px;
	overflow: hidden;
}
.esuchwasQuickSearchText{
	padding: 0px;
	padding-top: 4px;
	padding-left: 4px;
	position: relative;
	
	height: 24px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #A32425;
	font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
	background-image: url('images/esw_breit.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 185px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.esuchwasQuickSearchBtn {
	z-index: 9999999;
	border: 0px #ccc;
	font-weight:bold;
	padding: 1px 2px;
	position: relative;
	left: 153px;
	top: -28px;
	/*left: -38px;
	top: 0px;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
