/*****************************GENERAL*****************************/
body, form
{
	margin: 0px;
}
body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
}
.clear
{
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0;
}

.hidden
{
	visibility: hidden;
	display:none;
}

.missing        {font-family:Verdana;}
.privacynote    {font-family:Verdana;}



/*****************************POPUPS*****************************/

.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}

.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 90%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;

}

.PrintLock
{
	position: absolute;
	top: 40;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	border: solid 1px black;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

/*****************************PRINT PAGE*****************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}

.printBody
{
	background-image:none;
}

#Print .PrintHeader
{
    height:30px;
}

#Print .Content
{
	padding:30px;
}

#Print .printLinkbutton
{
	font-weight:bold;
	padding-left:20px;
	padding-top:20px;
	
}


/*****************************CONTACT*****************************/
#Contact .foundSite
{
    float:left; 
    width:100px;
    margin-left:3px;
}

.missing
{
    padding-bottom:10px;
    margin-bottom:20px;
}

.privacynote
{
   display:block;
   padding-bottom:10px;
   margin-bottom:10px 0;
}


/*****************************PRIVACY***************************************************/
#privacy .privacyheader
{
    padding-left:20px;
}
    
/*****************************CONTENT*****************************/

#contentContainer
{
	position:relative;
	margin:auto;	
	text-align:center;
	padding-bottom:20px;
}


#logoContainer
{
	position:relative;
	width:940px;
	height:192px;
	text-align:center;
	margin:auto;
	top:-10px;
}

#logo 
{
	float:left;
	width:192px;
}

#logocontainer .telnr
{
    position:absolute;
    width:250px;
    height:50px;
    top:150px;
    left:40px;
    font-family:Times New Roman;
    font-size:24px;
    line-height:25px;
    color:#A71212;
}

#textContainer
{
	position:relative;
	width:980px;
	text-align:center;
	margin:auto;
}


/*****************************BOTTOM*****************************/

#bottom
{
	position:relative;
	width:100%;
	text-align:center;
}


#bottomContainer
{
	position:relative;
	width:986px;
	height:46px;
	text-align:center;
	margin:auto;
}

#bottomContainer .left
{
	float:left; 
	width:410px;
	text-align:left;
	font-family:verdana;
	padding:20px 0 20px 20px;
}

#bottomContainer .left a
{ 
	font-weight:bold;
}

#bottomContainer .right
{
	float:left;
	font-family:verdana;
	padding:20px 0 20px 20px;
	text-align:center;
}



/*****************************HEADER*****************************/

#header
{
	height:424px;
	position:relative;
	width:100%;
	text-align:center;
}



#bannercontainer1
{
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	text-align:center;
}


#container
{
	width:940px;
	margin:auto;
	text-align:center;
	height:20px;
	
	
}

#container .menuleft
{
	float:left; 
	width:360px;
	text-align:left;
}

#container .language
{
	float:right;
}



#shadow3 
{	
	background-color:#BCBBAC;
	position:relative;
	height:352px;
	width:942px;
	top:10px;
	text-align:center;
	margin:auto;
	
}


#bannercontainer2
{

	background-color:#FFFFFF;
	height:350px;
	width:940px;
	margin-right:2px;	
	margin-bottom:2px;
	
}

#banner
{
	height:330px;
	width:920px;
	top:10px;
	position:relative;
	text-align:center;
	margin:auto;
	line-height:1px;
	font-size:1px;
}


/**********************************FLYOUT MENU TOP*****************************************/


#menuTop				    
{
	position: relative; 
	top:10px; 
	width:940px;
	text-align:center;
	margin:auto;
}
#menuTop .item
{
    position:relative;
    float:left;
    padding: 5px 8px 0px 0px;
    z-index:5;
    
}

#menuTop .flyout
{
    position:absolute;
    bottom:20px;
    left:0;
    display:none;
    width: 190px;
    z-index:10;
}

#menuTop .menu1
{
    height:auto !important;
    height:1%;
}

#menuTop .menu1 a, #menuTop .menu1 a:hover
{
    padding: 3px 10px 3px 20px;
    text-decoration: none;
    display:block;
    text-align:left;
}


#menuTop .flyoutHidden
{
	position: absolute;
	visibility: hidden;
	display: none;
}

#menuTop .menu0 a
{
	font-family: "Times New Roman", Times, serif; 
	text-decoration:none;
	text-transform:uppercase;
	padding-right:10px;
}

#menuTop .menu0active a
{
	font-family: "Times New Roman", Times, serif; 
	text-decoration:none;
	text-transform:uppercase;
	padding-right:10px;
}

#menuTop .menu0active a:hover 
{
	padding-right:10px;
}

#menuTop .menu1 a
{
	font-family:verdana;
	text-decoration:none;
	padding:7px;
}

#menuTop .menu1 a:hover
{
	font-family:verdana;
	text-decoration:none;
	padding:7px;
}

#menuTop .menu2 a  
{
	font-family:verdana;
	text-decoration:none;
}

/*****************************MENU LEFT*****************************/

#container .menuLeft .menu0  
{
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}

#container .menuLeft .menu0active
{
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}

/*****************************MENU LANGUAGE*****************************/

#container .language .menu0  
{
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}

#container .language .menu0active
{
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}



/***************************** CONTENT PREVIEW BOX *****************************/

#previewBox {
	float:right;
	width:594px;
}

