html, 
body 
	{
		height: 100%;
	}

body
	{
		margin: 0;
		padding: 0;
		font-family: Arial, sans-serif;
		font-size: 100.01%;
		background: #E9EDF0 url(/images/layout/bg-body.jpg) repeat-x;
		color: #222;
	}

#wrapper
	{
		width: 956px;
		margin: 0 auto;
		font-size: .8em;
		position: relative;
		min-height: 100%;
	}

#header
	{
		position: relative;
		padding: 81px 0 0 0;
		background: #CCE5E5;
	}

#header h1
	{
		position: relative;
		width: 250px;
		height: 200px;
		font-size: .7em;
		float: left;
		margin: 0;
		padding: 0;
	}

#header h1 span, 
#header h2 span
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(/images/layout/logo.jpg) no-repeat;
	}

#header h1 a
	{
		cursor: pointer;
	}

#header h2 span
	{
		background: url(/images/layout/header-bg.jpg) no-repeat;
	}
	
#header span#header-bg
	{
		display: block;
		width: 706px;
		height: 300px;
		margin-left: 250px;
		background: url(/images/layout/bg-header-01.jpg) center center no-repeat;
	}
	
body.content #header span#header-bg
	{
		height: 200px;
	}	
	
#container
	{
		background: #fff url(/images/layout/bg-container.gif) repeat-y;
	}

#content, 
#sub-nav
	{
		float: left;
	}

#content
	{
		margin-left: 251px;
		width: 644px;
		padding: 30px;
		background: #fff url(/images/layout/bg-content.jpg) bottom left repeat-x;
		min-height: 450px;
		border-right: 1px solid #fff;
	}
	
body.home #content
	{
		padding: 0;
		width: 704px;
		min-height: 0;
		background: none;
	}
	
div#teasers,
div#list
	{
		background: #fff url(/images/layout/bg-content.jpg) bottom left repeat-x;
	}
	
div.teaser
	{
		float: left;
		width: 292px;
		padding: 20px 30px;
	}
	
div.t1
	{
		width: 291px;
		border-right: 1px solid #fff;
	}
	
div.teaser img
	{
		display: block;
		float: left;
		background: #fff;
		border: 1px solid #C7CBCD;
		padding: 3px;
		margin: .3em 15px 0 0;
	}
	
div.teaser p
	{
		margin-left: 123px;
	}
	
body.home div#list
	{
		padding: 20px 30px;
	}
	
body.home div#list ol
	{
		margin-left: .5em;
		padding-left: 1em;
		color: #339999;
		font-weight: bold;
		font-size: 1.8em;
	}
	
body.home div#list ol li b
	{
		font-size: .8em;
		font-weight: normal;
	}
	
#content h1
	{
		font-family: "Palatino Linotype", serif;
		color: #333;
		font-weight: normal;
		font-size: 1.8em;
		margin-top: 0;
		padding-top: 0;
		text-transform: uppercase;
	}
	
#content h2
	{
		font-family: "Palatino Linotype", serif;
		color: #333;
		font-weight: normal;
		font-size: 1.8em;
	}
	
body.home  #content h2
	{
		margin-top: 0;
		padding-top: 0;
	}

#content p, 
#content table, 
#content ul
	{
		line-height: 1.7em;
	}
	
#content address
	{
		margin: 0;
		padding: 0 0 0 1em;
		display: block;
		font-family: "Palatino Linotype", serif;
		font-style: normal;
		border-left: 3px solid #99CCCC;
	}
	
#content a
	{
		color: #339999;
	}
	
#content a:visited
	{
		color: #333;
	}

#sub-nav
	{
		width: 250px;
		padding-left: 0;
		border-right: 1px solid #fff;
		margin-left: -956px;
		background: #CCE5E5;
		position: relative;
		top: -100px;
	}
	
body.content #sub-nav
	{
		top: 0;
	}

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

