/* standard elements */
* 	{
	margin: 0;
	padding: 0;
	}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font: normal 12px "Lucida Sans Unicode",sans-serif;
	line-height: 20px;
	background-color:#CADA0E;
	text-align: center;
	background: url(../images/bg.jpg) center top;
	}

div.centrebox { 	
	position:absolute; 
	left:50%; 
	top: 0px; 
	width: 946px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	margin-left: -473px; 
	background:  url(../images/bg_main.jpg) repeat-y; 
	}

#wrapper
	{
	width:900px;
	text-align: left;
	margin:0 auto; /* center, not in IE5 */
	}

#content_top
	{
	float:left;
	width:900px;
	height: 210px;
	overflow: hidden;
	background: #ffffff url(../images/header.jpg) top center;
	}

#content_left
	{
	float: left;
	width: 200px;
	height:100%;
	min-height:100%;
	}
	


#content_intro
	{
	float:right;
	width:700px;
	/* height: 100%;
	height: auto;*/	
	height: 1086px;
	background: #3E5F80;
	background: #CFDBE4 url(../images/background.jpg) left top no-repeat;
	}


#content_right
	{
	float:right;
	width:700px;
	min-height: 1086px;
	height: 100%;
	height: auto;
	background: #CFDBE4 url(../images/background.jpg) left top no-repeat;
	}

#content_main
	{
	float:left;

	width:100%;
	height:100%;
	width: 590px;
	margin-top: 110px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	}


#content_copyright
	{
	width:100%;
	width:900px;
	position:absolute;
	bottom:0; /* stick to bottom */
	
	height: 30px;	
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	background:#FECC2F;
	margin:0px;
	padding: 0px;
	}

#content_copyright p
	{
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
	}
	

#list	
	{
	width:164px;
	margin-left: 20px;
	list-style: none;
	line-height: 26px;
	text-align:left;
	padding-bottom: 5px;
	}

#list a, #list a:active
	{
	display: block;
	color: #0C5780;
	font-size:13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 6px;	
	}

#list a:hover
	{
	display: block;
	color: #FECC2F;
	font-style: normal;
	background: #0C5780;
	text-decoration:none;
	}


#list .active a, #list .active a:active
	{
	color: #FECC2F;
	}


ul li.active {
	display: block;
	color: #FECC2F;
	font-style: normal;
	}


ul ul li 
	{	
	display: block;
	color: #FECC2F;
	font-style: normal;
	background: #ffffff;
	}

ul ul li.active {
	display: block;
	color: #FECC2F;
	font-style: normal;
	background: #0C5780;
	}
	


hr 	{
	border: 0;
	width: 100%;
	color:  #D9D9D9;
	background-color: #D9D9D9;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	

.date	{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #838383;
	margin-bottom: 10px;
	}

#top	{
	clear:both;
	float:left;
	width: 660px;
	padding-top:20px;
	}
	

h1	{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color: #3F6887;
	margin-bottom: 10px;
	}

h2	{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: #838383;
	color: #0C5780;
	margin-bottom: 10px;
	}	
	
h3 	{
	width:100%;
	font-size: 14px;
	padding-top: 0px;
	margin-bottom: 15px;
	}

.colom_left
	{
	clear:both;
	float:left;	
	width: 100%;
	}
	
dt 	{
	float: left;
	font-size: 13px;
	}

dd 	{
	font-size: 13px;
	margin-left: 90px;
	margin-bottom: 1px;
	width: 420px;
	}


p 	{
	clear:both;
	width:100%;
	font-size: 13px;
	line-height: 1.7em;
	text-align: justify;
	vertical-align: top;
	top: 0px;
	width: auto;
	margin-bottom:10px;
	}




.colom_1
	{
	clear:both;
	float:left; 
	width: 160px;
	
	}

.colom_2
	{
	float:left; 
	width: 260px;
	}

