*{
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
body {
	background-color: #393939;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
h1{
	font-size:8px;
}

a.active{
	color:#333;
}

a, a:visited{
	color: #8b1c1c;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #8b1c1c;
	border-bottom: solid 1px #1f242b;
	margin-left:20px;
	margin-right:20px;
}

.box {
	background-color: #1f242b;
	background-image: url(img/cbg.png);
	background-position:  bottom;
	background-repeat: repeat-x;
	position: absolute;
	width: 510px;
	height: 510px;
	margin: -255px 0px 0px -255px;
	top: 50%;
	left: 50%;
	border: 1px solid #000;
	
	padding: 0px;
	overflow: visible;

}
.head_bg {
	background-image: url(img/hbg.png);
	background-repeat: repeat-x;
	height:153px;
}
.head_bar {
	text-align:center;
	vertical-align:bottom;
	color: #000;
}

.clear {
	clear: both;
}

#menu {
	font-size: 12px;
	text-align:center;
	}
	
#menu a{
	text-decoration: none;
	color: #FFF;
}

#content {
	margin: 5px 50px 5px 50px;
	font-size: 11px;
	text-decoration:none;
	}

#home {
	display: block;
}
#home-button {
	opacity: 1.0;
}

#about {
	display: none;
}
#about-button {
	opacity: 0.5;
}

#contact {
	display: none;
}
#contact-button {
	opacity: 0.5;
}
#projects {
	display: none;
}
#projects-button {
	opacity: 0.5;
}
#links {
	display: none;
}
#links-button {
	opacity: 0.5;
}
