@charset "UTF-8";
	/*
	active hell braun: #b4ac89;
	dunkel braun bg:  #494537;
	content-text: #fff;
	bg: #0e0f11;
	orange: #ff900c;
	*/

html{
	min-width: 900px;
	background-color:#0e0f11;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
body {
	font: 100% "Helvetica Neue",Helvetica ,Tahoma,"Lucida Grande", "Lucida Sans Unicode",Arial, sans-serif;
	margin: 0; padding: 0;
	font-size: 1em;
	line-height: 1;
	font-weight:300; 
	color:#fff;
	background-color:transparent;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color:#fff;
}
img {border: none;}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active{ 
	color:#b4ac89;
	text-decoration: none;
}
hr{
	border: none;
	clear:both;
	padding-top: 4px;
	margin-bottom: 4px;
	border-bottom: 0px dashed #fff;
}
/* - - - - language button - - - - -*/
#lang{
	position: absolute;
	top: 10px;
	right: -84px;
	text-align:right;
	font-size:14px;
	color: #b4ac89;
}
#lang a:link, #lang a:visited{ 
	color: #fff;
	text-decoration: none;
}
#lang a:hover,#lang a:active{ 
	color: #b4ac89;
	text-decoration: none;
}
#lang .active{ 
	text-decoration: none;
}
/* - - - - title - - - - -*/
.title-pic-container {
	position: relative;
	width: 10px;
	margin:0 auto;
}
#title{
	color: #b4ac89;
	font-size:56px;
	padding-top:20px;
	background-color:#0e0f11;
	width:750;
}
#title-pic{		
	width:200px;
	height:300px;
	background-image: url(../images/title-pic.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	left:-557px;
	top:0px;
}
/* - - - - nav - - - - -*/
.nav{font-size:1.1em;padding-top:23px;padding-bottom:50px;	background-color:#0e0f11;font-weight: 100;}
.nav ul {list-style: none;}
.nav ul li {float:left;padding-right:26px;font-size: 20px;}
.nav ul a, nav ul a:visited { color: #fff;text-decoration: none;background: none;}
.nav ul a:link,nav ul a:visited	{color: #fff;}
.nav ul a:hover, nav ul a:focus { color: #b4ac89;text-decoration: none;}
.active{color: #b4ac89;}

.home-btn-sprite {display:inline-block; margin-top:-13px; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/home-btn/home-btn.jpg);}
.home_btn {width:40px; height:42px; background-position: 0px -2px}
.home_btn:hover {width:40px; height:42px; background-position: -40px -2px}
.home_btn:active{width:40px; height:42px; background-position: 0px -2px}

.mail-btn-sprite {display:inline-block;margin-top:-13px;margin-left:-3px; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/mail-btn/mail-btn.png);}
.mail-btn:hover {width:53px; height:46px; background-position: -0px -0px}
.mail-btn {width:53px; height:46px; background-position: -53px -0px}
.mail-btn:active {width:53px; height:46px; background-position: -53px -0px}

/* ~~  page contianer, inner container, content  ~~ */

.container {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.inner_container {
	width: 700px;
	margin:0 auto;
}
.content{
	width: 701px;
	position: relative;
}

.bio a:link,.bio a:visited{color: #b4ac89;}
.bio a:hover, .bio a:focus { color: #fff;text-decoration: none;}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}
/* ~~  float/clear  ~~ */
.picFloatLeft{
	float:left; padding-right:13px;padding-bottom:10px;padding-top:3px;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	clear:right;
}
.imgfltrt {
	float: right;
	vertical-align: middle;
	padding-left: 20px;
	padding-bottom: 20px;
}
.imgfltlft{
	float: left;
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-top: 4px;
}
.clearfloat { 
	clear: both;
	height:0;
	font-size: 1px;
}
.icon{
	float: left;
	padding-left:0px;
	padding-right:9px;
}
.liluc{
	background: transparent;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}