#sub-nav ul li a:link,
#sub-nav ul li a:visited,
#sub-nav ul li span.x
	{
		display: block;
		background: #9ACCCD;
		border-bottom: 1px solid #fff;
		color: #124D4D;
		text-decoration: none;
		padding: .8em 20px;
		font-size: 1.1em;
	}
	
#sub-nav ul li li a:link,
#sub-nav ul li li a:visited,
#sub-nav ul li li span.x
	{
		display: block;
		background: #CCE5E5;
		border-bottom: 1px solid #fff;
		color: #124D4D;
		text-decoration: none;
		padding: .6em 20px;
		font-size: .85em;
	}
	
#sub-nav ul li span.x
	{
		font-weight: bold;
	}
	
#sub-nav h3
	{
		font-family: "Palatino Linotype", serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
#brochure
	{
		padding: .8em 20px 4em 20px;
	}
	
#brochure p
	{
		padding: .5em 0;
		margin: 0;
	}
	
#brochure img
	{
		border: 1px solid #C7CBCD;
		display: block;
		padding: 3px;
		background: #fff;
		margin: 0 auto 1em auto;
	}
	
#brochure a,
div.teaser a
	{
		font-family: "Palatino Linotype", serif;
		color: #339999;
		font-weight: bold;
	}
	
body.home div.teaser a
	{
		color: #FF8C00 !important;
		display: block;
		margin-top: 1em;
	}
	
#newsletter
	{
		background: #99CD00;
		padding: .8em 20px 1.5em 20px;
	}
	
#newsletter fieldset legend
	{
		display: block;
		position: relative;
		color: #000;
		font-family: "Palatino Linotype", serif;
		font-size: 1.4em;
	}
	
#newsletter p
	{
		margin: -1em 0 0 0;
		text-align: right;		
	}
	
#newsletter input.text
	{
		width: 203px;
		border-color: #848484;
	}
	
#newsletter input.submit
	{
		background: #99CD00;
		font-family: "Palatino Linotype", serif;
		color: #fff;
		border: 0;
		border-bottom: 1px solid #fff;
		padding: 0;
	}
	
body.home #newsletter
	{
		border: 1px solid #fff;
		border-left: 0;
		padding: 10px 20px 13px 20px;
		min-height: 76px;
		max-height: 76px;
	}

body.home #newsletter p,
body.home #newsletter fieldset,
body.home #newsletter legend
	{
		margin: 0;
		padding: 0;
	}

body.home #newsletter p
	{
		padding: 5px 0 0 0;
	}

#top-nav ul,
#top-nav form
	{
		margin: 0;
		padding: 0;		
		list-style: none;
		position: absolute;
	}
	
#top-nav form input.submit
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: .9em;
		background: #99CCCC;
	}

#top-nav ul li
	{
		float: left;
		margin-left: 42px;
	}

#top-nav ul#nav
	{
		top: 33px;
		left: 0;
		width: 926px;
		height: 46px;
		line-height: 30px;
		padding: 0 0 0 30px;
		background: #339999;
		font-family: "Palatino Linotype", serif;
		font-size: 1.5em;
		border: 1px solid #fff;
		border-width: 1px 0;
	}

#top-nav ul#nav li
	{
		margin: 0 40px 0 0;
		position: relative;
	}

#top-nav ul#nav li#last
	{
		margin-right: 0;
	}

#top-nav ul#nav a
	{
		display: block;
		color: #fff;
		text-decoration: none;
		padding-left: 1px;
		border-top: 8px solid #339999;
	}

#top-nav ul#nav a:hover
	{
		border-top: 8px solid #fff;
	}
	
#top-nav ul#nav span.x
	{
		display: block;
		color: #CCE5E5;
		padding-left: 1px;
		border-top: 8px solid #339999;
		border-bottom: 8px solid #CCE5E5;
	}

#top-nav ul#contact-imprint a
	{
		font-size: .85em;
		color: #fff;
		text-decoration: none;
	}
	
