@charset "utf-8";
/* CSS Document */
body {
	background:#2a2a2a;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

a:link, a:visited, a:focus, a:active {
	color:#7d0000;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a.menu:link, a.menu:visited, a.menu:focus, a.menu:active {
	color:#a9acaf;
	font-size:16px;
	text-decoration:underline;
}

a.menu:hover{
	color:#a9acaf;
	text-decoration:none;
}

a.submenu:link, a.submenu:visited, a.submenu:focus, a.submenu:active {
	color:#a9acaf;
	font-size:14px;
	text-decoration:underline;
}
a.submenu:hover{
	color:#a9acaf;
	text-decoration:none;
}

h2 {
	color:#7d0000;
}
h3 {
	color:#7d0000;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 400px;
	margin-top: -200px;
	margin-left: -50%;
	background:url(images/bg.png) repeat-x;
}

#header {
	position: relative;
	top:20px;
	width: 100%;
	height: 100px;
	text-align:center;
	background:url(images/logo.png) no-repeat 50% 0;
}

#menu {
	position: relative;
	width: 100%;
	text-align:center;
	z-index:99;
}

#submenu-portfolio {
	position:relative;
	margin-left:170px;
}

#text {
	position:relative;
	width:620px;
	height:400px;
	margin:0 auto;
	background:url(images/bg_content.png) no-repeat;
}
#inhalt {
	position:relative;
	left: 35px;
	top: 22px;
	padding-right: 15px;
	display:block;
	width: 555px;
	height: 355px;
	overflow:auto;
	z-index:1;
}