@charset "utf-8";
/* CSS Document */
/*
Standard: D1BC8A
Hover: E2B449
*/

body{
	background-color:#111111;
	color: #D1BC8A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width:1024px;
	padding-top:50px;
	padding-bottom:30px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

a{
	color: #D1BC8A;
	text-decoration:none;
}

a:active, a:link{
	color: #D1BC8A;
}

a:hover{
	color:#E2B449;
}

div.separator{
	background: -moz-linear-gradient(left, rgba(209,188,138,1) 0%, rgba(209,188,138,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,188,138,1)), color-stop(100%,rgba(209,188,138,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(209,188,138,1) 0%,rgba(209,188,138,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(209,188,138,1) 0%,rgba(209,188,138,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(209,188,138,1) 0%,rgba(209,188,138,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(209,188,138,1) 0%,rgba(209,188,138,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1bc8a', endColorstr='#00d1bc8a',GradientType=1 ); /* IE6-9 */
	height:1px;
	margin:7px 0px;
}

ul{
	list-style:url(../img/list.png);
}

ul.sublist{
	list-style:url(../img/sublist.png);
}

img{
	border-style:none;
}

/*-----------Headtitle-----------*/
#head{
	font-size:3em;
	font-weight:bold;
}

/*-----------Navi-----------*/
header{
	margin: -20px 0px 0px -37px;
}

ul#headnavi{
	font-weight:bold;
	list-style:none;
}

ul#headnavi li{
	display:inline;
	margin:0px 15px 0px 0px;
}

ul#headnavi li a{
}

/*-----------Content-----------*/
#content{
	font-size:0.9em;
	min-height:768px;
	padding-left:3px;
}

a.externlink{
	font-weight:bold;
	text-decoration:underline;
}

/*-----------Tabellen Trivia/vita-----------*/
table.vita{
	width:100%;
}

table.vita td:first-child{
	font-size:1.1em;
	font-weight:bold;
	width:25%;
	vertical-align:top;
}

table.vita td:last-child{
	padding-bottom:20px;
}

table.vita td.subchapter:first-child{
	font-weight:normal;
	padding-left:5px;
}

table.vita td.nothead{
	font-weight:normal;
	font-size:0.9em;
	padding-left:10px;
}

table.vita td.subhead{
	font-size:1.1em;
	font-weight:bold;
}

/*-----------Bilder-----------*/
img.refphoto{
	opacity:0.5;
}

img.refphoto:hover{
	opacity:1.0;
}

/*-----------Statusbar-----------*/
#statusBar{
	background: -moz-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,0)), 	color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	bottom:0;
	height:40px;
	position:fixed;
	width:100%;
}

/*-----------content when home-----------*/
div.home{
	background-image:url(../img/Wirbel600.png);
	background-position:center top;
	background-repeat:no-repeat;
}

/*-----------special-----------*/
div.homeNavi{
	font-size:1.5em;
	font-weight:bold;
	position:relative;
	width:150px;
}

#me{
	background-image:url(../img/me.png);
	height:170px;
	left:430px;
	position:relative;
	top:135px;
	width:157px;
}

#photography{
	left: 140px;
    top: -75px;
}

#references{
	left: 435px;
    top: -180px;
}

#writings{
	left: 235px;
    top: 100px;
}

#vita{
	left: 725px;
    top: -80px;
}

#trivia{
	left: 745px;
    top: 80px;
}