
/* allgemeine angaben */


* { margin:0; padding:0; font-size: 100%; }

html {height:100%}

body {
    font-size: 12px;
    color: #000;
    text-align: left;
    line-height: 1.5;
    font-family: arial, verdana, sans-serif;
    background: #FFF;
	margin: 0px;
	padding: 0px;
}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }



/* layout */

a{
color: #000;
}

.clr { font-size: 1px;
         line-height: 0em;
         height: 0;
         clear: both;}

a#nav_portfolio{
display: none;
}

#container {
width: 95%;
}

#wrapper {

}

#oben, #unten {

}

#oben img {
float: right;
width: 300px;
height: 182px;
}

#oben div.links img {
float: left;
width: 159px;
height: 25px;
}

.scrolling-content {

}

#unten {
margin-top: 20px;
}

#inhalt {

}

#inhalt ul, #inhalt ul li{
list-style: disc;
}

#inhalt p{
margin-bottom: 15px;
}

h1 {
font-weight: bold;
font-size: 16px;
}

#unten div.links {
display: none;
}


#oben div.rechts {
display: none;
}

div.rechts {

}

a.nav {
display: none;
}

#oben div.links, #oben div.rechts{

}

/* Menue */

#menu{
display: none;
}

#extramenu {
display: none;
}












