html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:0;
}
html {
	overflow:auto;
	overflow-y:scroll;	
}
html, 
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

body {
	background-color:#686e73;
	font-size:12px;
	line-height:18px;
}

#rahmen {
	width:950px;
	min-height:100%;
	background-color:#2a3238;
	margin:0 auto;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#ffffff;
	position:relative;
}
* html #rahmen {
	height:100%;
}
ul,
li {
	list-style:none;
	padding:0;
	margin:0;
}	
a {
	text-decoration:none;
	color:#fff;
}	


#logo {
	position:absolute;
	top: 30px;
	left:29px;
	z-index:1;
}
#content {
	position:relative;
	padding-top:120px;
	left:29px;
	width:892px;
	padding-bottom:18px;
	height:100%;
}
#content #links {
	width:300px;
	display:block;
	height:100%;
	position:relative;
	top:0;
	left:0;
	float:left;
	z-index:1;
}
#content #links img {
	width:300px;
	margin-bottom:20px;
}

#content #rechts {
	position:relative;
	top:0;
	padding-left:320px;
}
#content h1,
#content .headline {
	font-size:18px;
	line-height:18px;
	margin-bottom:18px;
	font-weight:normal;
}
#content p {
	margin-bottom:18px;
}
#content .hervorhebung {
	color:#80abd7;
}
#content a.hervorhebung:hover{
	color:#fff;
}
#content table {
	border-collapse:collapse;
}
#content td {
	vertical-align:top;
	padding: 0px 15px 15px 0px;
}	
#content .jahre {
	white-space:nowrap;
	color:#80abd7;
	font-weight:bold;
	font-size:16px;
}
#content .zitat {
	color:#80abd7;
	font-style:italic;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:18px;
}
#content a:hover {
	color:#80abd7;
}
#content a.download {
	background-image:url(../images/download.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left:15px;
}
#content a.download:hover {
	background-image:url(../images/download_hover.gif);
}

#content .bilder td {
	padding:0;
	margin:0;
}

#content .bildkasten {
	width:208px;
	height:208px;
	/*background-color:#3a3f44;*/
	border:1px solid #3a3f44;
	margin-top:3px;
	margin-bottom:20px;
}
#content  div.bildkasten table {
	width:100%;
	height:208px;
}
#content  div.bildkasten table td {
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
#content  div.bildkasten table td img.hoch{
	height:208px;
}
#content  div.bildkasten table td img.quer{
	width:208px;
}
#content div.bildkasten table td img.quadrat{
	width:208px;
	height:208px;
}

#sprachswitch {
	position:absolute;
	right:10px;
	top:10px;
}
