﻿@charset "utf-8";
/* CSS Document */

@import url("normalisierung.css");

body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#003399;
		background-color:#f0f0f5;
}

/* Hauptnavigation */

div#navigation {
		width:100%;
		height:100px;
		position:fixed;
		top:0;
		z-index:100;
		overflow:visible;
}

div#navi-list {
		width:1250px;
		height:60px;
		background-image:url(../bilder/bg_navigation3.png);
		background-repeat:repeat-x;
		margin:0 auto;
		color:#ffffff;
		
}

ul#navigationsliste {
	height:50px;
	margin:0 0 0 187px;
}

ul#navigationsliste li{
			float:left;
			height:100%;
			margin:0;
}

ul#navigationsliste li.act{
			color:#506aa7;
			background-color:#f0f0f5;
			width:80px;
			height:36px;
			padding:12px 20px 0 20px;
			font-weight:400;
}

div#alphabet {
	width:1250px;
	height:40px;
	background-color:#e7c19d;
	background-color:#deb690;
	margin:0 auto;
	border-top:1px solid #f0f0f5;
	margin-top:-8px;
}

ul#alphabet-list {
		width:1180px;
		height:40px;
		color:#ffffff;
		margin:0 auto;
		position:relative;
		left:45px;
}

ul#alphabet-list li {
			float:left;
			height:100%;
			margin:0;
			font-size:1.2em;
			color:#CCCCCC;
}

/* Für Buchstaben Q und Y: */
ul#alphabet-list li.noNames {
			padding: 9px .8em 0px .8em;
}


div#left-col {
	width:255px;
	height:600px;
	margin-top:46px;
	background-image:url(../bilder/bg_workuta.jpg);
	background-repeat:no-repeat;
	background-color:#deb690;
}

div#inner-left-col {
	padding:44px 0 0 66px;
}

div#inner-left-col p{
	font-size:1em;
	font-weight:400;
	color:#ffffff;
}

.img-biografie {
	width:100px;
	padding-left:2px;
	padding-bottom:5px;
}

div#right-col {
	width:200px;
	height:245px;
	padding-top:40px;
	margin-top:46px;
	background-color:#deb690;
	position:relative;
	top:-646px;
	left:1050px;
}

/* submenu rechts: */
ul#submenu {
		width:200px;
		color:#ffffff;
		margin:0 auto;
}

ul#submenu li {
			height:40px;
			margin:0;
			font-size:1em;
			color:#CCCCCC;
			width:200px;
			background-color:#deb690;
			text-align:center;
}



div#wrapper {
		width:1250px;
		margin: 0 auto;
		position:relative;
		margin-top:100px;
}

div#content {
	width:760px;
	margin:0 auto;
	min-height:500px;
	position:relative;
	left:30px;
	text-align:left;
}

table#lebenslauf_tabelle_platzhalter {
	margin-left:50px;
	width:680px;
	font-size:.9em;
	line-height:1.4em;
	margin-bottom:50px;
}

table#lebenslauf_tabelle {
	margin-left:50px;
	width:680px;
	font-size:.9em;
	line-height:1.4em;
	margin-bottom:50px;
}

table#lebenslauf_tabelle td {
	padding-bottom:10px;
	vertical-align:top;
	line-height:1.4em;
	text-align:left;
}

#content table span {
	text-decoration:underline;
	cursor:help;
}

.span_content {
	text-decoration:underline;
	cursor:help;
}

p.biografisches {
	margin-left:50px;
	font-size:.9em;
	line-height:1.4em;
	width:670px;
}

p.hinweis {
	margin-left:50px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:.8em;
	width:500px;
	line-height:1.1em;
	color:#9b0f0e;
}

p.links {
	margin-left:50px;
	font-size:.9em;
	line-height:1.4em;
	width:670px;
}

	

ul.liste_veroeffentlichungen {
	margin-left:50px;
	font-size:.9em;
	line-height:1.4em;
	width:650px;
}

ul.liste_veroeffentlichungen li {
	margin-bottom:15px;
}


div#druck {
	height:40px;
	border-top:1px solid #506aa7;
	padding-top:5px;
	margin:40px 30px 0 50px;
}

div#druck a {
	float:right;
}

div#druck p {
	float:left;
	font-size:.7em;
	padding:0 2px;
	color:#ffffff;
	background-color:#506aa7;
	position:relative;
	top:2px;
}

/*** Bibliographien-Menu-Liste  ***/