#previewbox .shadowLine {
 	clear:both;
}

#express
{
	float:left;
	width:248px;
	padding: 20px 0px 20px 0px;
	margin-left:30px;
}

#express .expresstitle
{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-variant:small-caps;
	float:left;
	text-decoration:none;
}

#express .expresstext
{
	font-family:verdana;
	float:left;
}

#express .expresstext .linkbutton,  .expresstext .linkbutton a
{
	font-weight:bold;
}

#express .input
{
	font-family:Verdana;
}

#offers
{
	float:right;
	width:303px;
	padding: 20px 0 20px 0;

}

#offers .offerstitle
{
	font-family:"Times New Roman", Times, serif;
	float:left;
	text-transform:uppercase;
	font-variant:small-caps;
	text-decoration:none;
}

#offers .offerstext
{
	font-family:verdana;
	float:left;
}

#offers .offerstext a
{
	font-weight:bold;
}


#offers .offerstext .linkbutton
{
	font-weight:bold;
	font-family:Verdana;
}

#offers .offerstext .linkbutton a
{
	text-decoration:underline;
}


#offers .offersimageBorder
{
	margin-right:10px;
}



/***************************** CONTENT COLUMN LEFT - NAV BOX *****************************/
#navColumn
{
	float:left;
	width:317px;
}

#navColumnBoxTitle
{
	height:47px;
}



#navColumnBoxMenu
{
	margin-left:60px;
	margin-right:15px;
}


#navColumnBoxTitle .menu0active a
{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-variant:small-caps;
	text-decoration:none;
	float:left;
	margin-left:50px;
	margin-top:10px;
}

#navColumnBox .menu1,  .menu1 a,  .menu1active,  .menu1active a
{
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	padding:5px 5px 5px 3px;
	margin-right:20px;
}


#navColumnBox .menu2 a, .menu2active a:hover
{
	text-decoration:underline;
	display:block;
	text-align:left;
	padding:5px 5px 5px 20px;
}

#navColumnBox .menu2 a:hover, .menu2active a
{
	text-decoration:none;
	display:block;
	text-align:left;
	padding:5px 5px 5px 20px;
}


#navColumnBox .menuSeparator
{
	height:1px;
	margin-right:30px;
}

#navColumnBoxBottom
{
	height:17px;
}


/******************************************* CONTENT COLUMN LEFT - BOXEN *************************************/
#ColumnBoxTitle
{
	height:47px;
}

#ColumnBoxTitle .boxtitle a
{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-variant:small-caps;
	text-decoration:none;
	float:left;
	margin-left:50px;
	margin-top:10px;
}

#ColumnBoxContent
{
	margin-left:60px;
	margin-right:15px;
	padding:15px;
	text-align:left;
}

#ColumnBox .input
{
	margin-bottom:10px;
	font-family:Verdana;
	
}

