/* ===============================
   = Undo-CSS
=============================== */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}
ol {list-style: decimal;}

ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}

p {margin-bottom: 1em;}
ul {list-style: circle;}
ul li {margin: 0 0 0 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: square;}
ul li ol {margin: 1em 0 1em 1em;}

/* ===============================
   = General Styling
=============================== */

*{
font-size: 1em; /* don't edit! */
}

html {
font-size: 62.51%; /* don't edit */
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: left;
	font-size: 1.2em; /* edit here to change font size globaly 1em = 10px */
	background: #fff;
	color: #000;
}

div {font-size: 1em;}

fieldset {border: 0; margin: 0; padding: 0;}
fieldset legend {display: none;}

input,
button,
textarea {font: inherit;}

p {margin: 0; padding: 0 0 25px 0;}

a {color: #000;}
a:hover {text-decoration: underline;}

.clear {clear: both;}

label {cursor: pointer;}

a img {border: 0;}

.hidden {display: none;}

/* ===============================
   = Structure
=============================== */

#nav,
#metanav,
#search,
#footer,
.mouseposition,
#pager,
#selector,
#keyvisual {display: none;}

#header {margin: 0 0 2cm 0;}
#header address {position: absolute; top: 1cm; right: .2cm;}

#printToolbar {
	height: .8cm;
	position: relative;
	border-bottom: 1px solid #000;
	background: #f0f0f0;
	margin: 0 0 .2cm 0;
}

#printContent {margin: 0 .2cm 1cm .2cm;}

	#printPrintLink {position: absolute; top: .1cm; left: .2cm;}
	#printCloseLink {position: absolute; top: .1cm; right: .2cm;}
	
	#printPrintLink,
	#printCloseLink {
		display: block;
		padding: 3px;
		font-weight: bold;
		font-size: 14px;
	}


#content h2 {display: block; text-align: center; font-size: 22px; margin: 0 0 20px 0; padding: 10px 0 0 0;}



/* ===============================
   = sIFR
=============================== */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* ===============================
   = Contentelements
=============================== */

/* Homepage */
.teaser {position: relative; float: left; margin: 0 30px 0 0;}
	.last {margin: 0;}
.teaser h3 a {position: absolute; top: 61px; left: -5px; display: block; width: 141px; height: 29px; background: url(../images/start-normal.png) no-repeat; font-size: 16px; padding: 4px 0 0 25px;}
.teaser h3 a:hover {text-decoration: none; background: url(../images/start-active.png) no-repeat;}

/* Gallery */
.gallery {position: relative;}
.gallery div.floatbox {float: left; margin: 0 17px 10px -3px; position: relative;}
.gallery div.nomargin {margin-right: 0;}
.gallery a img {border: 3px solid; border-color: transparent;}
.gallery a:hover img {border: 3px solid; border-color: #f5ca20;}

.gallery .desc {display: block; font-size: .9em; width: 120px; line-height: normal; margin: 0 0 10px 0;}
.gallery .desc a {color: #dbb11e; font-weight: bold;}

