body {
	background-color: #fffaf2;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 12pt;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
/*
	border: 1px dotted black;
*/
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	color: black;
}

a:visited {
	
}

/* /////// / 

	Rahmen
	
/////// / */

#rahmenSeite {
	margin-left: 2.3em;
	margin-top: 1.4em;
}


/* /////// / 

	cs
	
/////// / */

#cs {
	margin-bottom: 3.6em;
}

/* /////// / 

	Hauptnavigation
	Unternavigation
	
/////// / */

#hauptnavigation,
.unternavigation {
	height: 31px;
	width: 100%;
	border-top: 1px solid black;
}

#hauptnavigation li,
.unternavigation li {
	float: left;
	width: 123px;
	height: 31px;
	cursor: pointer;
	list-style-type: none;
}

.unternavigation {
	margin-top: 0.5em;
}

#hauptnavigation li,
.unternavigation li {
	background: url(../bilder/gestaltung/matrix-hintergrund.png) no-repeat 0 0;
	padding-right: 0.6em;
	padding-top: 0.2em;
}

#hauptnavigation li img,
.unternavigation li img {
	padding-left: 0.4em;
}

#hauptnavigation li.selected,
.unternavigation li.selected {
	background: none;
}

/* /////// / 

	Matrix
	
/////// / */

#matrix,
.detail,
#kontakte {
	position: absolute;
	top: 18em;
	left: 2.3em;
	width: 800px;
}

#matrix div {
	float: left;
	width: 123px;
	height: 31px;
	font-size: 1.1em;
	padding-right: 0.55em;
	margin-bottom: 0.2em;
}

#matrix div a {
	width: 123px;
	height: 31px;
	position: relative;
	top: 0.5em;
	padding-left: 0.4em;
}


/* /////// / 

	Ding Details
	
/////// / */

.detail {
	top: 18.5em;
}

.detail {
	padding-bottom: 2em;
	width: 780px;
	line-height: 1.3em;
}

.detail h1,
.detail h2 {
	font-weight: normal;
}

.detail h1 {
	margin-bottom: 1em;
	font-size: 1.1em;
}

.detail h2,
#standards .text img {
	padding-top: 0.2em;
	border-top: 1px solid black;
	font-size: 1em;
}

.detail h1,
.detail h2,
.detail p,
.bilder a {
	padding-left: 0.4em;
}

.detail .detailSteuerung {
	float: right;
}

.detail .verwandt a,
.detail .detailSteuerung a {
	padding-right: 4px;
}

.detail .verwandt span,
.detail .detailSteuerung span {
	padding-left: 13px;
}

.detail .detailUrheber {
	margin-top: 2.8em;
	border-top: 1px solid black;
	padding-top: 0.2em;
}

.bilder,
.detail .verwandt {
	margin-top: 2em;
	padding-top: 0.3em;
	width: 780px;
	border-top: 1px solid black;
}

.bilder a,
.detail .verwandt a {
	float: left;
}

.detail .verwandt {
	margin-top: 3.2em;
}

.bilder a img,
.detail .verwandt a img {
	margin-top: 0;
	width: auto;
	border-top: 0 none;
}

.bildkasten {
	position: absolute;		
	top: 1em;
	right: 0;
	border-top: 1px solid black;
}

.bild {
	position: relative;
}

.gesperrt {
	cursor: default;
}

/* /////// / 

	Global
	
/////// / */

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}