div#listDiv {
	width:1200px;
	height:130px;
	position:absolute;
	z-index:102;
	top:-46px;
	left:20px;
	background-color:#dfdfdf;
	border:1px solid #ffffff;
	display:none;
	background-image:url(../bilder/bg_popup3.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

div#innerlistDiv {
	padding:10px;
	padding-top:15px;
}

div#listDiv ul{
	font-size:.9em;
}

div#listDiv ul li{
 float:left;
 margin-right:0px;
 width:180px;
}


/*** Dokumentengalerie ***/

div#previewContainer {
	width:660px;
	float:left;
	background-color:#dfdfdf;
	margin:5px;
	margin-top:25px;
	position:relative;
}

div#counting {
	font-size:0.7em;
	margin-top:6px;
	width:120px;
	position:absolute;
	top:10px;
	left:525px;
	text-align:right;
}

div#counting span{
	font-weight:bold;
}

div#preview {
	width:660px;
	height:370px;
	background-color:#dfdfdf;
	margin-top:10px;
	padding-top:15px;
}

div#left {
	width:40px;
	height:200px;
	float:left;
	background-image:url(../images/arrow-left.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:158px;
	visibility:hidden;
}

div#left:hover {
	background-image:url(../images/arrow-left_hover.png);
}

div#right {
	width:40px;
	height:200px;
	float:left;
	background-image:url(../images/arrow-right.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:158px;
}

div#right:hover {
	background-image:url(../images/arrow-right_hover.png);
}

img.preview {
	width:180px;
	border:1px solid white;
	padding:7px;
	cursor:pointer;
}

img.preview.rahmen {
	border:1px solid white;
	padding:7px;
}

img.preview.rahmen:hover {
	border:1px solid #506aa7;
	padding:7px;
	cursor:pointer;
}

img.preview:hover {
	border:1px solid #506aa7;
	padding:7px;
}

div.preview-container {
	width:190px;
	float:left;
	margin-left:23px;
	margin-right:0;
	text-align:center;
	padding:5px 0 10px 0;
}

div.preview-container p {
	padding:10px 5px;
	font-size:.8em;
	font-weight:bold;
	color:#506aa7;
	text-align:center;
}

div#documentListing {
	margin-top:-5px;
	padding-top:10px;
	padding-left:25px;
	font-size:.7em;
	clear:both;
	background-color:#dfdfdf;
	border-top:1px solid #ffffff;
}

ul#fotolist, ul#documentlist {
	float:left;
	width:200px;
	padding-bottom:15px;
	padding-top:3px;
	margin-right:5px;
	
}

 ul#documentlist {
	width:400px;
}

ul#fotolist li, ul#documentlist li{
	list-style-image:none;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

ul#fotolist li.top, ul#documentlist li.top{
	border-bottom:0;
}

ul#fotolist li a, ul#documentlist li a{
	background-color:transparent;
}

.eingerueckt {
	position:relative;
	left:7px;
}

/*** GALLERY  ***/


div#gallery {
	width:800px;
	padding:10px;
	position:absolute;
	z-index:101;
	top:-100px;
	left:230px;
	background-color:#dfdfdf;
	border:1px solid #ffffff;
	display:none;
	background-image:url(../bilder/bg_popup5.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

div#imageGallery {
	width:700px;
	float:left;
	margin:10px 0 5px 7px;
	text-align:center;
}

img.rahmen {
	border:1px solid #dfdfdf;
	padding:2px;
}

div#imageGallery p{
	margin:25px 80px;
	font-size:.8em;
	font-weight:400;
	line-height:1.2em;
	text-align:left;
}

div#leftGallery {
	width:40px;
	height:500px;
	float:left;
	margin-left:0;
	margin-top:130px;
	background-image:url(../images/arrow-left.png);
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:hidden;
}

div#leftGallery:hover {
	background-image:url(../images/arrow-left_hover.png);
	}

div#rightGallery {
	width:40px;
	height:500px;
	float:right;
	margin-top:130px;
	background-image:url(../images/arrow-right.png);
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:hidden;
}

div#rightGallery:hover {
	background-image:url(../images/arrow-right_hover.png);
	}

div#closeDiv, div#closeDivList {
	width:100px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:2px;
}


/*  Header  */

h1 {
	position:absolute;
	left:-9999px;
}

h2 {
	font-size:1.4em;
	color:#4f6aa7;
	margin:50px;
	margin-top:140px;
	font-weight:400;
}


