/* base
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	text-align: center;
}

#accessibility {
	display: none;
}

#container {
	border-left: 1px solid #4BA5A5;
	border-right: 1px solid #4BA5A5;
	margin: auto;
	text-align: left;
	width: 900px;
}

#head {
	background-image: url(/images/6.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#head p, #head h1 {
	visibility: hidden;
}

#navigation {
	float: left;
	width: 220px;
	padding-right: 30px;
}

#content {
	float: left;
	width: 650px;
	line-height: 1.6;
	font-size: 12px;
}

#foot {
	clear: both;
}


/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

#content h1 a, #content h2 a, #content h3 a {
	border-bottom: 0;
	color: #000;
}

#content a {
	color: #4BA5A5;
	border-bottom: 1px solid #4BA5A5;
}

/* layout navigation
----------------------------------------------- */
h1.entry-title {
	margin-top: 10px;
}

#navigation ul {
	padding-left: 20px;
	font-size: 14px;
}

#navigation ul li {
	display: block;
	list-style-type: none;
}

#navigation ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

#navigation ul li a:hover {
	display: block;
	background-color: #4BA5A5;
}

#navigation a {
	border-color: #4BA5A5;
}

#navigation p#opening-time {
	line-height: 1.6;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
}

/* mitarbeiterseite
----------------------------------------------- */
.mitarbeiter {
	margin-right: 20px;
	clear: both;
	height: 180px;
}

.mitarbeiter img {
	float: left;
	height: 150px;
	padding-right: 10px;
}

.mitarbeiter h3 {
	margin: 0;
	padding: 0;
}

.mitarbeiter .professur {
	font-style: italic;
}
