/*

*/

body {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-image:url(imgs/back1.gif);
	background-repeat:repeat-x;
	font-size: 15px;
}

h1 {
	font-size: 19px;
	font-weight:bold;
	color: #CC0000;
}
h2 {
	font-size: 16px;
	font-weight:bold;
}

#sidebar hr {
color: #CC0000;
background-color: #CC0000;
height: 1px;
}

#content a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    border-bottom: 2px dotted #CC0000; 
}
#bildleiste a, #bildleiste_links a {
	border-bottom: none;
}
#bildleiste {
	float: right;
	width : 150px;
	margin-left: 10px;
	
}
#bildleiste_links {
	float: left;
	width : 150px;
	margin-right: 10px;
	
}
#content a:hover {
	color: #CC0000;
}

#content li {
	margin-bottom: 5px;
}

#page {
	position: absolute;
	background-color: #FFF;
	border: solid #CC0000 1px;
	width: 1000px;
	margin:0 auto;
	margin:0px 0px 0px -500px;
	top: 40px;
	left: 50%;
}
#header {
	height : 125px;
}
#sidebar {
	float: left;
	width : 155px;
}
#content {
	float: right;
	width : 835px;
	padding-right: 10px;
	margin-bottom: 10px;
}


   /*MENU*/

#menu{
	line-height:1.3em;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	width: 140px;
}
#menu a:hover{ color:#CC0000; }
#menu li{
	list-style:none;
	margin:0;
	height:auto !important;
	height:1%;
	list-style-image: none;
	background-color: #CCCCCC;
	border: solid #FFFFFF 2px;
}
#menu li.active, #menu li.active a, #menu li.active a:hover {
	background-color: #CC0000;
	color:#FFFFFF;
}
#menu li a { 
	color:#FFFFFF;
   display:block; padding:2px; text-decoration:none; list-style-type: none; list-style-image: none; border-bottom: none; 
 }

#menu ul{
	margin:0;
	padding-bottom:10px;
	padding-left:10px;
	list-style-type: none;
	list-style-image: none;
	background-color: #FFFFFF;
}

.ausstellung{
	margin-left:10px;
	width: 130px;
	text-align: center;
}
