/* Global & Allgemein */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg_body.jpg") 200px 0 repeat-y #a3abb7;
}


/* Textformationen */

#content h2 {
	font: 22px Times, serif;
	color: #4e7299;
	margin-bottom: 15px;
}

#content p {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 18px;
	margin-bottom: 15px;
}

#content ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	margin: 0 0 15px 30px;
}

#content p a {
	color: #000;
}

#content li a {
	color: #4e7299;
}

a.pdf {
	padding-left: 20px;
	background: url("images/icon_pdf.gif") no-repeat;
}

a.arrow {
	padding-left: 20px;
	background: url("images/icon_arrow.gif") no-repeat;
}

/* Grundaufbau */

#topline {
	position: absolute;
	width: 99%;
	left: 0;
	top: 0;
	height: 304px;
	background: url("images/bg_topline.jpg") repeat-x;
	z-index: 1;
}

#nav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 169px;
	height: 155px;
	background: url("images/bg_nav.gif") no-repeat;
	z-index: 99;
}

#main {
	position: relative;
	margin-left: 200px;
	width: 630px;
	background: url("images/bg_body.jpg") repeat-y;
	z-index: 99;
}

#main h1 {
	height: 90px;
	width: 600px;
	margin-left: 15px;
	background: url("images/hl_ludwigpongratz.jpg") no-repeat #fff;
	overflow: hidden;
	text-indent: -999px;
}

#content {
	position: relative;
	width: 510px;
	margin: 30px 60px;
}

/* Navigation */

#nav ul {
	margin-top: 15px;
}

#nav li {
	display: block;
	width: 151px;
	height: 30px;
	border-bottom: 1px solid #fff;
	background-color: #d1dbe6;
}

#nav a {
	display: block;
	width: 151px;
	height: 30px;
}

#nav a span {
	display: block;
	text-indent: -999px;
}

#nav_profil a { background: url("images/nav_profil.gif") no-repeat; }
#nav_profil a:hover { background: url("images/nav_profil.gif") 0 -30px no-repeat; }
#nav_profil a.sel { background: url("images/nav_profil_sel.gif") no-repeat; }

#nav_publikationen a { background: url("images/nav_publikationen.gif") no-repeat; }
#nav_publikationen a:hover { background: url("images/nav_publikationen.gif") 0 -30px no-repeat; }
#nav_publikationen a.sel { background: url("images/nav_publikationen_sel.gif") no-repeat; }

#nav_supervision a { background: url("images/nav_supervision.gif") no-repeat; }
#nav_supervision a:hover { background: url("images/nav_supervision.gif") 0 -30px no-repeat; }
#nav_supervision a.sel { background: url("images/nav_supervision_sel.gif") no-repeat; }

#nav_kontakt a { background: url("images/nav_kontakt.gif") no-repeat; }
#nav_kontakt a:hover { background: url("images/nav_kontakt.gif") 0 -30px no-repeat; }
#nav_kontakt a.sel { background: url("images/nav_kontakt_sel.gif") no-repeat; }

/* Publikationen */

ul#pub_reihe, ul#pub_main {
	list-style: none;
	margin: 0;
}

#pub_main li a {
	display: block;
	padding: 25px;
	background: url("images/pfeil.jpg") no-repeat 470px center #d1dbe6;
	margin-bottom: 10px;
	text-decoration: none;
	color: #54779c;
	font-size: 16px;
}

.pub_box {
	position: relative;
	border-bottom: 1px solid #a5bdd6;
	padding-top: 10px;
	margin-bottom: 10px;
}

.pub_last {
	border: 0 !important;
}

.pub_clear {
	clear: both;
}

.pub_box img {
	float: left;
	margin: 0 15px 15px 0;
}


.pub_box h3 {
	float: left;
	width: 430px;
	color: #4e7299;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}


.pub_box p {
	float: left;
	width: 430px;
}


ul.pub_lexikon li {
	margin-bottom: 10px;
}

/* Kontakt */

#kontakt_bild {
	position: relative;
	width: 200px;
	margin-right: 20px;
	float: left;
}

#kontakt_bild img {
	display: block;
	width: 200px;
}

#kontakt_details {
	position: relative;
	width: 240px;
	float: left;
}

#kontakt_clear {
	position: relative;
	clear: both;
}