/* PRINT */ 

/*********************************** Allgemein *******************************/

html {
	font-size:1em;
	color:#000000;
	background-color:#ffffff;
	
}

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, sans-serif;
	color:#666666;
	background-color:#ffffff;
	
}

img 
{
	border:0px;
}

hr
{
	color:#ffffff;
	height:1px;
	background-color:white;
	border:0px;
	margin:30px 0px 30px 0px;
}

/********************************* Titel und Adresse *************************/

#title
{
	position:absolute;
	left:24px;
	top:15px;
	font-size:30px;
}

#adresse
{
	position:absolute;
	right:24px;
	top:15px;
	font-size:0.8em;
}

/************************************ Bereiche *******************************/

#header
{
	
	display:none;
}

#content
{
	display:block;
	overflow:hidden !important;
}


#header, #content
{
	margin-left:24px;
	margin-right:24px;
	background-color: transparent;
	color:#666666;
}

/*************************** Inhaltsbereiche (Spalten) ************************/

#leftcontent
{
	display:none;
}

#middlecontent
{
	padding-top:62px;
	width:50%;
	float:left;
	overflow:auto;
}

#rightcontent
{
	padding-top:62px;
	width:50%;
	float:left;
	overflow:visible;
}

#middlerightcontent
{
	padding-top:62px;
	width:100%;
	float:left;
	overflow:visible;
}

/************************* Platzhalter wegen IE ***************************/

#platzhalter1
{
	height:0px;
}

#platzhalter2
{
	height:5px;
}

/************************************* Navi *******************************/

.navi_left, .navi_right, .navi_right_end, .navi_left a, .navi_aktiv
{
	display:none;
}


/************************************* Subnavi *******************************/

.subnavi, .subnavi li
{
	display:none;
}


/************************* Formatierungen Inhalt (Text) *********************/

p
{
	display:block;
	margin:0px;
	margin-right:20px;
}

.titel
{
	font-size:1.3em;
	color:#666666;
	background-color: transparent;
}

.subtitel
{
	font-size:1em;
	color:#666666;
	background-color: transparent;
}

.text_datum
{
	font-size:0.9em;
	margin:34px 0px 44px 0px;
}

.text_untertitel
{
	font-weight:bold;
	font-size:0.9em;
	color:#333333;
	background-color: transparent;

.text
{
	font-size:0.9em;
	margin-bottom:10px;
}


.text a
{
	color:#ffffff;
	background-color: transparent;
	text-decoration:none;
}

.exhibition_text
{
	float:left;
	width:50%;
	display:block;
}


/************************************* Footer *******************************/

#footer
{
	display:none;
}