#top-nav form#contact-imprint-language
	{
		top: 0;
		left: 0;
		width: 956px;
		height: 33px;
		line-height: 33px;
		background: #99CCCC;
	}
	
#top-nav form#contact-imprint-language ul,
#about ul
	{
		position: absolute;
		top: 0;
		right: 12px;
	}
	
#top-nav form#contact-imprint-language li,
#about ul li
	{
		display: inline;
		position: relative;
		margin: 0 .5em 0 0;
		color: #fff;
		
	}
	
#top-nav form#contact-imprint-language a
	{
		color: #fff;
		text-decoration: none;
	}
	
#top-nav form#contact-imprint-language a:hover
	{
		color: #124D4D;
	}
	
#top-nav form#contact-imprint-language li select
	{
		background: #A8D4D4;
		color: #fff;
		border: 1px solid #CCE6E6;
	}

#about
	{
		position: relative;
		clear: both;		
		min-height: 49px;
		background: #E9EDF0	url(/images/layout/bg-footer.jpg) bottom left repeat-x;
		color: #333;
		border-top: 1px solid #fff;
		margin-top: -1.1em;
		padding: 5px 20px 0 20px;		
	}
	
#about ul 
	{
		top: 7px;
	}
	
#about ul li
	{
		color: #333;
		margin: 0 .2em 0 0;
	}
	
#about a	
	{
		text-decoration: none;
		color: #333;
	}

.cb
	{
		clear: both;
	}

hr, 
#sub-nav h2, 
#top-nav h2, 
.skip, 
.print-only
	{
		position: absolute;
		left: -999em;
	}
	
a abbr
	{
		border: 0;
	}
	
fieldset
	{
		border: 0;
		margin: 0;
		padding: 0;
	}

fieldset label, 
input.submit
	{
		font-family: "Palatino Linotype", serif;
		font-size: 1.2em;
	}

legend
	{
		padding-bottom: 1em;
	}

label
	{
		font-size: 1em;
		display: block;
		width: 200px;
		float: left;
		color: #666;
	}

label.required
	{
		color: #339999;
		font-weight: bold;
	}

.txtsmall
	{
		font-size: .8em;
	}

input.text,
textarea
	{
		font-size: 1em;
		font-family: Arial, sans-serif;
		background: #fff;
		color: #666;
		border: 1px solid #666;
		padding: .2em;
		width: 283px;
	}

textarea
	{
		width: 485px;
	}

input.required, 
textarea.required
	{
		border-color: #339999;
	}

input.error, 
textarea.error
	{
		border-color: red;
		color:red;
	}

input.submit
	{
		background: #339999;
		color: #fff;
		font-weight: bold;
	}

.error
	{
		color: red;
		font-weight: bold;
	}

.tar
	{
		text-align: right;
	}
	
.tac
	{
		text-align: center;
	}
	
div.photo-page h2
	{
		clear: both;
	}
	
div.photo-page ul
	{
		margin: 1em 0;
		padding: 0;
		list-style: none;
	}
	
div.photo-page li
	{
		display: inline;
		margin-right: 24px;
	}
	
div.photo-page li img
	{
		margin-bottom: 12px;
	}
	
div.photo-page li img
	{
		border: 2px solid #006634;
	}
	
div.photo-page li a:hover img
	{
		border-color: #4e6fb2 !important;
	}
	
#lightbox
	{
		background:#fff;
		margin: 30px 10px 10px 10px;
		padding: 10px;
		z-index:2000;
	}

#lightboxCaption 
	{
		background:#fff;
		padding: 6px 0;
		font-size: .65em;
		text-align: center;
	}

#lightbox img, #overlay img
	{ 
		border: none; 
	}

#overlay 
	{ 
		text-align: left;
		background-image: url(/images/layout/opac.png);
	}

hr
	{
		position: relative; 
	}
	
fieldset legend
	{
		display: none;
	}
	