.colom_3
	{
	float:left; 
	width: 230px;
	}


.foto_right
	{
	border: solid 2px #FECC2F;
	margin-left:10px;
	margin-bottom: 10px;
	}

a:link	{	
	color: #000;
	Text-Decoration: underline;
	}

a:visited	 
	{
	color: #000;
	Text-Decoration: Underline;
	}

a:hover	{
	color: #000;
	font-style: italic;
	text-decoration: underline;
	}

a:active
	{
	color: #000;
	text-decoration: underline;
	}


span .red, .red, .red a, .red a:hover
	{
font-style: normal;
	font-weight: bold;
	color: #ff0000;
	}


	
#error	{
	font-size: 18px;
	font-weight: bold;	
	color: #FF0000;
	margin-bottom:10px;
	}
	

form 	{
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	}

INPUT.button
	{
	width: 80px;
	cursor: hand; 
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #FECC2F;
	}

INPUT.radio
	{
	font-size: 11px;
	font-weight: normal;	
	border-width: 0pt;	
	background-color: transparent;
	}

.textarea, .select	
	{
	width: 270px;
	font-size: 12px;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	
	COLOR: #000000;
	border: solid 1px #FECC2F;
	background-color: #ffffff;	
	padding-left: 2px;
	padding-right: 2px;
	}



/* Info elements */

.nav_content{
	float:left;
	margin-top: 10px;
	background: #FECC2F;
	background: #D9D9D9;
	}

/*
#nav_navhead
	{
	float:left;
	font: bold 12px Arial;
	margin-bottom: 0px;
	margin-left: 5px;
	}
	*/
	

.nav_head_left
	{
	clear:both;	
	float:left;
	font: bold 16px;
	text-transform: uppercase;

	width: 450px;
	height: 20px;
	padding: 4px;
	background: #444444;
	color: #ffffff;
	background: #000000;
	}

.nav_head_right
	{
	float:left;
	width: 170px;
	height: 20px;
	padding: 4px;
	background: #ddccdd;
	background: #FECC2F;
	}

.nav_info
	{
	clear:both;
	float:left;
	width: 450px;
	padding: 4px;
	color: #444444;
	font: normal 11px ;
	line-height: 18px;
	}


.nav_info a, .nav_info a:active
	{
	color: #000000;
	}

.nav_info a:hover
	{
	color: #ffffff;
	}

.nav_date, .nav_opening, .nav_admission, .nav_location, .nav_organisation, .nav_readmore
	{	
	clear:both;
	float:left;
	text-align:left;
	width: 100%;
	}

.nav_readmore
	{
	padding-top: 8px;
	}

.nav_images
	{
	float:left;
	position:relative;
	width: 170px;
	height: 84px;
	text-align:left;
	padding: 4px;
	}

.nav_img_001, .nav_img_002
	{
	float:left;
	width: 80px;
	height: 80px;
	border: solid 2px white;
	}

.nav_img_002
	{
	border-left: 0px;
	}

.nav_txt {
	clear:both;
	float:left;
	width: 100%;
	padding-bottom: 10px;
	background: #ffffff;
	}

.extra_info
	{
	display:none;
	width:630px; 

	background: #D9D9D9;
	background: #FFFFFF; 

	padding: 4px;
	border: solid 1px #D9D9D9;
	}

#colom_left
 	{
	clear:both;
	float:left;
	width: 510px;
	padding-bottom: 20px;
	/* padding-right: 20px; */
	}


/* Gallery style */
#gallery 
	{
	float:right;
	background-color: #FECC2F;
	padding: 6px;
	width: 90px;
	}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }

#gallery ul img {
	border: 5px solid #ffffff;
	border-width: 5px 5px 15px;
	}

#gallery ul a:hover img {
	border: 5px solid #444444;
	border-width: 5px 5px 15px;
	color: #fff;
	}

#gallery ul a:hover { color: #CADA0E; }

/* End Gallery */
