/* CSS Document */

body
{
	background-color:#FFFFFF;
}

#all
{
	width: 983px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;	
}

#all img
{
	border: none;
}

#logo
{
	width: 940px;
	height: 80px;
	margin-left: 43px;
	margin-top: 43px;
	float:left;
	
}

#left
{
	width: 233px;
	min-height: 1px;
	float:left;
}

#right-main-box
{
	width: 750px;
	min-height: 1px;
	float:left;
}

#ausstellung-box
{
	width:750px;
	height:auto;
	float:left;
	margin-top:34px;
}

#ausstellung-box p
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin-top:0px;	
}

#ausstellung-box:hover p
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	margin-top:0px;	
}

#ausstellung-box h1
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bolder;
}

#ausstellung-box:hover h1
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bolder;
}


#ausstellung-img-1
{
	width:150px;
	height:100px;
	float:left;
	margin-left:0px;
	margin-right: 5px;
}

#ausstellung-img-2
{
	width:150px;
	height:100px;
	float:left;
	margin-left:5px;
	margin-right: 5px;
}

#ausstellung-img-3
{
	width:150px;
	height:100px;
	float:left;
	margin-left:5px;
	margin-right: 5px;
}

#adresse
{
	width:750px;
	height:auto;
	float:left;
	margin-top: 25px;
}

#adresse p
{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #999999;
}

#adresse a:link, #adresse a:visited
{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#adresse a:hover
{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}


