/* CSS by SAY-HO! - Stephan Hansen-Oest */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #434240;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	font-size: small;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #ffffff;
}


h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 115%;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
}

p {
	margin-bottom: 1em;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 95px;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 10px;
	
}

.logo {
	margin-top: 10px;
	position: relative;
	float: left;
}


#teaser {
	width: 72%;
	height: 160px;
	padding-top: 75px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	text-align: left;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-shadow: #000000 1px 1px 1px;
}

.smalltext {
	font-size: 70%;
	font-weight: normal;
	color: silver;
}

#content {
	position: relative;
	width: 80%;
	padding-left: 15%;
	margin-right: 30px;
	padding-top: 10px;
	text-align: left;
	font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
	color: white;
}

#name {
	position: relative;
	float:left;
	margin-top: 20px;
	margin-left: 45px;
}

#name p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 215%;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
	}


.underline {
	text-decoration: underline;
}



#navi {
	position: absolute;
	top: 90px;
	left: 105px;
}

#navi ul li a {
    float: left;
    padding: 10px 10px 9px 10px;
    background-color: gray;
    font-size: 100%;
    font-weight: bold;
	color: white;
    margin-right: 3px;
	text-decoration: none;
    }

#navi li {
	display: inline;
	list-style-type: none;
}

#navi a:hover {
	background-color: #333333;
}

#navi a:visited {
	color: white;
} 

.textbox {
	width: 75%;
	background-image:url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	padding: 0.8em;
	color: #666666;
}

.sidebar-photo {
	float: right;
	width: 50px;
	margin-left: 2px;
	border:1px solid #BED0E0;
	padding:4px;
	background-color:#FFF;
	overflow: hidden;
}

.sidebar-photo-profile {
	float: right;
	text-align: center;
	width: 254px;
	margin-left: 10px;
	border:1px solid #BED0E0;
	padding:4px;
	margin-bottom: 5px;
	background-color:#FFF;
	overflow: hidden;
}

#status {
	float: right;
	text-align: left;
	background-color: silver;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 115%;
	color: #ffffff;

}