/**
* CSS
* 
* @version 1.0
* @author bst 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family:helvetica, arial, verdana, Sans-Serif;
	background: #ddd;
	overflow-y: hidden;
		overflow-x: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #666; text-decoration: none; }
a:active { color: #fff921;text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color: #fff921; text-decoration: none; }

a img { border: 0; background-color: transparent; padding: 0;}
a hover img { border-color: yellow; border-style: solid; border-width: 1px; background-color: transparent; padding: 0;}

#menu {
    text-align: right;
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:transparent;
	margin: 45px 0 0 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 50px;
}

#menu ul li.section-title { }

li.active a { color:#fff921;} 

#logo {
	margin: 50px 0 10px 50px;
}


#herz {
font-size: 20px;
text-transform:  none; 
font-weight: bolder; 
}

#herz a:hover {
color: #ff0000;
font-size: 20px;
text-transform:  none; 
font-weight: bolder; 
}


#blindenzeichen {
font-variant: small-caps;
color: #fff921;
font-size: 20px;
text-transform:  none; 
font-weight: bolder; 
}

#bstoess {
line-height: 9px;
color: #000; 
text-transform:  none; 
font-weight: bold; 
font-size: 12px;
padding-left: 0px;

}

#fotograf {
line-height: 8px;
color: #000;
font-size: 11px;
text-transform: none; 
font-weight: normal; 
}

#kontakt {
color: #000; 
text-transform:  none; 
font-weight: normal; 
font-size: 10px;
margin: 85px 0 0 0;
}

#disclaimer {
	font-style: normal;
	font-weight: normal;
	margin: 130px 0 10px 50px;
	font-size: 9px;
	font-family:helvetica, arial, verdana, Sans-Serif;
}

#bio {
color: #000; 
text-transform:  none; 
font-weight: normal; 
font-size: 10px;
margin: 85px 0 0 0;
}


#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
    background-color: transparent;
}

#text {
	color: #000;
}
.container {
    padding: 0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; margin: 50px 0 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

