html{ 
overflow:scroll;
}

html * {
    margin: 0px;
    padding: 0px;
}

body {
    font: 12pt "Lucida Grande", "Lucida Unicode Sans", "Lucida Sans", Verdana, Geneva, Helvetica, Arial, sans-serif;
    color: rgb(0,0,0);
}

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

i, em {
    font-style: italic;
    font-weight: normal;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Unicode Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

b, strong {
    font-style: normal;
    font-weight: bold;
}





/* ----- IDs ----- */

#container{
}

#header{
}

#navigation{
}

#wrapper{
}

#content{
	width: 15cm;
}


#sidebar{
}

#footer{
}



#header, #menuContainer, .navi-ranken, #footer, #sidebar{
	display: none;
}





h1{
	font-size: 16pt;
	color: rgb(0,77,52);
	margin-bottom: 0.5cm;
	font-weight: normal;
}

h2{
	font-size: 13pt;
	color: rgb(0,77,52);
	line-height: 135%;
	margin-bottom: 0.2cm;
	font-weight: normal;
}

h3{
	font-size: 13pt;
	color: rgb(0,77,52);
	line-height: 135%;
	margin-bottom: 0.1cm;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Unicode Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4{
	font-weight: bold;
	color: #000;
	line-height: 155%;
	font-size: 11pt;
}

h5,h6{
	line-height: 155%;
	font-size: 11pt;
	font-weight: normal;
}

p{
	line-height: 155%;
	margin-bottom: 1cm;
}

p.post-time{
	font-size: 9px;
	color: rgb(51,51,51);
	margin-bottom: 0.1cm;
}


img{
	border: 0;
}

small{
	font-weight: normal;
	font-size: 9pt;
}

ul, ol{
	margin-left: 1.5cm;
	line-height: 165%;
}

blockquote{
	font-style: italic;
    font-weight: normal;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Unicode Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}






/* ----- LINKS ----- */

a {
     }
a:link{
	color: rgb(250,168,23);
	text-decoration: none;
}

a:visited{
	color: rgb(179,179,179);
	text-decoration: none;
}

a:link:focus{
	color: #c95827;
	text-decoration: underline;
}

a:link:hover,
a:link:active{
	color: rgb(250,168,23);
	text-decoration: underline;
}
 
a:visited:active,
a:visited:hover{
	color: rgb(250,168,23);
	text-decoration: unterline;
}


a:link.link-h2,
a:visited.link-h2{
	font-size: 13pt;
	color: rgb(0,77,52);
	text-decoration: none;
}

a:link:hover.link-h2,
a:visited:hover.link-h2{
	font-size: 13pt;
	color: rgb(0,77,52);
	text-decoration: underline;
}













/* ----- CLASSES ----- */


.fix:after{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.fix{
	display: block;
}

.blogpost{
	margin-bottom: 1cm;
}

.left{
	float: left;
}

.right{
	float: right;
}

.header-logo{

}


.single-navigation .left,
.single-navigation .right{
	width: 175px;
	line-height: 130%;
	margin-top: 1.5cm;
}

.single-navigation .right{
	text-align: right;
}

.navi-ranken{
}
