html { overflow-y: scroll; height:100%; } /* Scrollbalken immer anzeigen */

body {
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	height: 100%;
	color:#323232;
	background:#111;
	font-family: "droid-sans",sans-serif;
}

h1 { 
	font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
	}
	
h2 {
	color: #777777;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 20px;
	}
	
h3 {
	font-size: 13px;
	padding-bottom: 15px;
    padding-top: 20px;
	}

h4 {
	font-size: 12px;
	padding-bottom: 15px;
    padding-top: 20px;
	}

h5 {
	font-size: 11px;
	padding-bottom: 15px;
    padding-top: 20px;
	}

h6 {
	font-size: 11px;
	padding-bottom: 15px;
    padding-top: 20px;
	}

div#meta_navigation a,
div#navigation,
div#supersized,
div#footer {display:none;}

div#content {float:left;}