/*Layout*/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background: url(../Media/Img/MenuBg.gif) repeat-y;
}

form
{
	height: 100%;
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

div#Wrapper
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 970px;
}

	div#Header
	{
		position: relative;
	}
	
		div#HeaderTop
		{
			position: relative;
			height: 40px;
			background: url(../Media/Img/HeaderTop.gif) no-repeat;
			overflow: hidden;
		}
		
		div#HeaderImg
		{
			position: relative;
			height: 127px;
			padding-top: 1px;
			padding-left: 40px;
			background: url(../Media/Img/HeaderBg.gif) repeat-x;
			overflow: hidden;
		}
		
		div#HeaderBottom
		{
			position: relative;
			height: 16px;
			background: url(../Media/Img/HeaderBottom.gif);
			overflow: hidden;
		}
		
	div#Triangle
	{
		position: absolute;
		height: 235px;
		width: 130px;
		background-image: url(../Media/Img/Triangle.gif);
		z-index: 2;
	}
	
	div#Container
	{
		position: relative;
		min-height: 290px;
		min-width: 962px;
		width: 962px;
		padding-bottom: 20px;
		z-index: 3;
	}	
	
		div#Menu
		{
			position: relative;
			float: left;
			width: 155px;
			padding-left: 70px;
			padding-top: 30px;
		}
		
		div#Content
		{
			position: relative;
			margin-left: 225px;
			padding-left: 35px;
			padding-top: 30px;
		}
		
		#Print
		{
			position: relative;
			height: 20px;
			width: 20px;
			border: 0;
		}
		
		#Spacer
		{
			float: left;
		}
		
			div#Left
			{
				position: relative;
				float: left;
				width: 480px;
			}
			
			div#Right
			{
				position: relative;
				float: left;
				width: 208px;
				padding-left: 10px;
			}
		
		.FormHolder
		{
			position: relative;
			margin: 0;
			padding: 0px;
			width: 332px;
			background-color: #dff3eb;
			border: 1px dotted #000;
			overflow: hidden;
		}
		
			.FormRowLight
			{
				position: relative;
				float: left;
				margin: 0;
				padding: 0;
				height: 22px;
				width: 220px;
				border-top: 4px solid #fff;
				border-right: 4px solid #fff;
				border-left: 4px solid #fff;
			}
			
			.FormRowLightTA
			{
				position: relative;
				float: left;
				margin: 0;
				padding: 0;
				height: 203px;
				width: 220px;
				border-top: 4px solid #fff;
				border-right: 4px solid #fff;
			}
			
			.FormRowLightSubmit
			{
				position: relative;
				float: left;
				margin: 0;
				padding: 0;
				height: 30px;
				width: 324px;
				border: 4px solid #fff;
				border-bottom: 4px solid #fff;
			}
			
			.FormRowDark
			{
				position: relative;
				float: left;
				margin: 0;
				padding: 0;
				height: 22px;
				width: 100px;
				background-color: #bfe8d7;
				border-top: 4px solid #fff;
				border-left: 4px solid #fff;
			}
			
			.FormRowDarkTA
			{
				position: relative;
				float: left;
				margin: 0;
				padding: 0;
				height: 203px;
				width: 100px;
				background-color: #bfe8d7;
				border-top: 4px solid #fff;
				border-left: 4px solid #fff;
				border-right: 4px solid #fff;
			}
			
	div#BottomLeft
	{
		position: absolute;
		left: 0;
		bottom: 0;
		height: 177px;
		width: 50px;
		background-image: url(../Media/Img/BottomLeft.gif);
		z-index: 2;
	}
	
	div#BottomRight
	{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 170px;
		width: 155px;
		background: url(../Media/Img/LogoNarcis2.gif) no-repeat;
		z-index: 0;
	}
	
	div#Footer
	{
		position: absolute;
		bottom: 0;
		height: 20px;
		width: 100%;
		background: url(../Media/Img/FooterBg.gif);
		overflow: hidden;
		z-index: 1;
	}
	
/*Typografie*/

h1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	color: #00a260;
	margin-bottom: 12px;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
	color: #fd1b14;
	margin-bottom: 12px;
}

p
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 12px;
}

a
{
	color: #fd1b14;
	text-decoration: underline;
}

a:hover
{
	color: #00a260;
}

.FooterRight
{
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-right: 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.FooterRight a
{
	color: #fff;
	text-decoration: underline;
}

.FooterRight a:hover
{
	color: #bfe8d7;
}

.FooterLeft
{
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

.FooterLeft a
{
	color: #fff;
	text-decoration: none;
}

.FooterLeft a:hover
{
	color: #bfe8d7;
}

.Webcontent
{
	margin-left: 2px;
	border: 0;
	vertical-align: text-bottom;
}

/*Menu*/
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul li
{
	margin-bottom: 4px;
}

ul li a
{
	color: #00a260;
	text-decoration: none;
}

ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

ul ul
{
	margin-left: 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul ul li
{
	margin-bottom: 4px;
}

ul ul li a
{
	color: #fd1b14;
	text-decoration: none;
}

ul ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

/*Contact*/
label
{
	margin: 0;
	padding: 0;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.Validation
{
	margin: 0;
	padding: 0;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
}

.input
{
	margin: 0;
	padding: 0;
	padding: 2px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #00a260;
	background: url(../Media/Img/InputField.gif) top repeat-x #fff;
}

.textarea
{
	margin: 0;
	padding: 0;
	padding-left: 2px;
	width: 216px;
	height: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	border: 1px solid #00a260;
	background: url(../Media/Img/InputField.gif) top repeat-x #fff;
	overflow: auto;
}

.RadioButton
{
	border: 0;
	width: 20px;
	vertical-align: middle;
	background: none;
}

.Submit
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-right: 4px;
	padding: 2px;
	height: 18px;
	width: 79px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	border: 1px solid #00a260;
	background: url(../Media/Img/Submit.gif) no-repeat;
}

/*Route*/
div#Left img
{
	margin-bottom: 10px;
	border: 1px solid #fd1b14;
}

div#Left img:hover
{
	border: 1px solid #00a260;
}

/*Powerpoint Button*/
.Powerpoint
{
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../Media/Img/Powerpoint.gif) center left no-repeat;
}

.Document
{
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../Media/Img/document_24_hot.gif) center left no-repeat;
}

/*PhotoAlbum*/
div.FotoAlbum
{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}

div.FotoAlbum a
{
	display: block;
	padding-top: 8px;
	margin: 0 10px 10px 0;
	height: 120px;
	width: 120px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fafafa;
	text-align: center;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	text-decoration: none;
	color: #000;

}

	div.FotoAlbum a:hover
	{
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		background-color: #dff3eb;
		text-decoration: none;		
	}
	
	div.FotoAlbum a Img
	{	
		border: 1px solid #333;
	}
	
/*Lightbox*/
#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	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
{
	position: absolute;
	width: 63px;
	height: 32px;
	background: transparent url(../Media/Img/prevlabel.gif) left 0 no-repeat; /* Trick IE into showing hover */
	display: block;
	left: 0;
	float: left;
}
	
#nextLink
{
	position: absolute;
	width: 63px;
	height: 32px;
	background: transparent url(../Media/Img/nextlabel.gif) right 0 no-repeat; /* Trick IE into showing hover */
	display: block;
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { background: url(../Media/Img/prevlabel.gif) left 0 no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Media/Img/nextlabel.gif) right 0 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: 500px;
	background-color: #000;
	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 */
}		

p#OwaButton
{
	padding-top: 30px;	
}

	p#OwaButton a img,
	p#OwaButton a:hover img
	{
		border: none 0;
	}