/* CSS Document */

/******************************************************************************* 
Grundeinstellungen
***************************************************************************** */

* { margin:0; padding:0; font-size: 100%; } 

html, body { 
	height:100%;
 } 

body {
	text-align:center; 	
	font-size: 100.01%; 
	position: relative; 
	color: #000;        
	background: #fff;
} 

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

/* *********************************************************************************** */

body { color: #444; font-size: 83.33%; font-family: Arial, Helvetica, sans-serif; 
	background-repeat:no-repeat;
	background-position:center top;
}

/******************************************************************************* 
BoxLayout 
***************************************************************************** */
#main {
	width:900px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px;
}

#top {
	height:100px;
}

#footer {
	clear:both;
	width:100%;
	height:40px;
	padding:0 0 15px 0;
}

#header {
	width:900px;
	text-align:right
}

#content {
	float:right;
	width:640px;
	height:400px;
	overflow:auto;

}


/******************************************************************************* 
Subnavigation 
***************************************************************************** */
#nav_sub {
	float:left;
	width:245px;

}

/******************************************************************************* 
Haupnavigation 
***************************************************************************** */
#nav_main {
	width:100%;
	float:right;
	clear:both;
	height:40px;
}

#nav_main ul {
  white-space: nowrap;
  line-height: 1em;
  margin:0;
  padding:0px 0px 0px 0px;
  list-style:none;
}

#nav_main li {
  float:right;
  padding: 0px 0px 0px 0px;
  margin: 0;
}

#nav_main a {
  float:left;
  display:block;
  color: #666666;
  font-weight:bold;
  background: transparent;
  padding:5px 0px 3px 30px;
  text-transform: none;
  text-decoration:none;
  font-size:1.3em;
}

#nav_main a:hover {
	text-decoration:underline;
}

#current a{
	font-weight:bold;
	font-size:1.5em;
}

/******************************************************************************* 
Footer MEnu
***************************************************************************** */
.footer_menu {
	width:100%;
	/*border-top:1px solid #CCCCCC;*/
	height:20px;
}

.footer_menu ul {
  white-space: nowrap;
  line-height: 1em;
  margin:0px;
  padding:0px 0px px 0px;
  list-style:none;
}

.footer_menu li {
  float:right;
  padding: 10px 0px 0px 20px;
  margin: 0;
}

.footer_menu a {
  float:left;
  display:block;
  color: #666666;
  font-weight:bold;
  background: transparent;
  text-transform: none;
  text-decoration:none;
  font-size:1em;
}

.footer_menu a:hover {
	text-decoration:underline;
}

.footer_menu #current a{
	font-size:1.2em;
}






/******************************************************************************* 
Inhalte
***************************************************************************** */
#content h1, #content h2, #content h3 {
	text-align:right;
}


#content h1.page_title {
	font-size:1.5em;
	margin:0 0 10px 0;
}

.content_content {
	margin:0px 8px;
}

.content_nav_sub {
	margin:0px 8px;
}

#content a {
	text-decoration:none;
	color:#009900;
}

#content p {
	font-size:1.1em;
	margin-bottom:10px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align:right

}

#content h1{
	font-size:1.5em;
	margin:10px 0 10px 0;
}

#content .ausstellung{
	text-align:right;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}


#content .ausstellung h1{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}

#content .ausstellung p{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}

.cleaner {
	clear:both;
}




.float_left{
	float:left;
}

.float_right{
	float:right;
} 



