/***********************************************/
/* Formatierung                                */
/***********************************************/ 

html, body {
 margin:0px;
 padding:0px;
}

html, body	{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 95%;
 line-height: 18px;
 color: #000000;
}

A:link, A:visited, A:active { color:#535353; text-decoration:none; font-weight:bold; }
A:hover { color:#939393; text-decoration: underline; font-weight:bold; }


#copyright A:link, #copyright A:visited, #copyright A:active { text-decoration:none; color:#989A9A; font-size: 90%; }
#copyright A:hover { text-decoration:underline; color:#989A9A; font-size: 90%;}


h1 {
 margin: 0px;
 padding:0px;
 font-size: 150%;
 font-family:Arial, Helvetica, sans-serif;
 font-weight: normal;
 letter-spacing:1px;	
 color:#123456;
 line-height:20px; 
}

h2 {
 margin: 0px;
 margin-bottom: 10px;
 padding: 0px;
 font-size: 80%;
 font-weight: normal;	
 color:#666666;
}

img {
 border: 0px;
}

ul {
 list-style-type:square;
}


/***********************************************/
/* Layout	                               */
/***********************************************/

#logo {
 position:absolute;
 top:26px;
 left:24px;
}

#alles {
 width:759px;
}

#menu {
display:none;
}

#title {
 display:none;
}

#inhalt {
 position:absolute;
 top:130px;
 left:24px;
 width:550px;
 background-color:#FFF;
}

#rechts {
display:none;
}

#copyright {
display:none;
}

.notshow {
 display:none;
}