body {

margin:0;
padding: 0;
padding-top:0px;
background-color:#e0b0ff;
background-image: url(../pix/bg.png);
overflow-y: hidden;
overflow-x: hidden;
/* alt E0B0FF lila dcd0ff*/
}

p {padding:30px;}

a:link {color:blue; text-decoration:none; border-bottom:1px dotted #c0c0c0;}
a:visited {color:blue; text-decoration:none}
a:active {color:black; text-decoration:none}
a:hover {color:#c0c0c0; text-decoration:none}

hr {

border:none;
/*border:1px dotted #f1f1f1 ;*/
border-bottom: none;
margin-top:40px;
margin-bottom:40px;
}

h1 {letter-spacing: 0.1em; color: #4c3982; text-align: center;}
h2 {font-weight: normal; margin-bottom: 2pt;}
tr {border-bottom: 1px dotted #c0c0c0;}

img,div {border: none; behavior: url("pngbehavior.htc");}

#morphTabs {
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		}
		
		
.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	width: 800px;
	margin: 12px;
	padding: 0px;
	height: 24px;
}

.morphtabs_title li {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: x-small;
	letter-spacing: 0.4em;
	float: left;
	background-color: #999;
	padding: 5px 10px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	color: #fff;
	text-align: center;
}

.morphtabs_title li.over {
	background-color: #aaa;
}

.morphtabs_title li.active {
	background-color: #fff;
	border-bottom: 3px solid #fff;
	color: #666;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	background-color: #fff;
	position: relative;
	width:560px;
	top: -1px;
	clear: both;
	/* padding: 30px; */
	text-align: justify;
	overflow:hidden;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #666;
	background-image:url(../pix/bg_panel.png);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow-y: auto;
	line-height: 1.5;
	max-height: 600px;
}

.morpthtabs_panel p {
	margin-left:5px;
}


/* tooltip */
a.tooltip {color:blue;}
a.tooltip b {display:none; opacity:.8;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:30px; left:0px; padding:5px; font-weight:normal; color:#000; border:none; background:#fff; min-width:200px;}
a.tooltip:hover b em {position:absolute; left:10px; top:-6px; width:20px; height:6px; display:block; font-size:1px;}

.dist
{
background-image:url(../pix/distel_s.png); 
background-repeat:no-repeat; 
background-position:top right;
margin:30px;
}

#weiter
{
	background-color: #fff;
	position: absolute;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #666;
	background-image:url(../pix/bg_panel.png);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	line-height: 1.5;
	padding:30px;
  	top:50%;
  	left:50%;
  	width:60em;
 	height:25em;
 	margin-left:-30em;
 	margin-top:-10em;
 	-moz-border-radius: 5px;
}

* html .morphtabs_panel{background-image:none; background-color: #e4e4e4;}


