html  {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

body   {
	background-color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 0px;
	padding: 0px 0px;
	text-align: center;
	min-width: 763px;
	color: #8D8D8D;
	height: 100%;
}

#wrapper {
	padding-left: 0px;
	margin: 0 auto;
	width: 763px;
	text-align: left;
	z-index: 0; 
	background-image: url(../nav/back.gif);
	background-repeat: repeat-y;
}
#header {
	color: #8D8D8D;
	width: 763px;
	height: 111px;
	top : 0px;
	position: relative;
}
#content_wrapper{
	top: 0px;
	left: 6px;
	width: 750px;
	min-height: 350px;
	position: relative;
	text-align: left;
}
/* Hack min-height für IE (Hide it from Safari !) */
* html div.content_wrapper {
   height: 350px;
}

#navigation{
	top: 50px;
	left: 0px;
	width: 179px;
	height: 226px;
	text-align: left;
	position: absolute;
}
#nav_ausstellungen{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_aktuell{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_vorschau{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_archiv{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_news{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_portrait{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_lageplan{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_kontakt{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_home{
	top: 0px;
	left: 0px;
	position: relative;
}
#footer{
	top: 10px;
	left: 0px;
	position: relative;
}
div.content_index{
	top: 17px;
	left: 157px;
	width: 579px;
	height: 329px;
	position: relative;
}
div.content{
	top: 0px;
	left: 180px;
	width: 550px;
	position: relative;
	min-height: 350px;
}
div.list{
	top: 7px;
	left: 0px;
	position: relative;
	width: 511px;
}

p   {
	color: #8D8D8D;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 3pt;
	margin-top : 3pt;
}
hr   {
	color: #8D8D8D;
	height : 1px;
}
h1,h2,h3  {
	color: #8D8D8D;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 3px;
}
h1  {
	font-size: 140%;
	margin-bottom : 9px;
}
h2  {
	font-size: 125%;
	margin-bottom : 3px;
}
h3  {
	font-size: 110%;
	margin-bottom : 3px;
}
ol {
	color: #8D8D8D;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0; 
	margin-left: 2em;    
}
ul {
	color: #8D8D8D;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0; 
	margin-left: 1.5em;    
}
li   {
	color: #8D8D8D;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a    {
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:visited     {
	color: #8D8D8D;
}
a:active      {
	color: #8D8D8D}
a:hover     {
	color: #000000;
}
td   {
	color: #8D8D8D;
	font-size: 11px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
}
input
{
	border: 1px solid #8D8D8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height : 16px;
}
input.text
{
	width: 250px;
}
input.button
{
	width: 100px;
	background-color: #E7E7E7;
	height: 20px;
	font-weight: bold;
	color: #8D8D8D;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
}
textarea.text
{
	border: 1px solid #8D8D8D;
	width: 250px;
}
.legende
{
	margin-left: 20px;
	font-size: 80%;
}
.legende_t
{
	margin-bottom: 10px;
	font-size: 80%;
}
.error
{
	color: #D2691E;
}