#ColumnBox .boxtext .linkbutton
{
	font-weight:bold;
	text-align:right;
}

#ColumnBox .boxtext .linkbutton a
{
	text-decoration:underline;
}

#ColumnBox .weather
{
	background-color:#FFF;
	width:170px;
	text-align:center;
	float:left;
	margin:auto;
	padding-bottom:10px;
}

/******************************************* CONTENT COLUMN CENTER *************************************/


#contentColumn 
{
	float:right;
	width:534px;
	margin-right:50px;
	text-align:left;

}

/*****************************MODULE WEATHER*****************************/
#moduleweather
{
    background-color:White;
    font-family:Verdana;
}
#moduleweather .header
{
	padding:5px 0 10px 0;
	font-family:Times New Roman;
	font-style:italic;
}
#moduleweather .panelDetail
{
	padding:5px 0 10px 0;
	font-family:Verdana;
}
#moduleweather .description
{
	padding:5px 0 10px 0;
	font-weight:normal;
	font-family:Verdana;
}
#moduleweather .subheader
{
	font-weight:bold;
	font-family:Verdana;
}
#moduleweather .images
{
	float:right;
	margin:0 0 5px 10px;
}


/*****************************MODULES***************************************************/

#module .moduleTitle, .moduleTitle a
{
	font-family:"Times New Roman", Times, serif;
}
    
#module .moduleTitle a
{
	text-decoration:underline;
}

#module .moduleText
{
	font-family:Verdana;
}
    
#module .moduleLinkbutton a, .moduleLinkbutton
{
	font-family:Verdana;
}

#module .moduleLinkbutton a:hover
{
	font-family:Verdana;
	
}

#module .moduleSeparator
{
	border-bottom:1px dotted #d4d4d4;
	margin-bottom:20px;
}

#module .moduleImage
{
    margin-right:20px;
    margin-bottom:10px;
}

/**********************************SITEMAP*****************************************/
#sitemap
{
    float:left;
    margin-right:50px;
}

#sitemap .separator
{
    margin-top:10px;
    margin-bottom:10px;
}

#sitemap .menuSitemapM1
{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}

#sitemap .menuSitemapM2
{
	font-family:verdana;
	text-decoration:none;
}

#sitemap .menuSitemapM3
{
	font-family:verdana;
	text-decoration:none;
}

#sitemap .marginleft
{
    margin-left:10px;}
    
    
    
/***************************************RECOMMEND**************************************/
#recommend 
{
    padding:10px;
	text-align:center;
	height:450px;
	vertical-align:middle;
	font-family:verdana;
}

#recommend .recommendHeader
{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none; 
    padding:10px;
}

#recommend .recommendContent
{
	text-align:left;
}

#recommend .recommendPadding
{
    padding:5px;
	height:30px;
}

#recommend .recommendRow
{
    padding:5px;
	float:left;
	height:30px;
	width:160px;
}

#recommend .recommendSeparatorLine
{
    height:1px;
}

#recommend .recommendSeparator
{
    height:20px;
}

#recommend .recommendInput
{
	font-family:verdana;
}

#recommend .recommendInput2
{
	font-family:verdana;
}

#recommend .recommendLinkbutton, .recommendLinkbutton a
{
	font-weight:bold;
	padding-right:20px;
}
   

/*******************************************TEXT****************************************/

.text, p, body
{
	font-family:verdana;
	text-decoration:none;
}
.textsmall
{
	font-family:verdana;
	text-decoration:none;
}
.title, h1
{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}

a, .text a
{
	font-family:verdana;
	text-decoration:underline;
	cursor:pointer;
}

h2, .title2
{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
}

.linkbuttonMain
{
	font-family:verdana;
}

.linkbuttonMain a
{
	text-decoration:underline;
}

.textinput
{
	font-family:verdana;
	text-decoration:none;
}

.textinput2
{
	font-family:verdana;
	text-decoration:none;
}

.spacer
{
    margin-bottom:5px;
    clear:both;
    height:5px;
    font-size:5px;
    line-height:5px;
}