div#previewContainer h2 {
	margin:15px 0 20px 25px;
	margin-top:;
}

#content h3 {
	font-weight:400;
	font-size:1.2em;
	margin-left:50px;
	margin-top:40px;
	margin-bottom:25px;
	color:#4f6aa7;
}

#content .top h3 {

	margin-left:0px;

}

#content h4 {
	font-weight:400;
	font-size:1.1em;
	margin-left:50px;
}

div#inner-left-col h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	margin-top:6px;
}


/*  Links  */

a {
	color:#4f6aa7;
	text-decoration:none;
}

a:hover {
	color:#234b81;
	text-decoration:none;
}

ul#navigationsliste a {
	color:#f0f0f5;
	text-decoration:none;
	display:inline-block;
	min-width:80px;
	text-align:center;
	height:72%;
	background-color:#506aa7;
	padding:12px 20px 0 20px;
	border-left:1px solid #f0f0f5; 
}

ul#navigationsliste a:hover {
	color:#4f6aa7;
	background-color:#f0f0f5;
	text-decoration:none;
}

ul#navigationsliste a.act {
	color:#4e6086;
	background-color:#f0f0f5;
	font-weight:bold;
}

.navi_end {
	border-right:1px solid #f0f0f5; 
}

ul#alphabet-list li a {
	color:#f0f0f5;
	text-decoration:none;
	display:inline-block;
	background-color:#deb690;
	padding:9px .8em 0px .7em;
	height:77%;
}

ul#alphabet-list li a:hover {
	color:#4f6aa7;
	background-color:#f0f0f5;
}

ul#alphabet-list a.act {
	color:#506aa7;
	background-color:#f0f0f5;
	font-weight:400;
}

ul#submenu a {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	width:200px;
	height:30px;
	text-align:center;
	background-color:#deb690;
	padding:10px 0 0 0;
	border-top:1px solid #f0f0f5; 
}

ul#submenu a:hover {
	color:#4f6aa7;
	background-color:#f0f0f5;
	text-decoration:none;
}

ul#submenu a.act {
	color:#506aa7;
	background-color:#f0f0f5;
	font-weight:bold;
}

a.submenu_end {
	border-bottom:1px solid #f0f0f5; 
}

li.submenu_end {
	border-bottom:0px solid #cccccc; 
	padding-top:10px;
	border-top:2px solid #f0f0f5;
}

a.pdf, a.jpg {
	font-size:.8em;
	float:left;
	margin-left:80px;
	padding:2px;
	padding-left:25px;
	padding-right:5px;
	color:#ffffff;
	background-color:#4f6aa7;
	background-image:url(../images/pdf.png);
	background-repeat:no-repeat;
}

a.pdf:hover {
	background-color:#234b81;
}

div#innerlistDiv ul a {
	color:#999999;
	background-color:transparent;
	font-size:.9em;
}

div#innerlistDiv ul a:hover {
	color:#333333;
}

div#innerlistDiv ul a.bio_intern {
	color:#506aa7;
	font-weight:bold;
}

div#innerlistDiv ul a.bio_intern:hover {
	color:#000000;
}

table#lebenslauf_tabelle a {
	color:#333399;
	background-color:transparent;
	padding-left:3px;
	text-decoration:underline;
}

table#lebenslauf_tabelle a:hover {
	color:#333366;
}

p.hinweis a {
	color:#9b0f0e;
}

p.hinweis a:hover {
	text-decoration:underline;
}

p.biografisches a {
	text-decoration:underline;
	color:#003399;
}

p.biografisches a:hover {
	color:#333366;
	}
	

p.links a {
	text-decoration:underline;
	color:#003399;
}

p.links a:hover {
	color:#333366;
	}
	
p.links a, ul.liste_veroeffentlichungen a {
	text-decoration:underline;
	color:#003399;
}

p.links a:hover, ul.liste_veroeffentlichungen a:hover {
	color:#333366;
	}

ul.liste_veroeffentlichungen a, p.links a {
	background-color:transparent;
}

/* InfoBox  */

div#infobox {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	font-size:.7em;
	text-align:left;
	width:100%;
	height:30px;
	padding:3px;
	color:#FFFFFF;
	border-top:3px solid white;
	background-color:#506aa7;
}

div#infobox p{
	width:400px;
	float:right;
	margin-right:30px;
}

div#infobox img {
	position:relative;
	top:-1px;
	left:425px;
	cursor:pointer;
	float:right;
}