body{
	font-family: Trebuchet MS,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	color: silver;
}
*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

p{
	margin: 0;
	padding: 0;
}

a{	
	margin: 0;
	padding: 0;
	color: #42B5E8;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
		a:active {
		  outline: none;
		}
		a:focus{
			outline: none;
		}

a.bitmap{
	display: block;
	text-align: center;
	position: relative;
}
	a.bitmap span{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#header{
		width: 800px;
		height: 73px;		
		margin: 20px auto 0 auto;
		background-image: url('../img/header.png');
		background-repeat: no-repeat;
		position: relative;
	}
		#header ul{
			float: right;
			list-style-type: none;
			margin-top: 35px;
		}
			#header ul li{
				float: left;
				height: 40px;
				line-height: 40px;
				margin-left: 75px;
			}
				#header ul li a{
					font-size: 10px;
				}
					#header ul li a span{
						background-repeat: no-repeat;
						background-position: center center;
					}
			
			#bio{
				width: 40px;
			}
				#bio span{
					background-image: url('../img/bio.png');
				}
			#blog{
				width: 60px;
			}
				#blog span{
					background-image: url('../img/blog.png');
				}
			#reference{
				width: 120px;
			}
				#reference span{
					background-image: url('../img/reference.png');
				}
			#kontakt{
				width: 105px;
			}
				#kontakt span{
					background-image: url('../img/kontakt.png');
				}
				
		#horizontal_marker{			
			height: 2px;
			background-color: #42B5E8;
			position: absolute;			
			bottom: 6px;
		}
		#vertical_marker{
			width: 2px;
			height: 100px;
			background-color: #42B5E8;
			position: absolute;
			top: -26px;
		}
	
	#stage{
		width: 846px;
		min-height: 450px;
		background-image: url('../img/black_panel.png');
		margin: 0 auto 0 auto;
	}