	/*  General */
	
body {  
	background: #fff;
	color: #000;
	margin: 0px  0 0px;
	padding: 0;
	font-family: Monaco, Verdana, "Courier New", monospaced; 
	font-size: 9px; 
	letter-spacing: 1px; 
	line-height: 15px; 
	color: #000;
}

	/*  Links */

a {
	text-decoration: none;
	color: #963;
}

a:hover
{
	background-color: #91D4FF;
}

	
	/*  Layout */
	
p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	width: 200px;	
}

.paragraphspace {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
	
}

ul {

  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
  
}

	/*  Structure */

#linkdescribe {
    float: left;
	display: inline;
	background: #fff url(img/paper-dotted-grey.gif);
	margin: 0 7px 14px 7px;	
	width: 650px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}


#linkdescribe ul {
	list-style-image: url(img/menu-right-arrow-black.gif);
	margin: 0; 
	padding: 0;
}

#text ul
{
	list-style-image: url(img/menu-right-arrow-black.gif);
	margin: 0 7px 14px 260px;
	padding: 0;
}

#text
{
	float: left;
	display: inline;
	background: #fff url(img/paper-dotted-grey.gif);
	margin: 0 7px 14px 7px;
	width: 650px;
}

a.oben
{
	/* This is to preload the hover state */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 129px;
	padding-bottom: 0;
	padding-right: 0px;
	display: marker;
	 width: 80px;
 height: 124px;
}

a.oben:hover {
	background-image: url(inhalt/img/obenfold_aus.jpg); no-repeat;
	background-color: #FFFFFF;
}
a.oben:hover img{
	visibility: hidden;
}