/* undo browser defaults */
:link, :visited {
	background: transparent;
	color: #0ff;
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

address{
	font-style: normal;
}

dl, ul, ol, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div, img{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, label, input, textarea, select, button, legend, td, th {
	font-size: 1em;
}

ul, ol {
	list-style: none;
}

/* redefined tags */
body {
   background: #000;
	color: #fff;
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	background: #fff;
	color: #000;
}

img {
	display: none;
}

#thirdCol img {
	display: block;
}

h1 {
	background: #000;
	color: #f00;
	font-size: 1.6em;
}

h2 {
	background: #000;
	color: #ff0;
	font-size: 1.25em;
	margin-bottom: .5em;
}

h3, h4, h5, h6 {
	background: #000;
	color: #f90;
}


/* containers */
#wrapper {
	font-size: 1.5em;
	position: relative;
	margin: 10px;
}

#secondCol #breadcrumbs {
	border: none;
	border-bottom: 2px dotted #666;
}

#floatsContainer {
	float: left;
	width: 74%;
	position: relative;
}

#firstCol {
	float: left;
	width: 34%;
}

#secondCol {
	float: right;
	width: 60%;
}

#thirdCol {
	float: right;
	width: 24%;
	position: relative;
}

#home #firstCol {
	width: 60%;
}

#home #secondCol {
	width: 34%;
}

.twoCol #secondCol {
	width: 66%;
}


#header {
	text-align: center;
}

#header ul {
	width: 100%;
	top: 0;
}

#header li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 1em;
	font-size: .75em;
	font-weight: bold;
}

#header li.lastItem {
	border-right: none;
}

#mainNavigator {
	text-align: center;
	border-top: thin solid #666;
	border-bottom: thin solid #666;
	margin: 1em 0;
	padding: 5px 0;
}

#mainNavigator li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 2px 0 5px;
}

#mainNavigator li.firstItem {
	border-left: none;
}

ul#serviceNavigator{
	text-align:right;
	padding: 5px 2px 5px 0;
}
ul#serviceNavigator li{
	display: inline;
}

#hiLite {
	border: 1px solid #fff;
	padding: 5px;
}

.dauerausstellung {
	border: 1px solid #666;
	background-color: #fff;
	background-position: 10px 10px;
	background-repeat: no-repeat;	
	color: #000;
	padding: 5px;
	margin: 1em 0;
}

.dauerausstellung span {
	display: block;
	padding-left: 80px;
}

.strilloParcour {
	background-image: url("../img/banner/parcour.gif");
}

.strilloSissi {
	background-image: url("../img/banner/sissi.gif");
}

.dauerausstellung a:link,
.dauerausstellung a:visited {
	background: #fff;
	color: #36f;
}

.dauerausstellung a:hover {
	background: #000;
	color: #fff;
}

#thirdCol div, #download {
	border: 1px solid #ff0;
	margin: 5px;
	padding: 5px;
}

a.more {
	display: block;
	text-align: right;
}

#footer {
	clear: both;
	text-align: center;
	padding: .5em;
	margin-top: 1em;
	border-top: thin solid #999;
}

/* Holly hack \ */
* html #footer {
	height: 1%;
}
/* */
