/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, li, ul, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 150%;
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	padding-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00324d;
}

#toplinks {
	height: 30px;
}


/* Commonly used to style page titles. */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #006c9b;
	font-size: 200%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	margin: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #006c9b;
	font-size: 150%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #006c9b;
	font-size: 130%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #006c9b;
	font-size: 110%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 110%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

p {
padding: 4px 0;
}

hr {

color:#CCCCCC;
height:1px;
width:100%;
}
.hRuleClear {
	clear:both;
	height:1px;
	border-bottom-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-bottom: 20px;
	padding-top: 20px;
}

a img { border: none; outline: none;}

img a { border: none; outline: none;}

#content #left_column li { background: url(../images/li.jpg) no-repeat; background-position: 0 50%; list-style: none; padding-left: 20px;}

#content #one_column li {
	background-position: 0 5px;
	list-style: none;
	padding: 0px 0px 3px 20px;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
} 
#one_column ul {
	padding-bottom: 10px;
}
.halfColLeft {
	width: 430px;
	float: left;
	clear: none;
	margin-right: 20px;
}
.halfColRight {
	width: 430px;
	float: right;
	clear: none;

}

#content .striped { padding: 0; margin: 0; list-style: none;}
.wrapper {
	clear: both;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#content .striped li { margin: 0;}

#content .striped .first  { color: #333; background: url(../assets/images/li.jpg) no-repeat #FFFFFF; background-position: 0 50%;  padding: 2px 0 2px 20px;}
#content .striped .second { color: #333; background: url(../assets/images/li.jpg) no-repeat #f1f1f1; background-position: 0 50%;  padding:  2px 0 2px 20px;}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #006c9b;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
 color: #006c9b;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
 color: #006c9b;
  text-decoration: underline;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #006c9b;
	text-decoration: underline;
}

a img { border: none;}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

a.greylinks  {
color: #999;
	text-decoration: none;
}


#outerWrapper {
	
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	background-image: url(../images/top_bg5.png);
	background-repeat: no-repeat;
	height: 227px;
	width: 934px;
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

#outerWrapper #header_350 {
	background-image: url(../images/top_bg4.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 934px;
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

#outerWrapper #header_230 {
	background-image: url(../images/top_bg6-trans.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 934px;
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

#outerWrapper #header_300 {
	background-image: url(../images/top_bg6-trans.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 934px;
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

#outerWrapper #header_645 {
	background-image: url(../images/headers/header_645.jpg);
	background-repeat: no-repeat;
	height: 645px;
	width: 934px;
	padding-top: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

#outerWrapper #contentWrapper {
	height: auto;
	width: 914px;
	clear: both;
	background-image: url(../images/bg_rpt6.jpg);
	background-repeat: repeat-y;
	padding-right: 23px;
	padding-left: 23px;
}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	height: auto;
	color:#333333;
	margin: 0;
	padding-top: 0px;
}

#outerWrapper #contentWrapper #content #left_column {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: auto;
	width: 700px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
.leftcolumn2 {
	width: 530px;
	padding-right: 20px;
}
.rightcolumn2 {
	float: right;
	width: 360px;
	clear: none;
	height: auto;
}

#outerWrapper #contentWrapper #right_column {
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	height: auto;
	padding-left: 20px;
	width: 190px;
	margin-top: 20px;
}

#outerWrapper #contentWrapper #content #one_column {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

#outerWrapper #contentWrapper #right_column #feature_boxes {
	float: right;
}



#footerlinks {
	width: 750px;
	float: right;
	color: #FFFFFF;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#alpen {
	float: left ;
	width: 100px;
	color: #FFFFFF;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	color: #999999;
	font-size: 92%;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 20px;
	clear: both;
	background-repeat: no-repeat;
	width: 920px;
}
#footerbottomedge {
	background-image: url(../images/footer2-trans.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 960px;
	clear: both;
}


/* Navigation */
#outerWrapper #header #nav {
	position: absolute;
	top: 129px;
	list-style: none;
	height: 36px;
	display: inline;
	width: 940px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0px;
}
#outerWrapper #header #topnav {
	height: 30px;
	width: 280px;
	list-style-type: none;
	margin: 0px;
	float: right;
	padding: 0px;
}
#topnav ul, #topnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a:hover {
	background-position: 0px -38px;
}


#nav p {
	text-indent: -9999px;
}

.clear {
	clear: both;
	height: 1px;
}


/* Contact form styles */
legend {
	font-family:Arial, Helvetica, sans-serif; color: #b01324; font-size: 150%; padding: 10px 0 8px 0;
}
form {
	width: 100%;
	padding: 0px;
	margin: 0px;
}


fieldset {
	padding-top: 0px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{
	float: left;
	width: 180px;
	font-weight: bold;
}

label#development {
	float: left;
	width: 250px;
	font-weight: bold;
}

input, textarea, select{
	width: 220px;
	margin-bottom: 7px;
	text-align:left;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

textarea{
	width: 200px;
	height: 100px;
}

.boxes{
width: 1em;
}

#submitbutton{

margin-top: 5px;
width: 163px;
height: 38px;
}


.radio {
	width: 25px;
}
.checkbox {
	width: 440px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#leftNav {
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
	width: 205px;
}


/* forms */

legend {
	color: #0091d0;
	font-weight:bold;
	font-size: 1.1em;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin: 0px;
}
form {
	color: #333;
}
form a {
	color: #939393;
}


fieldset {
	margin-bottom:10px;
	border: 2px solid #fff;

}

