@import url("layout.css");
@import url("TabControl.css");

/* Standard HTML tags */
html, body
{ 
    height: 100%; 
    margin: 0px; 
    padding: 0px;
    background-color: #FFE8A0;
} 
#IE
{	
 	height: 100%;/*
 	background-image: url('img/layoutstruktur/bg_ie.gif');
	background-repeat: repeat-y;
 	background-position: center;*/


}
#Gecko
{	
	height: 100%;/*
	background-image: url('img/layoutstruktur/bg_ff.gif');
	background-repeat: repeat-y;
	background-position: center;*/
}

 A
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
A:link
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
A:visited
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
A:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
A:active
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
A:focus
{
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}

H1
{
	
}
H2
{
	
}
H3
{
	
}
H4
{
	
}
H5
{
	
}
H6
{
	
}
HR
{
	
}
P
{
    font-family:Verdana;
	font-size:11px;
	color:#333;
	font-weight: normal;
}
DIV
{
    font-family:Verdana;
}
IMG
{
	border: none;
}

INPUT
{
	
}

TABLE
{
}

THEAD
{
	
}

TR
{
	
}

TH
{
	
}

TFOOT
{
	
}

TABLE
{
  font-family:Verdana;
	font-size:11px;
	color:#333;
	font-weight: normal;
}

OL
{
	
}
UL
{
    list-style-image: url(img/bulleye.gif);	
}


