body{
	font-family: sans-serif;
	font-size: 14px;
	color: rgb(100,100,100);
}

div#wrapper{
	width:800px;
    margin-left:auto;
    margin-right:auto;
    height:100%;
    text-align: left;
}

div#header {
	width: 100%;
	height: 100px;
	background-image: url("img/leaves-on-sidewalk-lrg.jpg");
	color: rgb(255,255,255);
	text-shadow: 0.1em 0.1em rgb(0,0,0);
	font-variant: small-caps;
}

div#main {
	width: 70%;
}

div#navi {
	width:30%;
	float: right;
	height: 100%;
}

div#aboutme {
	border-style: solid;
	border-width: medium;
	border-color: rgb(100,100,100);
	margin-bottom: 2em;
}

div#mostpopular {
	border-style: solid;
	border-width: medium;
	border-color: rgb(100,100,100);
}

img {
	width: 100px;
}

img:hover {
	width:500px;
	height:auto;
}

div.post {
	margin-bottom: 4em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

div#main p:first-letter{
	font-size: 1.5em;
	color: rgb(0,0,0);
}

div#main p.date {
	float: right;
	font-size: 1em;
	background-color: rgb(100,100,100);
	color: rgb(255,255,255);
	font-weight: bold;
}

div#main p.date:first-letter {
	font-size: 1em;
	color: rgb(255,255,255);
}

em {
	font-style: normal;
	font-weight: bold;
}

div#mostpopular ul{
	list-style-type: none;
	margin-left: -30px;
}

div#mostpopular a:link, a:visited{
	color: rgb(100,100,100);
    text-decoration: none;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(0,0,0);
    display:block;
    width:15em;
    padding:0.2em;
}

div#mostpopular a:hover, a:focus{
    text-decoration: none;
    font-weight:bold;
    background-color: rgb(100,100,100);
    color: rgb(255,255,255);
}

div#navi h1{
	margin: 0px;
	padding: 4px;
	font-size: 1.5em;
	background-color: rgb(100,100,100);
	color: rgb(255,255,255);
}

div#navi p{
	margin: 3px;
}

div#footer{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgb(100,100,100);
}

div#footer h1{
	font-size: 1em;
}

div#footer p{
	font-size: 0.8em;
}

p.date:before {
	content: "Erstellungsdatum: ";
	
}

pre{
	border-style: groove;
	border-color: rgb(100,100,100);
	
}

pre:before{
	content: "Quellcode";
	display:block;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

div#footer h1:hover:after {
	content: "Diese Webseite wurde erstellt von ... Bei Fragen und Anmerkungen merden sie sich bitte bei bla@gmx.de";
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

video {
	width:99%;
	border-style: dashed;
	border-color: red;
}
