/* Zuerst werden die Webseiten-Teilbereiche ausgeblendet, die nicht benötigt werden */
#schatten-top
 {
 display:none;
}

#navi-top
 {
 display:none
}

#header
 {
  display:none;
}

#navigation
 {
 
 display:none;
    }

#menuebox 
 {
 
display:none;
}

#menue 
 {
 width:1px;
 display:none;
}

#rechte-spalte
{
padding:20px;
margin:0px;
position: absolute; 
right:0px;
left:380px;
top:550;
bottom:550;
		}
#rechte-spalte img
{
}

/* Neue Ausrichting des Text-Hauptbereiches */
#content
		{
		position: absolute;
		top:0px;
		left:0px;
		width: 360px;
		padding-bottom: 30px;
		float: left;
		clear: right;
		font-size: 10px;
		line-height: 22px;
		font-family: verdana, arial;
		}
		
#footer
{
position: absolute;
padding:0px;
margin:0px;
bottom:0px;
top:900px;
right:380px;
left:20px;
}
/* Links werden vom Aussehen verändert */
#content a
		{
		text-decoration:none; /* Unterstrich wird entfernt */
		color: #000000;       /* Farbe wir in schwarz geändert */
		font-style:normal;    /* Keine visuellen Veränderrungen */
		}
#conent a:hover
{
text-decoration:none;
color:#000000
}

#conent a:active
{
text-decoration:none;
color:#000000
}