@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #505861;
	color: #FFFFFF;
	background-image: url(../bilder/aktualisiert.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
a  {
	color: #D8DBE0;
	text-decoration: none;
}
a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
#navi a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-style: italic;
	vertical-align: top;
	text-align: left;
}
#navi a:hover { color: #33FF00; }


#active a {
	color: #FF6600;
	font-weight: bolder;
}

h1 {
	background-image: url(../bilder/logo.png);
	width: 60%;
	border-bottom: 1px solid #FF6600;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 0;
	text-indent: -5000px;
	top: 5%;
	line-height: 50px;
	z-index: 100;
}

#footer {
	padding: 0 0 0 4%;
	border-right: 1px solid #33FF00;
	width: 25px;
	background-image: url(../bilder/logov.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	bottom: 0;
	margin: 0;
	height: 100%;
}

#wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}
#container_aussen {
	position: absolute;
	margin-left: -380px;
	left: 50%;
	top: -187px;
	display: block;
}

#navi {
	display: block;
	width: 740px;
	height: 30px;
}
#navi ul { float: right; }
#navi li {
	display: inline;
	float: left;
}
#navi    .home {
	background-image: url(../bilder/home_shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 52px;
}

#navi .mich
{
	background-image: url(../bilder/mich_shadow.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 79px;
	background-position: left bottom;
}
#navi .portfolio
{
	background-image: url(../bilder/portfolio_shadow.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 72px;
	background-position: left bottom;
}
#navi .kontakt
{
	background-image: url(../bilder/kontakt_shadow.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 68px;
	background-position: left bottom;
}
#navi .anfahrt
{
	background-image: url(../bilder/anfahrt_shadow.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
	background-position: left bottom;
}


#container  {
	height: 380px;
	width: 740px;
	background-image: url(../bilder/container_shadow.png);
	background-repeat: no-repeat;
	position: relative;
}
/* CSS Document */

#container #left
{
	display: block;
	height: 350px;
	width: 350px;
	background-color: #748189;
	float: left;
	border: 10px solid #E7E8EB;
}


#container #right {
	background-color: #748189;
	height: 350px;
	width: 350px;
	overflow: hidden;
	border-right: 10px solid #E7E8EB;
	border-bottom: 10px solid #E7E8EB;
	border-top: 10px solid #E7E8EB;
}
#right h2 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	font-weight: bolder;
	font-style: normal;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	color: #D8DBE0;
}
#left h2
{
	font-size: 1.2em;
	letter-spacing: 0.2em;
	font-weight: bolder;
	font-style: normal;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	color: #D8DBE0;
}
#right p {
	font-size: 0.9em;
	color: #E7E8EB;
	letter-spacing: 0.05em;
	padding: 10px;
}

#left p  {
	font-size: 0.9em;
	letter-spacing: 0.025em;
	line-height: 1.3em;
	font-weight: lighter;
	padding-left: 10px;
}
