body, html {
	font: 0.75em/13.5px Arial, "Trebuchet MS", Helvetica, sans-serif;
	background: #3b2a35;
	height: 100%;
	overflow: hidden;
}

h1 {
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 0;
	width: 70px;
	height: 70px;
	background-color: #ea008a;
	color: #fff;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
	margin-right: 10px;
}

h2 {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
	font-size: 12px;
	color: #ea008a;
}

h6 {
	font-size: 11px;
	width: 70px;
	height: 70px;
	background-color: #ea008a;
	color: #fff;
	padding-top: 3px;
	padding-left: 3px;
	top:10px;
	left: 10px;
	margin: 10px 10px 3px;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

a {
	color: #ea008a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7f3f65;
}

UL {
	margin-top: 0;
	margin-bottom: 5px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 826px; /* See note below */
	text-align: center;
    \width: 826px;
    w\idth: 826px;
	height: 20px;
	color: #ccc;
	letter-spacing: 1px;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	left: 50%;
  margin-left: -413px;
  margin-top: -282px;
}

.pink {
	color: #ea008a;
	font-weight: bold;
}

#container {
	width: 826px;
	height: 564px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -413px;
  margin-top: -282px;
  background: #3b2a35 url(../images/background.gif) no-repeat center center;

}

#content {
	width: 718px;
	height: 420px;
	position: absolute;
	left: 56px;
	top: 40px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#home a {
	width: 200px;
	height: 65px;
	position: relative;
	left: 56px;
	top: 487px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_lotsoflegs.gif) no-repeat;
}

span {
	display: none;
}

#menu {
	position: absolute;
	top: 485px;
	width: 554px;
	height: 70px;
	left: 424px;}

#navigation {
	margin: 0;
	height: 60px;
	list-style: none;
	display: inline;
	overflow: hidden;
	color: #fff;
	padding: 0;
	font-size: 1em;
	font-variant: small-caps;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: #231f20;
}

#navigation a {
	float: left;
	overflow: hidden;
	height: 60px;
	margin-right: 25px;
	width: 60px;
	padding: 8px 8px 0 0;
	text-decoration: none;
	color: #fff;
	text-align: right;
	background: #231f20;
}

#navigation a:hover, #navigation a:active {
	background-color: #ea008a;
}

#navigation li.naviActive a {
background: #ea008a;
color:#fff;
}
#navigation li.naviActive a:hover {
color: #000000;
}

#text_links, #text_rechts {
	width: 435px;
	height: 400px;
	position: absolute;
	text-align: justify;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#text_links {
	float: left;
}

#text_rechts {
	left: 250px;
}

#foto_rechts, #foto_links {
	width: 250px;
	height: 400px;
	position: absolute;
	padding: 0;
	margin: 0;
}

#foto_links {
	left: 0;
}

#foto_rechts {
	left: 468px;
}

a img {
	border: 1px solid #000;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	background-color: #ea008a;
}

a img:hover {
	border-color: #ea008a;
	background-color: #ea008a;
	border-width: 1px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
	filter:alpha(opacity=50);
	opacity: .5;
	-moz-opacity: 0.50;
}

#portfolio {
	width: 100%;
	height: 100%;
	padding: 15px;
	position: absolute;
	z-index: 50;
}

#thumbs {
	top: 100px;
	position: absolute;
	left: 15px;
}



