/*****************************GENERAL*****************************/
body
{
	text-align: center;
}

body, form
{
	overflow: auto;
	margin: 0px;
	padding:0;
}

body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
	font-family: Arial;	
}


a, .link
{
	text-decoration:none;
}
ul, li
{
	list-style:none;
	margin:0;
	padding:0;
}

.title, h1
{
	font-family: Garamond;
	font-weight: bold;
}

.titlesmall
{
	font-family: Garamond;
	font-weight: bold;
}

h2
{
   font-family: Garamond;
   font-style: italic;
   font-weight: normal;
}

.title_frameWeather
{
	font-family:Arial;
}

.frameTitle, .buttonQuickrequest
{
	font-family: Arial Black;
}


.menu1_container
{
	position: relative;
	height:34px;
	
}

.menu1_bg
{
	position:absolute;
	height:83px;
	width:989px;
	top:-41px;
	left:-7px;
}
.menu1_position
{
	padding-top:40px;
	padding-left:18px;
}

.padding-left
{
	padding-left: 5px;	
}

.hidden 
{
	visibility:hidden;
	display:none;
}	

.clear
{
    clear:both;
    height:1px;
    font-size:1px;
}

.booking-online
{
    text-align: center;
    margin: 2px 0px 25px 0px;
}

/*****************************LOGOS*****************************/

.logo_container
{
	position: relative;	
}

.logo
{
	position:absolute;
	top: 30px;
	left: -40px;
}
.logo_camping
{
	position:absolute;
	bottom: 0px;
	left: 60px;
}

.logo_camping_small
{
	position:absolute;
	top: -35px;
	left: -10px;
}
/*****************************POPUPS*****************************/
.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}



.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}



/*****************************MENU RIGHT*****************************/
.menuRight
{
	font-family: Arial Black;
}

/*****************************MENU LEFT*****************************/
.menuLeft
{
	font-family: Arial;
}

.menuLeft_level1
{
}

/*****************************MENU Top*****************************/
.menuTop
{
	font-family: Arial;
}

/*****************************FLYOUT*****************************/

.flyoutHidden
{
	position: absolute;
	visibility: hidden;
}
#MenuTop .container
{
	width: 180px;
	position: relative;
}

.borderflyout
{
	border: 2px solid #ffffff;
}

#MenuTop .menu1
{
	font-weight: bold;
	text-decoration: none;
	color: #0A4D21;
	
}
#MenuTop .menu1:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#MenuTop .flyout1
{
	position: absolute;
	z-index: 111;
	bottom: 10px;
	left: -13px;
	width: 180px;

}
#MenuTop .flyout1 .flyoutspacer
{
	float: none;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}


#MenuTop .menu1 .menu1bg
{
	padding: 3px 15px 3px 5px;
}
#MenuTop .menu1:hover .menu1bg
{
	padding: 3px 15px 3px 5px;
}

#MenuTop .spacer
{
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}
/*****************************MENU Bttom*****************************/
.menuBottom
{
	font-family: Arial;
}

/*****************************SITEMAP***********************************/
.menuSitemapM1
{
	font-family: Arial;
	text-decoration:none; 
}

.menuSitemapM2
{
	font-family:arial;
	text-decoration:none; 
}

.menuSitemapM2:hover
{
	text-decoration:none; 
	font-weight:bold;
}

.menuSitemapM3
{
	font-family:arial;
	text-decoration:none;
}

.menuSitemapM3:hover
{
	font-family:arial;
	text-decoration:underline;
}

/*****************************Login*****************************/

.login
{
    width:174px;
    background-color:#FFECAF;
    margin-left:14px;
    padding:10px;
    color:#7D1925;
}

.login input
{
    width:150px;
}

.login .header
{
    color:#0A4D21;
    font-weight:bold;
    font-size:110%;
    padding-bottom:10px;
}

.login a.button
{
    color:#7D1925;
    font-weight:bold;
}

.login .error
{
    clear:both;
    margin-top:20px;
    color:Red;
    border:2px solid red;
    padding:3px;    
}

.content .login
{
    width:300px;
    background-color:white;
    margin-top:20px;
    margin-left:0;
    padding:5px;
    color:#7D1925;
}

/*****************************Inranet*****************************/

.intranet .item 
{
    background-color:white;
    padding:5px;
}

.intranet .item .header
{
    font-weight:bold;
    font-size:120%;
}

.intranet .item .image
{
    float: right;
    margin-left:5px;
}

.intranet .item .download
{
    margin-top:20px;
}

.intranet .item .download .image
{
    float: left;
    padding-right:5px;    
}

.intranet .item .download .image a img
{
    border:1px;
    width:50px;
}