/* Command buttons */
.CommandButton
{
	height: 19px;
	text-align: center;
	background-image: url('img/quickbooker/quick_button.gif'); 
	background-color: #820902;
	border: 1px solid #820902;
	line-height: 17px;
	color: white;
	text-decoration:none;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

.CommandButton:link
{
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: normal;
}
.CommandButton:visited
{
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: normal;
}
.CommandButton:hover
{
	font-size: 8pt;
	color: #F8D0CE;
	text-decoration: none;
	letter-spacing: normal;
}
.CommandButton:focus
{
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: normal;
}
.CommandButton:active
{
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: normal;
}
.CommandButtonkopie
{
	height: 20px;
	text-align: center;
	background-color: #820902;
	border: 1px solid #820902;
	text-decoration:none;
	font-family:Tahoma, Verdana, Trebuchet MS;
	font-size:11px;
	font-weight: normal;
	padding-left:4px;
	padding-right:4px;
	float: left;
	margin: 10px 10px 0 0;
	color: #fff !important;
}
.EnhancedHtmlTitlePage /* Enhanced module support */
{
	
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family:  Verdana;
}
A.EnhancedHtmlLink:link
{
	color: #000000;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #999999;
	text-decoration: none;
}
A.EnhancedHtmlLink:hover
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:focus
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:active
{
	color: #333333;
	text-decoration: none;
}

.Error /* Error and warning messages */
{
	color: #FF0000;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #999999;
	font-weight: 600;
}
.Grid_Footer
{
}
.Grid_Item
{
}
.Grid_Item TD A
{
	font-weight: 600;
}
.Grid_AlternatingItem
{
	background-color: #CCCCCC;
}
.Grid_AlternatingItem TD A
{
	font-weight: 600;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 12pt;
	color: #999999;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
}
SELECT, SELECT.NormalTextBox
{
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
}
OPTION
{
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: #999999;
}
.ItemDate
{
	font-size: 10pt;
	color: #999999;
	font-family: Verdana;
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 10pt;
	color: #ee7a35;
	background-color: #ffcc00;
}

.module
{
	width: 100%;
}
.modulePadding
{
	margin-bottom: 20px;
	margin-top: 10px;
}
.module .moduletitle
{	
	width: 100%;
	font-family: Tahoma;
	color:#444444;
	font-size: 12px;
	font-weight: normal;
	height:20px;
	padding-bottom: 3px;
}
.module .moduletitle .moduletitleline
{
	float: left;
	font-weight: bold;
	overflow: visible;
	padding-left: 0px;
	padding-top: 14px;
}
.module .moduletitle .button
{
	float: right;	
}

.module .modulecontent
{
	font-family: Tahoma;
	font-size: 11px;
	padding: 11px;

}/*
.module .modulecontent A
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module .modulecontent A:link
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module .modulecontent A:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module .modulecontent A:hover
{
	font-family:Verdana;
	font-size:12px;
	color:white;
	text-decoration:none;
}
.module .modulecontent A:active
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module .modulecontent A:focus
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}*/
.module_alternative
{
	width: 100%;
}

.module_alternative .moduletitle_alternative
{	
	width: 100%;
	font-family: Verdana;
	color:#333;
	font-size: 12px;
	font-weight: normal;
	height:40px;
	text-transform:uppercase;
}
.module_alternative .moduletitle_alternative .moduletitleline_alternative
{
	float: left;
	overflow: visible;
	padding-left: 30px;
	padding-top:10px;
}
.module_alternative .moduletitle_alternative .button_alternative
{
	float: right;	
}
.module_alternative .modulecontent_alternative
{
	clear: both;
	padding-left: 30px;
	padding-bottom:45px;
	padding-right:40px;
	padding-top:15px;
		
	font-family: Tahoma;
	font-size:11px;
	color:#333;
}
.module_alternative .modulecontent_alternative A
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module_alternative .modulecontent_alternative A:link
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module_alternative .modulecontent_alternative A:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module_alternative .modulecontent_alternative A:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.module_alternative .modulecontent_alternative A:active
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.module_alternative .modulecontent_alternative A:focus
{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.Normal
{
	width: 0px;
    height: 20px;
    padding-left: 4px;
	color: #403C39;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.NormalAlt
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.NormalBold
{
	font-weight: bold;
}
.NormalItalic
{
	font-size: 10pt;
	font-style: italic;
}
.Normal A:link
{   
    color: #006431;
}
.Normal A:visited
{
	color: #006431;
}
.Normal A:hover
{
	color: #739656;
	text-decoration: none;
}
.Normal A:focus
{
    color:#006431;
}
.Normal A:active
{
    color:White;
}


.rb_LangSw_tbl /* Language switcher */
{
	padding: 1 0 10px 0;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.rb_LangSw_tbl A
{
}
.rb_LangSw_tbl A:link
{
}
.rb_LangSw_tbl A:visited
{
}
.rb_LangSw_tbl A:hover
{
}
.rb_LangSw_tbl A:focus
{
}
.rb_LangSw_tbl A:active
{
}
.rb_LangSw_sel 
{
    padding: 1 0 10px 0;
}
.rb_LangSw_sel A
{
}
.rb_LangSw_sel A:hover
{
}
.rb_LangSw_sel A:focus
{
}

.rb_DefaultLayoutTable /* Styles for default pages */
{
	width: 100%;
	text-align: left;
}
.rb_DefaultPortalHeader
{
}
.rb_DefaultLayoutDiv
{	

}
.rb_DefaultPortalFooter P
{
	font-size: 12px;
	font-weight:normal;
	color: #4f5054;
	font-family: Verdana;
}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{

}
.rb_AlternatePortalHeader
{

}
.rb_AlternateLayoutDiv
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rb_AlternatePortalFooter
{

}

.rb_mod_btn /* Buttons support */
{
	display: block;
	margin: 0px 0px 0px 2px;
}
.btn-img-txt
{
}
.btn-img-only
{
}
.btn-img-txt
{
	overflow: hidden;
}
.btn-img-only-css
{
	overflow: hidden;
}
DIV.btn-img-only
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-only-css
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-txt
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-txt-only
{
	font-size: 9pt;
	line-height: 0.8;
}
.rb_mod_btn
{
	display: block;
	margin: 0px 0px 0px 2px;
	
}

.SiteLink /* Used on Header menu in Layouts */
{
	font-weight: normal;
	font-size: 11px;
	color: #403C39;
	font-family: Verdana;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.Sitelink .separator TD, .sitelink .separator
{
	color: White;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

.SiteLink A:link
{
	font-family: Verdana;
	display: block;
	font-size: 11px;
	color: #403C39;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
.SiteLink A:visited
{
	font-family: Verdana;
	display: block;
	font-size: 11px;
	color: #403C39;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
.SiteLink A:hover
{
	font-family: Verdana;
	color: #66605B;
	display: block;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
.SiteLink A:focus
{
	font-family: Verdana;
	display: block;
	font-size: 11px;
	color: #403C39;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
.SiteLink A:active
{
	font-family: Verdana;
	display: block;
	font-size: 11px;
	color: #403C39;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 0px;
	color: #617DCE;
	padding-top: 0px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 12px;
	color: #333333;
	padding-top: 1px;
	padding-left:4px;
	padding-right:4px;
	font-family: Verdana;
}
.SubSubHead
{
	margin-top: 10pt;
	font-weight: 600;
	font-size: 12px;
	color: #333333;
}
.SurveyQuestion /* Survey module support */
{
	padding-right: 5px;
	padding-left: 5px;
}
.SurveyOption
{
}
.SurveyButton
{
	font-weight: 600;
}

/* Three panes */
.LeftPane
{
	float: left;
	background-color: #E2E4E1;
	border-right: 1px solid #BFB597;
	border-left: 1px solid #A09264;
}
.RightPane
{
}
.ContentPane
{
    background-color: #FFF2C9;
    width: 535px;
    height: 300px;
    padding-left: 10px;
    border-right: 1px solid #A09264;
   }

.DefaultBanner1 /* Graphics */
{
	background-color: #ee7a35;
}
.DefaultBanner2 /* Graphics */
{
	background-color: #333333;
}
.DefaultTD /* Graphics */
{
	background-color: #cccccc;
}
.DefaultTDSub /* Graphics */
{
	background-color: #999999;
}

.Tabs
{
    width: 0px;
    height: 20px;
    padding-left: 8px;
	color: #17601A;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A
{
	color: #006431;
	text-decoration: none;
}
.Tabs A:link
{
	color: #006431;
}
.Tabs A:visited
{	
	color: #006431;
}
.Tabs A:hover
{
	color: #739656;
}
.Tabs A:focus
{
	color: #739656;
}
.Tabs A:active
{
	color: #739656;
}
.SelectedTabs
{
    width: 0px;
    height: 20px;
	padding-left: 8px;
	color: #17601A;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A
{
	color: #739656;

}

.SelectedTabs A:link
{
	color: #006431;

}
.SelectedTabs A:visited
{
	color: #006431;

}
.SelectedTabs A:hover
{
	color: #739656;
}
.SelectedTabs A:focus
{
	color: #739656;
}
.SelectedTabs A:active
{
	color: #739656;
}

.MenuItem /* Menu in Default Layout */
{
	border-right: #FFFFFF 1px solid;
	font-weight: normal;
	font-size: 9pt;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
	/*background-color: #000000;*/
	
	color:black;
}
.MenuHiItem
{
	border-right: #FFFFFF 1px solid;
	font-weight: normal;
	font-size: 9pt;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-family: Trebuchet MS, Verdana, Helvetica, sans;
	/*background-color: #ffffff;*/
	color:black;
	padding-left:20px;
}
.MenuSubItem
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #cccccc;
}
.MenuHiSubItem
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}

.PortalMenuItem /* Top menu in DefaultPortalMenu Layout */
{
	font-weight: 600;
	font-size: 10pt;
	border-bottom: 1px #FFFFFF;
	font-family: Verdana;
	background-color: #cccccc;
}
.PortalMenuItemHi
{
	color: #FFFFFF;
	background-color: #999999;
}
.PortalMenuSub
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #cccccc;
}
.PortalMenuSubHi
{
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}

.SubTabs /* PortalTabs in DefaultSubTabs Layout */
{
	font-size: 9pt;
	line-height: normal;
	letter-spacing: normal;
	font-family: Verdana;
	
	margin: 0px;
	overflow: visible;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SubTabs A:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans;
}
.SubTabs A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SubTabs A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SubTabs A:focus
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans;
}
.SubTabs A:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SelectedSubTabs /* PortalTabs in DefaultSubTabs Layout */
{
    width: 0px;
    height: 20px;
	padding-left: 8px;
	color: #17601A;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedSubTabs A:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SelectedSubTabs A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SelectedSubTabs A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}
.SelectedSubTabs A:focus
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans;
}
.SelectedSubTabs A:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}

/* ===================================================================================
   These styles are primarily intended for use with the Task Module.
   NOTE: Only three status change the color.
     Complete = 100%
     Beginning < 50%
	 NearlyComplete >= 50% and < 100%
   =================================================================================== */
.Task_Complete
{
	color: white;
	background-color: #ffffff;
}
.Task_Beginning
{
	background-color: #ffffff;
}
.Task_NearlyComplete
{
	background-color: #ffffff;
}

/* =============================
   SolpartNavigation menu styles
   ============================= */

/* ================================ */

/*Nebesov start*/ 

FORM.crm
{
}

TEXTAREA
{
	font-family:		Trebuchet MS, Verdana, Arial;
	font-size:			8pt;
	border:				1px solid #878787;
}


INPUT
{
	font-size:			8pt;
	font-family:		Trebuchet MS, Verdana, Arial;
	height:				19px;
	border:				1px solid #878787;
}

INPUT.ro,TEXTAREA.ro,DIV.ro,SPAN.ro
{
	background-color:	#fffbff;
	border-color:		#cccccc;
}

INPUT.rad
{
	width:				15px;
	border:				0px;
	cursor:				hand;
}


INPUT.eml
{
}

INPUT.tkr
{
	color:				#0000ff;
	text-decoration:	underline;
}

INPUT.url
{
	color:				#0000ff;
	text-decoration:	underline;
}

INPUT.num
{
	
}

INPUT.dtm
{
	
}

DIV.tab
{
	padding:			10px;
}
/*Nebesov end*/ 

/* <Elzer><02.12.2005><10:30:21>eEvoMobile Menu */
.leftmenusub A
{
    DISPLAY: block
}
.leftmenusub A:link
{
  PADDING-RIGHT: 4px;
  PADDING-LEFT: 6px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 4px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 4px;
  FONT-STYLE: normal;
  FONT-FAMILY:  Tahoma;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none
}
.leftmenusub A:visited
{
  PADDING-RIGHT: 4px;
  PADDING-LEFT: 6px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 4px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 4px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none
}
.leftmenusub A:hover
{
  PADDING-RIGHT: 4px;
  PADDING-LEFT: 6px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 4px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 4px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #cccccc;
  TEXT-ALIGN: left;
  TEXT-DECORATION: underline
}
.leftmenusub A:active
{
  PADDING-RIGHT: 4px;
  PADDING-LEFT: 6px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 4px;
  COLOR: #333333;
  PADDING-TOP: 4px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none
}
.leftmenusub
{
  PADDING-LEFT: 6px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  COLOR: #333333;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  HEIGHT: 20px;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-DECORATION: none
}
.leftmenumain A
{
  DISPLAY: block;
  BORDER-BOTTOM: #d3d3d3 1px solid;
  width:100%;
}
.leftmenumain A:link
{
  PADDING-LEFT: 4px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 7px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 6px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  TEXT-DECORATION: underline
}
.leftmenumain A:visited
{
  PADDING-LEFT: 4px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 7px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 6px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  TEXT-DECORATION: underline
}
.leftmenumain A:hover
{
  PADDING-LEFT: 4px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 7px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 6px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none
}
.leftmenumain A:active
{
  PADDING-LEFT: 4px;
  FONT-WEIGHT: normal;
  FONT-SIZE: xx-small;
  PADDING-BOTTOM: 7px;
  WIDTH: 100%;
  COLOR: #333333;
  PADDING-TOP: 6px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  TEXT-DECORATION: underline
}
.leftmenumain
{
  PADDING-LEFT: 2px;
  FONT-WEIGHT: bold;
  FONT-SIZE: x-small;
  COLOR: #167ade;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: left
}

/* <Elzer><02.12.2005><10:30:21>eEvoMobile Menu, Ende */

.spm_MenuContainer 
{ 
  background-color: Transparent;
}

.spm_MenuBar 
{
	cursor: hand; 
	height:22px;
} 

.spm_TabRootMenuItem TD
{     
  cursor: hand; 
  height: 22px;
}

.spm_TabRootMenuItemSel TD

{
  cursor: hand; 
  height: 22px;
}

.spm_TabMenuItemHover TD
{
  cursor: hand; 
  height: 22px;
  font-weight: normal;
}

.spm_MenuItem td 
{
  cursor: hand; 
  color: #BB0500;
  font-size: 12px; 
  font-family: Verdana; 
  font-weight: bold;
  height:22px;
  padding-right:3px;
  padding-left: 3px;
  border-bottom: #CCCCCC 1px dotted; 
  letter-spacing: 1;
  width: 200px;
}

.spm_MenuItem 
{
  cursor: hand; 
  border-left: #E8E7E7 0px solid; 
  border-bottom: #E8E7E7 1px solid; 
  border-top: #E8E7E7 1px solid; 
  border-right: #E8E7E7 0px solid;
  height: 22px;
  background-color: #FFFFFF;
}

.spm_MenuIcon 
{
  cursor: hand; 
  background-color: #E8E7E7; 
  border-left: #E8E7E7 1px solid; 
  border-bottom: #E8E7E7 1px solid; 
  border-top: #E8E7E7 1px solid; 
  text-align: center; 
  width: 5px; 
  height: 22px;
}

.spm_SubMenu 
{
  z-index: 1000;
  cursor: hand;
  border: solid 1px #E8E7E7;
  background-color: #E8E7E7;
}

.spm_SubMenu .spm_MenuItem
{
  cursor: hand; 
  color:#0777BE;    
  background-image:none;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px
}

.spm_SubMenu .spm_MenuItem TD
{
	padding-left: 0px;
  background-image:none;
  border-bottom: none;
  width: auto;
}

.spm_SubMenu .spm_MenuItemSel TD

{

      padding-left: 0px;

      

      /* Kein Hintergrundbild, wenn spm_MenuItem TD ein Hintergrundbild hat */

      background-image:none;

}

.spm_SubMenu .spm_MenuItemSel

{
      cursor: hand; 
      color: #7A7A7A;
      background-image:none;
      padding-left: 3px;
      font-weight: bold;
}

.spm_MenuBreak 

{
      cursor: hand; 
      border-bottom: #E8E7E7 0px solid; 
      border-left: #E8E7E7 0px solid; 
      border-top: #E8E7E7 0px solid;  
      border-right: #E8E7E7 0px solid; 
      background-color: transparent; 
      height: 1px;
}

.spm_MenuItemSel td

{
      color: #7A7A7A;
      font-size: 12px; 
      font-family: Verdana; 
      font-weight: bold;
      height:22px;
      padding-right:3px;
      padding-left: 3px;
      border-bottom: #CCCCCC 1px dotted; 
      width: 200px;

}

.spm_MenuItemSel 

{
      cursor: hand; 
      background-color: Transparent; 
      color: #7A7A7A;
      font-size: 12px; 
      font-family: Verdana; 
      font-weight: bold;
      font-style: normal;
      height:22px;
      letter-spacing: 1;

}

.spm_SubMenu .spm_MenuArrow

{
      font-family: webdings; 
      font-size: 8pt;
      cursor: hand; 
      color: #12345E;
      border-right: #E8E7E7 1px solid; 
      border-bottom: #E8E7E7 1px solid; 
      border-top: #E8E7E7 1px solid;
      font-weight: normal;
}

.spm_MenuArrow
{
      font-family: webdings; 
      font-size: 8pt;
      cursor: hand; 
      color: #12345E;
      border-right: #E8E7E7 1px solid; 
      border-bottom: #E8E7E7 1px solid; 
      border-top: #E8E7E7 1px solid;
}

.spm_RootMenuArrow 
{
      font-family: webdings; 
      font-size: 8pt;
      cursor: hand;
}

.spm_DefaultItemHighLight

{
      cursor:hand;
}

.spm_DefaultItem

{

      cursor:hand;

}

 


 


.BreadCrumbsLink:link,.BreadCrumbsLink:visited
{
	font-family: Verdana;
}

.header_right
{
	background-image:url(img/header_right_bg.jpg);
	background-repeat:repeat-x;
	border-bottom: solid 1px #C7C7C7;
}
.header_center
{
	background-image:url(img/header_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right: solid 1px #666666;
	vertical-align: bottom;
}
.header_left1
{
	background-image:url(img/header_left_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header_left2
{
	background-image:url(img/header_left_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.HeaderLogoBG
{
	background-image:url(img/Logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.infotext
        {
        position:absolute;
        top: 1300px;
        color: #999999;
        width:750px;
        padding: 5px 5px 5px 215px;
        font-size: 11px;
        font-family: arial;
        text-align: justify;
        background-color: #ffffff;
        }
        
.infotext h1
        {
        font-size: 25px;
        font-weight:normal;
        color:#BB0500;
        }
        
    
    
.igMenu
{
    width: 215px;
     
 }
    
.igTopLevelStandardStyle
{
    width: 215px;
    height: 20px;
    padding: 5px;
	color: #17601A;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #E2E4E1;
	
}
.igTopLevelStandardStyle TD
{
	padding-left: 5px;	
}
.igTopLevelStandardStyle .A
{
	color: #444444;
	font-size: 12px;
}
.igTopLevelStandardStyle A:link
{   
    color: #444444;
    font-size: 12px;
}
.igTopLevelStandardStyle A:visited
{
	color: #444444;
	font-size: 12px;
}
.igTopLevelStandardStyle A:hover
{
	color: #939393;
	font-size: 12px;
	text-decoration: none;
}
.igTopLevelStandardStyle A:focus
{
    color:#444444;
    font-size: 12px;
}
.igTopLevelStandardStyle A:active
{
    color: #444444;
    font-size: 12px;
}

.igMenuIsland
{
	width: 140px;
	background-color: #F3F4F3;
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#006431;
	border:0;
}
.igMenuIsland DIV
{
    width:120px;
    border:0;
}
.igMenuIsland Table
{
    border:0;
}
.igMenuIsland .igMenuItem
{
   padding: 5px;
}
.igMenuIsland .igMenuItem BR
{
    font-family:Tahoma, Verdana;
    font-size:12px;
    color:#444444;
    text-decoration:none; 
    padding-left:5px;
}
.igMenuIsland .igMenuItem A
{
    font-family: Tahoma, Verdana;
    font-size:12px;
    color:#444444;
    font-size: 9pt;
    text-decoration:none;
    padding-left:5px;
}
.igMenuIsland .igMenuItem A:link
{
    font-family:Tahoma, Verdana;
    font-size:12px;
    color:#444444;
    text-decoration:none;
}
.igMenuIsland .igMenuItem A:visited
{
    color:#444444;
    text-decoration:none;
}
.igMenuIsland .igMenuItem A:hover
{
    color:#939393;
    text-decoration:none;
}
.igMenuIsland .igMenuItem A:focus
{
    color:#444444;
    text-decoration:none;
}
.igMenuIsland .igMenuItem A:active
{
    color:#444444;
    text-decoration:none;
}

/* Arrangementmodul CSS Anpassungen */

.arrangementadmin .left
{
	float: left;
	width: 135px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.arrangementadmin .right
{
	float: left;
	width: 400px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.arrangementadmin .clear
{
	clear: both;
}

.arrangement
{
	padding-bottom: 10px;
}

.arrangement DIV
{
	padding-bottom: 3px;
}

.arrangement .titel
{
	font-weight: bold;
}

.arrangement .thumb
{
	width: 150px;
	height: 120px;
	float: left;
}

.arrangement .dauer
{
	width: 200px;
	padding-top: 0px;
	float: left;
}

.arrangement .uebernachtungen
{
	width: 300px;
	float: left;
}

.arrangement .details
{
	width: 50px;
	height: 13px;
	float: left;
	font-weight:bold;
	color: White;
	background-color: #E2E4E1;	
	padding: 5px;
	text-align: center;
	border: 1px solid #BFB597;
	float: left;
}

.arrangement .gueltigkeit
{
	padding-bottom: 2px;
	height: 15px;
}

.arrangement .preis
{
}

.arrangement .link
{
	margin-top: 5px;
	font-weight: bold;
}

.arrangement .seperator
{
	clear: both;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
	margin-top: 5px;
}

.arrangement .clear
{
	clear: both;
}

.arrangementdetail
{
}

.arrangementdetail DIV
{
	padding-bottom: 3px;
}

.arrangementdetail .titel
{
	font-weight: bold;
}

.arrangementdetail .image
{
	float: right;
	width: 150px;
	height: 200px;
}

.arrangementdetail .dauer
{
	float: left;
	width: 200px;
}

.arrangementdetail .uebernachtungen
{
	float: left;
	width: 300px;
}

.arrangementdetail .description
{
	float: left;
	width: 320px;
}

.arrangementdetail .details
{
	float: right;
}

.arrangementdetail .gueltigkeit
{
	float: left;
	width: 300px;
}

.arrangementdetail .preis
{
	float: left;
	width: 300px;
}

.arrangementdetail .link
{
	float: left;
	width: 300px;
	font-weight: bold;
}

.arrangementdetail .seperator
{
	clear: both;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
	margin-top: 5px;
}

.arrangementdetail .clear
{
	clear: both;
}

.arrangementdetail .iframe
{
	width: 100%;
	height: 400px;
}
.arrangementdetail .backlink
{
	width: 120px;
	height: 13px;
	float: left;
	font-weight:bold;
	color: White;
	background-color: #E2E4E1;	
	padding: 5px;
	text-align: center;
	border: 1px solid #BFB597;
}


/* light box */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/aspnet_client/w/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/aspnet_client/w/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 800px;
	background-color: #FFE8A0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	