body {
	margin: 0;
	padding: 0 7%;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

dd p:first-child {
	margin-top: 1em;
}

/*
							document
*/

body {
	font: 12px/17px arial, sans-serif;
	color: #000;
	background: #fff;
}

/*
								layout
*/

#header {
	display: none;
}

#navbar {
	display: none;
}

#content #extra {
	display: none;
}


/*
								content
*/

h1 {
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #8E8F91;
	background-color: inherit;
	margin-bottom: 24px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin-top: 34px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 20px;
}

.entry {
	margin-bottom: 34px;
}

#portrait {
	position: absolute;
	margin-left: -211px;
	margin-top: 0px;
}

#main a {
	color: #8E8F91;
	background-color: inherit;
	text-decoration: underline;
	padding: 0 2px;
	margin: 0 -2px;
}

#main a:hover, #main a:focus {
	color: #262654;
	background-color: inherit;
}

table {
	border-collapse: collapse;
}

table.sprechzeiten {
	font-size: 11px;
	line-height: 17px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #DCE8F7;
}

table.sprechzeiten td {
	padding: 0 18px 0 6px;
}

table.colleges {
	font-size: 11px;
	line-height: 17px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #DCE8F7;
}

table.colleges thead {
	background-color: #DCE8F7;
}

table.colleges th,
table.colleges td {
	text-align: left;
	vertical-align: top;
	padding: 0 18px 0 6px;
}

table td {
}

ul.downloads li {
	list-style-image: url(images/pdf-icon.gif);
}

p.date {
	font-size: 11px;
}

dt {
	font-weight: bold;
}

/*
								footer
*/

#footer {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#footer p { margin: 0; }

#footer a {
	text-decoration: underline;
}

