/* @override http://www.greenpix.de/adk/style.css */

@charset "UTF-8";
/* CSS Document */

body {
	background-color: #262626;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.article p {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

#klein.article {
	margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    text-align: left;
    width: 450px;
    float:left;
}

#header {
	color: #d4d4d4;
	background-color: #000;
	clear: both;
	padding: 5px 5px 5px 10px;
	width: 100%;
}

#header h2 {
	margin: 0;
	font:  lighter 1.0em Georgia, "Times New Roman", Times, serif;
}
#header h4 {
	margin: 0;
	font-weight: lighter;
	float: left;
	letter-spacing: 1px;
}

 h1 {
	letter-spacing: 5px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font: italic 2.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em;
}

a {
	color: white;
	text-decoration: none;
}
a img {
	border-style: none;
}

.more {
	text-align: right;
}

.more a:hover {
	opacity: 0.7;
}

#menue {
	clear: left;
	float: left;
	position: relative;
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
	margin-top: 10.2em;
	margin-right: 50px;
}

#menue ul {
	border-top-style: dashed;
	border-top-width: 1px;
	list-style-type: none;
	padding-left: 0;
}



div#spacer {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#menue li {

	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menue li:hover {
	background-color: #000;
	border-bottom-color: #505050;
}




#menue li a {
	margin-bottom: 5px;
	margin-top: 5px;
}


.main {
	position: relative;
	top: 25px;
	width: 940px;
	color: #000;
	float: left;
	margin-right: 0;
	margin-top: 35px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

img.clip {
	width: 440px;
	opacity: 1;
}

span.hauptrolle {
	font-size: 0.8em;
	font-weight: bold;
}

img.potrait {
	
	height: 200px;
	opacity: 0.9;
	margin-top: 4px;
	margin-left: 2px;
}

img.potrait:hover {
	opacity: 1;
}
span.intro {
	font: 1.2em/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}


div#potrait.article {
		width: 920px;

}


.main h2 {
	color: black;
	letter-spacing: 0.15em;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	clear: both;
	font: lighter 1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 0;
}

#main2 {
	margin-top: 79px;
	margin-left: 10px;
}
.article {
	text-align: left;
	font-size: 0.8em;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px;
	background: url(images/stripeswhite.png) repeat scroll;
	margin-top: 10px;
}

.article a {
	color: black;
	border-bottom-style: dotted;
	border-width: 1px;
}
.article a:hover{
	background-color: orange;

}

.linkVita {
	background-color: #ebebeb;
	text-align: center;
}

.linkVita a {
	border-bottom: 1px dotted #000;
}


.table ul, .table35 ul
{
margin:0;
border-bottom: 1px solid silver;
clear: both;
	padding: 2px 0;
}


.table35 ul
{
	height: 45px;
}


.table ul li, .table35 ul li
{
list-style:none;
}

.table ul li.jahr, .table35 ul li.jahr {
	float: left;
	font-weight: bold;
	width: 40px;
}

.table ul li.links, .table35 ul li.links {	
	width: 150px;
	float: left;
}


.table ul li.sender {
	width: 45px;
	float: left;

}

.table a:hover {
	background-color: #fccd65;
}

/*Lightbox Code*/

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }







