body {
	background-color: #000;
	background-image: url(back.jpg); 
	background-repeat: no-repeat ;
	background-attachment: fixed;
	background-position: left bottom;
	margin: 0px;
	color:#efefef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-stretch:wider;
	letter-spacing: 0.1pt;
}

h1, h2, h3, h4, h5 {
	font-weight:lighter;
	font-style:italic;
	color: #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

a:link, a:visited { color:#fff; text-decoration:none }
a:hover, a:active{ color:#fff; text-decoration:underline }

img {
	border: 0px;
}

#container {
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	margin-right: auto;		
}

#quote{
	color: #343434;
	margin-top:50px;
	min-height:180px;
	height:auto !important;  /* für moderne Browser */
  height:180px;  /*für den IE */	
}

#quote:hover{
	color: #9a9a9a;
}

#title{
	/*margin-top:80px;*/
}


#title h1{
	width: 175px;
	padding-left:25px;
	padding-right:0px;
	border-bottom:2px solid #FFFFFF;
}

#title a {
	text-decoration:none;
}

#navi a {
	margin-right: 20px;
}

#subnavi a {
	margin-right: 20px;
}

#main {
	padding-right: 30px;
	margin-top:25px;
	font-size: 14px;
	line-height: 150%;
	/*text-align:	justify;*/
}

.abgesetzt {
	margin-left:25px;
}

.blackblock {
	background-color: #232323;
	padding: 10px;
	padding-top: 1px;
	margin-bottom: 5px;
}

.black{
	background-color: #000;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 1px solid #232323;
}

.imgbox{
	min-height:165px;
	height:auto !important;  /* für moderne Browser */
  	height:165px;  /*für den IE */
}

.black img {
	float: left;
	margin-right: 5px;
}

.black h3 {
	margin-top: 40px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.quote {
	padding-left:10px;
	/*font-family: Trebuchet MS, Arial, Helvetica, sans-serif;*/
	/*font-style: italic;*/
}

.big {
	
}

.paper{
	background-color: #fff;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #232323;
	font-size:12px;
	color:#000000;
}

.paper h4 {
	color:#000000;	
}

.selected{
	text-decoration:underline;
}