label{
	float: left;
	width: 120px;
	font-weight: bold
}

input, textarea, select{
margin-bottom: 7px;
text-align:left;
margin-left: 0px;
width: 215px;
}

select {
margin-bottom: 7px;
text-align:left;
margin-left: 0px;
width: 223px;
}

textarea{
	width: 220px;
	height: 100px;
}

.boxes{
width: 1em;
}

.smalltext {
font-size: 90%;
}

#submitbutton{
margin-top: 5px;
width: 65px;
height: 23px;
float: left;
text-align: center;
font-weight: bold;
}


.radio {
	width: 25px;
}
.checkbox {
	width: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.checkbox2 {
width: 500px;
text-align:left;
font-weight: normal;
}

.formtext {
}



.threeCol {
	float: left;
	width: 290px;
	clear: none;
	padding-right: 20px;
	height: auto;
} 

.threeColRight {
	float: left;
	width: 290px;
	clear: none;
	height: auto;
} 

.twothirdsColLeft {
	float: left;
	width: 580px;
	padding-right: 40px;
}

#main_nav {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#main_nav li {
display: inline;
list-style-type: none;
font: Arial, Helvetica, sans-serif bold;
padding-right: 15px;
}

#main_nav li a {
font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#333; text-decoration: none; padding-left: 20px;
background-position: 0 50%;
}

#main_nav li a.selected {
font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#333; text-decoration: none; padding-left: 20px;
background-position: 0 50%;
}
/* #main_nav_absolute {
	position: absolute;
	margin-top: -230px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 360px;
	
}
#main_nav_absolute li {
display: inline;
list-style-type: none;
font: Arial, Helvetica, sans-serif bold;
padding-right: 20px;
}
#main_nav_absolute li a {
font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: #fff; text-decoration: none; padding-left: 20px; background: url(http://www.alpenparks.nl/assets/images/nav_li.png) no-repeat;
background-position: 0 50%;
}
#main_nav_absolute li a.selected {
font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#fff; text-decoration: none; padding-left: 20px; background: url(http://www.alpenparks.nl/assets/images/nav_li_selected.png) no-repeat;
background-position: 0 50%;
}
*/

#outerWrapper #contentWrapper #content #right_column #sub_nav {
padding-bottom: 20px;
}

#outerWrapper #contentWrapper #content #right_column #sub_nav li {
font-weight: bold; font-family:  Arial, Helvetica, sans-serif; list-style-type: none; background:none; height: 30px; width: 190px; padding-bottom: 5px;
}

#outerWrapper #contentWrapper #content #right_column #sub_nav li a {
font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#333; text-decoration: none; padding-left: 40px; background: url(http://www.alpenparks.nl/assets/images/sub_nav_bg2.jpg) no-repeat;
background-position: 0 50%; line-height: 30px; display:block;
}

#outerWrapper #contentWrapper #content #right_column #sub_nav li a.selected {
font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#333; text-decoration: none; padding-left: 40px; background: url(http://www.alpenparks.nl/assets/images/sub_nav_selected.jpg) no-repeat;
background-position: 0 50%;
	}

/* Suckerfish */
#suckerfishnav {
	}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	padding:0;
	margin: 8px 0 1px 0;width:100%;
	}
#suckerfishnav a {
	display:block;
	color:#ccc;
	text-decoration:none;
	padding:0px 17px;
	}
#suckerfishnav li {
	float:left;
	padding:0;
	background: url(http://www.alpenparks.nl/assets/images/nav_li.png) no-repeat;
	background-position: 3% 50%;
	}
#suckerfishnav li a.selected {
	color: #006c9b;
	}
#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	margin: 0;
	/*margin:12px 0 0 0;*/
	padding-top: 7px;
	line-height:1;
	background: url(http://www.alpenparks.nl/assets/images/drop_down_bg.jpg) bottom left no-repeat;
	-moz-opacity:0.65;
	opacity:0.65;
	khtml-opacity:0.65;
	filter: alpha(opacity = 65);
	padding-bottom: 10px;
	width: 140px;
	}	
#suckerfishnav li li {
	width: 140px;
	padding-right:1px;	}
#suckerfishnav li li a {
	padding:4px 17px;
	}
#suckerfishnav li ul li {
	border: none;
	margin-top: 1px;
	
	}
#suckerfishnav li ul li a {
	color: #fff;
	font-weight:400;
	/*-moz-opacity:0.40;
	opacity:0.40;
	khtml-opacity:0.40;
	filter: alpha(opacity = 40);*/
	margin-top: 1px;
	}
#suckerfishnav li:hover ul li a  {
	}
#suckerfishnav li ul ul {
	margin:-20px 0 0 150px;
	}
#suckerfishnav li ul li:hover {
	}
#suckerfishnav li ul li:hover a {
	}
#suckerfishnav li ul li:hover li a {
	}
#suckerfishnav li ul li li:hover a {
	}
#suckerfishnav li ul li ul li:hover ul li a {
	}
#suckerfishnav li ul li ul li:hover ul li:hover a {
	}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left:-999em;
	}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left:auto;
	}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
margin:inherit;
	}
/* Suckerfish */

.text 		{ font-size: 9pt; color: #333333; }
.textsmall	{ font-size: 8pt; color: #FFFFCC;  font-weight: normal; text-decoration:none; }
.textgroot	{ font-size: 12pt; color: #333333; font-weight: bold;  }
.contact 	{ font-size: 7pt; color: #333333; text-align: left; }
