@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
.cleft h1, .cfull h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	margin-bottom:20px;
	padding-bottom:3px;
	height:25px;
}
h2{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
a{
	color:#973180;
	text-decoration:none;
}
a:hover{
	color:#973180;
}
img{
  height:auto;
}
a img {border:none}
#navigation{
	margin-top:145px;
	padding-left:175px;
	margin-bottom:5px;
}
#container {
	position:relative;
	background-color: #eeeeee;
	padding-left: 25px;
	padding-top:40px;
}
#logo{
	position:absolute;
	top:-140px;
	left:25px;
}
#content{
	width:960px;
	line-height:150%;
	padding-bottom:20px;

}
#content h1 {
	clear:left;
}
.hometext{ margin-left:150px;/*width:500px;*/}
.cleft {
	float:left;
	width:500px;
	padding-left:150px;
}
.cright{
	float:left;
	padding-top:45px;
	margin-left: 30px;
}
.cfull{
	padding-left:150px;
}
.team{
	float:left;
	margin-right:15px;
}
.team img{
	border:1px solid #973180;
	display:block;
	padding:2px;
}
.team .subline{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.ausstellung_img{
	display:block;
	float:left;
	margin-right:20px;
	border:none;
	padding:2px;
}
.thumb{
	border:none;
	padding:2px;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
a .ausstellung_img, a .thumb{
	border:1px solid #cccccc;
	-moz-border-radius: 5px;
}
a:hover .ausstellung_img, a:hover .thumb{
	border:1px solid #973180;
}
/* NAVIGATION */
#navigation a{
	font-size:16px;
	line-height:100%;
}
#navigation a:hover{
	color:#000000;
}
