/*	
 Copyright 2007 LOCOM Software GmbH
*/

#header, #sidebar, #footer ul, #content div.bottom, #content div.top, #content ul.footer {
 display: none;
}

body {
 background: white;	
 font-size: 12pt;
}

.rPart { float: left; }

#content {	
 float: none !important;
 width: auto;	
 margin: 0 5%;	
 color: black; 
 background: transparent;
}

#content div.innerContent {
 border: 0;
}

#content ul {
 list-style-image: none;
 list-style-type: circle;
}

#content a {
 color: #009;
 text-decoration: underline;
 margin-left: 7px;
}

#content h2 {
 font-size: 1.2em;
 background-color: none;
 border: 0;
}