html, body { 
margin: 0; 
padding: 0  
}
body { 
font-family: 'MS Sans Serif', Arial,Geneva,sans-serif;
line-height: 18px; 
font-size: 13px; 
color: #000;
}
#container { 
width: 100%; 
margin: 0; 
padding: 0; 
text-align: left;
}
/* Body */
#main {
width: 100%; 
}
#main #left { 
display: none;
}
#main #right { 
width: 100%;
}
/* Seitenkopf */
#top { 
display: none;
}
/* Impressum, AGB */
#header {
display: none;
}

.clear { 
clear: both; 
width: 100%; 
margin: 0; 
padding: 0; 
font-size: 0px; 
line-height: 0px;
}
/* Fuß Inhalt */
#footer { 
display: none;
}
/* Inhalt */
#content { 
width: 385px;
margin: 25px; 
}
#content a { 
color: #000; 
}
#content p {
margin-top: 0px; 
margin-bottom: 10px;
}
#content h1 { 
margin: 0 0 10px 0;
font-size: 12px; 
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
#content h1.title {
font-size: 18px;
font-weight: normal;
}
#content h2 { 
margin: 0 0 22px 0;
color: #6e914d; 
font-weight: bold; 
font-size: 14px; 
}
#content h3 { 
margin: 0 0 9px 0;
color: #204eaa; 
font-weight: bold; 
text-transform: uppercase;
}
#content ul {
margin-top: 0;
line-height: 20px;
list-style-type: none;
}
#content li { 
margin-left: -24px; 
}
#content li.link {
list-style-type: disc; 
}
#content li.txt {
list-style-type: disc;
}
#content .small {
margin: 0; 
font-size: 9px; 
line-height: 14px;
}

/* Infobox */
#infobox {
display: none;
}

/* Portfoliobox */
#portfoliobox {
display: none;
}
#portfoliodesc {
display: none;
}

/* Lightbox */
#lightbox {
display: none;
}
#overlay {
display: none;
}

/* Downloadbutton */
#content img.download {
display: none;
}

/* News */
#content .newsautor {
margin: 0; 
font-size: 9px; 
line-height: 14px;
color: #000;
}

/* Kontaktformular */
#kontaktform {
display: none;
}




