/* @override http://christian-podratzky.de/css/main.css */

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	font-size:0.75em;
	line-height:1.4em;
	text-align:center;
}

#header{
	height: 80px;
}

#header h1 {
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 17px;
	margin-left: 37px;
}

#header h1 span {
	color: #df8e00;
	font-size: .8em;
	font-style: italic;
}

#bgnavi {
	position:relative;
	top:23px;
	z-index:-1;
	width:100%;
	background-image: url(../images/navigation-background.gif);
	height: 23px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin:0 auto;
	text-align: left;
	background-color: #000;
}

#navigation {
	
	width: 100%;
	height: 23px;
	background-image: url(../images/navigation-background.gif);
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul {
	padding-top: 5px;
	width:800px; /* verhindert umbruch */
	margin:0px auto;
}

#navigation li {
	display: inline;
	margin-left: 25px;
	text-decoration: none;
}

li.active span {
	color:#DF8E00;
}

#navigation a.space {
	margin-left: 100px;
}

#navigation li a,
#navigation li a:hover,
#navigation li a:link,
#navigation li a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;

}

.grey a span {
	color: #666;
}

.grey a span:hover {
	color: #fff;
}

/* ----------header-------------- */
#header {
	background-color: #000;
	text-align: left;
}

/* ----------home-------------- */
#home img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

#preview {
	width:800px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 50px;
	text-align:left;
	margin:0;
}

#preview ul {
	width:600px;
	margin:0 auto;
}

#preview li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#preview a {
	display: block;
	width: 40px;
	height: 20px;
	overflow: hidden;
}

#preview a:hover img, #preview a img.active {
	margin-top: -20px;
}

#targetimage {
	width:600px;
	margin-left:90px;
}


/* kontakt */
#kontakt {
	margin-left:100px;
	margin-top: 80px;
	width:580px;
}

#kontakt #icons {
	float:right;
}

#kontakt #portrait {
	float: left;
	margin-right: 30px;
}

.textbox {
	text-align:left;
}

.textbox a {
	color: #fff
}

.textbox a:hover {
	text-decoration: none;
}

.textbox span {
	color: #df8e00;
	font-style: italic;
	margin-right: 10px;
	text-transform: lowercase;
}

/* impressum */

#impressum {
	margin-top: 80px;
	width:580px;
	margin-left:100px;
}

#impressum h2 {
	width: 140px;
	height: 300px;
	float: left;
	font-style: italic;
	font-weight:bold;
	color: #df8e00;
}
