@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: justify;
	color: #666666;
	text-transform: lowercase;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #888888;
}

a:hover {
	color: #000000;
}

a:focus {
	outline: none;
}

p {
	line-height: 20px;
	margin-bottom: 10px;
}

p.align-center {
	text-align: center;
}

ul {
	list-style-type: none;
}

ul li {
	display: inline;
}

li.activestate a {
	color: #000000;
	text-shadow:1px 1px 3px #888888;
}

div#pagewrap {
	margin: 10px auto;
	width: 900px;
	text-align: left;
}

div#content_wrap {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	margin: 5px 0;
}

noscript p {
	color: #A00;
	background: #FCC;
	border-bottom: 2px solid #F88;
	text-align: center;
}
	
h1#head {
	width: 148px;
	height: 50px;
	text-indent: -9999px;
	background: url("../img/nonilogo_small.gif") no-repeat 10px 0px;
	opacity: 0.8;
	}
	h1#head a {
		height: 100%;
		display: block;
	}

/*
ul#nav_top {
	border-top: 1px solid #888888;
}

ul#nav_bottom {
	border-bottom: 1px solid #888888;
}
*/
	
ul.navigation {
	padding: 2px;
	text-align: right;
	clear: both;
	}
	ul.navigation li a {
		padding: 0 60px;
	}

ul#disclaimer {
	text-align: right;
	width: 200px;
	float: right;
	margin-bottom: 30px;
	}
	ul#disclaimer li a {
		font-size: 11px;
		padding-left: 30px;
		color: #CCCCCC;
	}
	ul#disclaimer li a:hover {
		color: #000000;
	}
	ul#disclaimer li a.jobs {
		color: #666666;
		text-decoration: underline;
	}
		
div#content {
	text-align: justify;
	margin: 20px 0;
	min-height: 450px;
	}
	div#content h1 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}

ul#language_select {
	float: left;
	}
	ul#language_select li img {
		padding: 2px;
		margin: 0 5px;
		border: none;
	}
	ul#language_select li.active img {
		border: 1px solid #888888;
		padding: 1px;
	}
	
/*----------------Text----------------*/

.text_wrapper {
	clear: both;
	margin: 0 auto 40px;
	width: 600px;
	}
	/*.text_wrapper p {
		line-height: 20px;
		margin-bottom: 20px;
	}*/
	.text_wrapper img.img_text_left {
		clear: left;
		float: left;
		margin: 0 10px 10px 0;
		border: none;
	}
	.text_wrapper img.img_text_right {
		clear: right;
		float: right;
		margin: 0 0 10px 10px;
		border: none;
	}
	
/*-----------Carousel-------------*/
	
#myCarousel
{
    text-align: center;
    margin: 0 auto;
    /* float: left; Same as your gallery is set to */
    width:702px; /* Adjust this to your picture width + 2 */
    height:116px;
    overflow:hidden;
    background: #FFFFFF;
}

/*-----------Quicktime---------------*/
.tx-srquicktime-pi1 {
	width: 480px;
	margin: 0 auto;
}

/*-----------Map---------------*/
.tx-zwgmap-pi1 {
	width: 600px;
	margin: 0 auto;
}

/*--------Links-------------*/
.links_wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
	}
	.links_wrapper a.linkbox {
		width: 360px;
		height: 101px;
		float: left;
		text-indent: -9999px;
		display: block;
		margin: 0 5px 10px 5px;
		}
		
/*----Slideshow-----*/

#slideshow {
    position:relative;
    height:350px;
    width: 700px;
    margin: 0 auto;
}


#slideshow div {
    position:absolute;
    top:0;
/*    left:0;*/
	margin: 0 auto;
    z-index:8;
	width: 700px;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
}

#slideshow div.active {
    z-index:10;
}

div.photographer {
	text-align: center;
}

/*-----------Latest News----------*/

#news-latest-container {
	position: relative;
	width: 750px;
	margin: 25px auto;
	height: 50px;
	overflow: hidden;
}

.news-latest-item {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 8;
	background: white;
}

.news-latest-item.active {
    z-index: 10;
}

/*--------News List & Single---------------*/

.panel_news_text {
	padding: 0;
	width: 420px;
	float: right;
	padding: 0 20px 0 0;
}

/*Headline*/
.panel_news_text h2 {
	font-size: 16px;
	font-weight: bold;
}

/*Subheader*/
.panel_news_text h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0 0 0;
}

.news-single-item .panel_news_text h3:after, div.news-single-additional-info dl:before {
	font-weight: normal;
	content: "\257C\00A0\13A6\00A0\257E";
	margin: 0px auto;
	display: block;
	width: 35px;
	color: #CCCCCC;
}

/*Date*/
.panel_news_text h4 {
	font-weight: normal;
	font-style: italic;
}

.panel_news_text p.bodytext {
	margin: 10px 0;
	line-height: 30px;
}

.panel_news_text p.bodytext:first-letter {
	font-weight: bold;

}


/*--------News Single-------------*/

.news-single-item {
	width: 700px;
	margin: 0 auto;
	overflow: auto;
}

/*
.news-single-item .panel_img_big {
	margin: 0 25px 10px 0;
}
*/

.news-single-item .panel_img_big p {
	margin: 0 0 0 5px;
	font-style: italic;
}

.news-single-backlink, .news-list-morelink {
	clear: both;
	padding: 25px 0;
}

.news-single-backlink:after {
	content: "\21A9";
}

.news-list-morelink:before {
	content: "\21AA";
}

div.news-single-additional-info {
	padding-top: 20px;
	}

	div.news-single-additional-info dt {
		text-decoration: underline;
	}
	
	div.news-single-additional-info dd {
		padding-left: 10px;
		font-style: italic;
	}

/*----Contact Form----*/
fieldset.csc-mailform {
	width: 550px;
	margin: 0 auto;
	border: none;
}

.csc-mailform-field {
	clear: both;
	padding: 10px 0;
}

.csc-mailform-field label {
	width: 270px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 15px;
}

.csc-mailform-field textarea {
	width: 250px;
}


.csc-mailform-field input {
	width: 250px;
}

input.csc-mailform-submit {
	margin-left: 285px;
	width: auto;
}

.error {
	background: #FFEEEE;
}

label.error {
	color: red;
	background: none;
	margin-left: 275px;
	text-align: left;
	float: none;
}

/*-----Newsletter Subscription-----*/

#newsletter_subscription {
	width: 340px;
	margin: 20px auto;
	}
	
	#newsletter_subscription h1 {
		padding: 10px 0;
	}
	
/*
	#newsletter_subscription form {
		width: 320px;
		margin: 0 auto;
	}
*/

	#newsletter_subscription dd, #newsletter_subscription dt {
		display: block;
		float: left;
		margin: 10px 0;
	}
	#newsletter_subscription dt {
		float: left;
		clear: left;
		width: 110px;
		text-align: right;
		margin-right: 10px;
		font-weight: bold;
	}
	#newsletter_subscription dd {
		width: 200px;
	}
	#newsletter_subscription dd.error {
		margin: -5px 0 10px 120px;
		background: none;
		color: red;
	}

	#newsletter_subscription .submit_button {
		margin: 10px 0 10px 120px;
	}
