@font-face {
	font-family: 'Champagne';
	src: url('../fonts/Champagne.ttf');
}
@font-face {
	font-family: 'ChampagneBold';
	src: url('../fonts/ChampagneBold.ttf');
}
@font-face {
	font-family: 'ChampagneItalic';
	src: url('../fonts/ChampagneItalic.ttf');
}
@font-face {
	font-family: 'ChampagneItalicBold';
	src: url('../fonts/ChampagneItalicBold.ttf');
}
@font-face {
	font-family: 'timeless';
	src: url('../fonts/timeless.ttf');
}
@font-face {
	font-family: 'cantarell';
	src: url('../fonts/cantarell.tff');
}

html {
	font-family: 'Champagne', 'Trebuchet MS', 'Helvetica', 'sans-serif';
	background-color: black;
}
p {
	font-size: 16px;
	font-family: 'cantarell', 'Trebuche MS', 'helvetica', 'sans-serif';
}
body {
	text-align: right;
	color:#DDD;
}
a {
	color:white;
	text-decoration: none;
	display:inline-block;
}

#bg {
	z-index: -1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
}
#homewrap {
	width:100%;
	height:100%;
}
#turnerbohlen {
	position: absolute;
	text-align:left;
	font-size: 38px;
	left: 63px;
	bottom: 42px;
}

.navwrap {
	border: 0px;
	padding: 0px;
	right: 0px;
	margin: 20px 25px 20px 25px;
	position:relative;
	min-width:810px;
}
.navcontent {
	display:block;
	margin-right:40px;
}
.navborder {
	height: 1px;
	width: 890px;
	display:block;
	float:right;
	position:relative;
	right: -20px;
}
.link {
	font-size:16px;
	color: #E05d10;
}
.activelink {
	color: #A33005;
}
.headerlink {
	font-size:21px;
	margin: 10px;
	margin-left: 40px;
}
.activeheaderlink {
	color: #EFA676;
}
.contentwrap {
	padding: 70px 200px;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	max-width:1000px;
	text-align:left;
}
.contentborder {
	height: 1px;
	display:block;
	margin-left:-200px;
	margin-right: -200px;
	margin-bottom:50px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(150, 150, 150, 1) 40%, rgba(150, 150, 150, 1) 60%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(150, 150, 150, 1) 40%, rgba(150, 150, 150, 1) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(150, 150, 150, 1) 40%, rgba(150, 150, 150, 1) 60%, rgba(0, 0, 0, 0) 100%);
}
.sexyline {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}
