/* Stylesheet für graf-baykal.com
   Autor: Felix Meinhold (Felix.Meinhold@gmx.net)
 */

/* Standard Styles */
* {	
	margin:0; padding:0;
}

html, body {
	height: 100%;
}

body {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	letter-spacing:1px;
}	

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

a:hover {
	border-bottom:1px solid #991328;
}

ul {
	list-style:none;
}

li {
	float:left;
}

img {
	border:none;
}


/* Layout */

#content {
	height:100%;
	margin-left:auto; margin-right:auto;
}

#header {
	min-height:15em;
}

#banner {
	font-size:15px;
	position:relative;
	min-height:320px;
	background-color:#000;
	color:#fff;
}

#banner-links {
	position:absolute; bottom: 0.5em; right:15em;
}

#banner-links-back {
	position:absolute; bottom: 0.5em; right:2em;
}

#banner-links-home {
	position:absolute; bottom: 0.5em; left:4em;
}

ul.banner-navigation {
	padding:1.5em 0 0 4em;
}

ul.banner-navigation li {
	display:block;
	float:none;
	padding:0.5em;
}

.banner-navigation a {
	color:#fff;
}

.banner-navigation a:hover {
	border-bottom:1px solid #fff;
}


#footer {
	min-height:auto;
}

#title {
	width:50em;
	padding:4em 0 0 6em;
}

#title h1 {
	font-size:50px;
	color:#AA1328;
	letter-spacing:10px;
}

#title h2 {
	color:#000;
	background-color:transparent;
	margin-top:-10px;
	font-size:30px;
	font-weight:bold;
	letter-spacing:10px;
	text-align:right;
}

#banner-links li {
	width:auto;
	padding-left:2em;
}

ul.navigation li {
	width:6em;
}

div.kurzbio {
	padding:2em 0 0 4em;
}

.kurzbio p {
	padding:1.5em 0 0 0;
	width:40em;
}

