/*

blau #0D2033;
grün #19281D;
hell #D1D4D2;

*/

* {	
	margin:0;
	padding:0;
}
HTML, BODY{
	height:100%;
}
BODY{
	background-color : #0D2033;
	border: 0px;
	border-color: #D1D4D2;
	text-align:center;
}
BODY, DIV, P, TABLE {
	color: #D1D4D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	vertical-align: top;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:580px;
	width:1000px;
	clear:left;
	background-color : #19281D;
}
#logo {
	float: left;
	width: 1000px;
	height: 99px;
	background-image: url(../_grafik/logo.gif);
	background-repeat: no-repeat;
}
#logo_box {
	padding: 80px 0px 0px 0px;
	width: 990px;
}
#border_top {
	float: left;
	width: 980px;
	height: 1px;
	line-height: 0px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid;
	display: inline;
}
#navigation {
	float: left;
	width: 149px;
	height: 450px;
}
#border_left {
	float: left;
	width: 0px;
	height: 430px;
	line-height: 0px;
	margin: 10px 0px 0px 0px;
	border-left: 1px solid;
}
#content {
	float: left;
	width: 820px;
	height: 450px;
}
#content_box {
	padding: 20px 0 0 20px;
}
#border_right {
	float: left;
	width: 0px;
	height: 430px;
	line-height: 0px;
	margin: 10px 0px 0px 0px;
	border-right: 1px solid;
}
#sidebar {
	float: left;
	width: 29px;
	height: 450px;
}
#border_bottom {
	float: left;
	width: 980px;
	height: 1px;
	line-height: 0px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid;
	display: inline;
}
#footer {
	float: left;
	width: 1000px;
	height: 29px;
}
#footer_box {
  padding: 4px 0px 0px 17px;
}
h1 {
	color: #CFD2D6;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}
h2 {
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	color: #CFD2D6;
	font-size: 10px;
	letter-spacing: 1px;
}
#content h3 {
	padding: 15px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
ul {
	list-style: none;
	padding: 24px 10px 0px 0px;
}
li {
	padding-bottom: 5px;
	text-align: right;
}
.tab1 {
	padding-top: 12px;
}
.tab2 {
	padding-top: 24px;
}
.tab3 {
	padding-top: 112px;
}
a:link, a:hover, a:visited, .no_link {
	color: #D1D4D2;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #D1D4D2;
	font-weight: bold;
}
.no_link {
	color: #D1D4D2;
	font-weight: bold;
}
#content_box a:link, #content_box a:visited {
	text-decoration: none;
}
#content_box a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* --------------- Titelseite --------------- */
#img_lef {
	position: absolute;
	top: 130px;
	left: 190px;
}
#img_mid {
	position: absolute;
	top: 232px;
	left: 437px;
}
#img_rig {
	position: absolute;
	top: 233px;
	left: 730px;
}
#text_gh {
	position: absolute;
	top: 150px;
	left: 437px;
	width: 500px;
}
.gh {
	font-size: 16px;
	text-align: justify;
}
#text_xy {
	position: absolute;
	top: 450px;
	left: 190px;
	width: 480px;
}
.xy {
	font-size: 13px;
	text-align: justify;
}
#text_gh cite, #text_xy cite {
	display: block;
}
/* --------------- Biografie --------------- */
#biografie {
	margin: 20px 0 0 30px;
}

.tab {
	width: 700px;
}
.tab_left {
	text-align: left;
	width: 60px;
	padding: 5px 0px 0px 30px;
}
.tab_right {
	text-align: left;
	padding: 5px 0px 0px 30px;
}
/* --------------- Ausstellung --------------- */
#menue_ausstellungen {
	width: 800px;
	height: 30px;
	float: left;
	text-align: center;
}
#menue_ausstellungen ul {
	list-style: none;
	padding: 0px;
}
#menue_ausstellungen li {
	display: inline;
	padding: 0px 20px 0px 0px;
}
#ausstellung {
	width: 790px;
	float: left;
	margin: 100px 0 0 0;
	text-align: center;
	vertical-align: middle;
}
#ausstellung_1 {
	width: 395px;
	float: left;
	margin: 0px;
}
#ausstellung_2 {
	width: 395px;
	float: left;
	margin: 0px;
}
#ausstellung_1 .tab_left, #ausstellung_2 .tab_left, #ausstellung_1 .tab_right, #ausstellung_2 .tab_right {
	padding: 0px 0px 7px 10px;
}
#ausstellung_1 .tab_left, #ausstellung_2 .tab_left {
	width: 30px;
}
#ausstellung_1 .tab_right, #ausstellung_2 .tab_right {
	width: 360px;
}
/* --------------- Besprechungen --------------- */
#besprechungen {
	width: 340px;
	float: left;
	padding: 100px 0 0 50px;
	
}
#menue_besprechungen {
	width: 330px;
	float: left;
	padding: 30px 0 0 80px;
	
}
#menue_besprechungen ul {
	list-style: none;
	padding: 0px;
}
#menue_besprechungen li {
	display: block;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
#besprechungen blockquote {
	font-size: 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
}
#besprechungen cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	display: block;
	margin-top: 7px;
	letter-spacing: 1px;
}
/* --------------- Gedanken --------------- */
#scrollbox p {
	padding: 0 0 5px 0;
	text-align: justify;
	font-size: 13px;
}
#img_gedanken {
	
}
#scrollbox {
	float: left;
	width: 500px;
	height: 380px;
	overflow: auto;
	margin: 10px 0 0 10px;
	padding: 10px 20px 10px 10px;
	
}
/* --------------- Anfrage --------------- */
#adresse {
	float: left;
	width: 300px;
	margin-left:30px;
}
#adresse H2 {
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-bottom: 36px;
}
#adresse p {
	font-size: 13px;
	padding-bottom: 7px;
}
#formular {
	float: left;
	width: 400px;
	margin-left:0px;
}
form {
	width: 400px;
	display: block;
	text-align: right;
}
fieldset {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 8px 8px;
}
input {
	font-size: 12px;
}
#formular p {
	margin: 12px 0px 0px 0px;
	font-size: 12px;
}
legend {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
}
label {
	font-size: 12px;
	padding-top: 4px;
}
