body
{
	background-color: #000000;
	color: white;
	text-align: center;
	font-family: Courier,Verdana,sans-serif;
	font-size: 80%;
	color: rgb(140, 140, 150);
}

#wrap
{
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 1100px
}

#content
{
	border: 2px solid #333333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 690px
}

#navi_bottom
{
	text-align: right;
    padding: 0px;
	margin: 0px;
	position: absolute;
	top: 657px;
	width: 100%
}

#navi_bottom li
{
	display:inline;
	margin-right: 10px;
}

#copyright
{
	font-size: 90%;
	color: #555555;
}

#logo
{
	background-repeat:no-repeat;
	background-image:url(/img/common/banner-klein-neu3.png);
	height: 45px;
	width: 668px;
	margin: 3px;
	margin-top: 2px;
	display: block;
}

#photo_wrapper
{
    text-align: center;
}

#photo, .photo_navigation
{
	margin: 0px auto;
}

.photo_navigation
{
	color: #555555;
	text-align: center;	
	padding-top: 5px 
}

#photo_next
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	height: 70%;
	width: 50%;
	display: block;
	position: absolute;
	top: 55px;
	left: 50%
}

#photo_next:hover {
	background-image: url('img/re3.png');
}

#photo_previous
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
	height: 70%;
	width: 50%;
	display: block;
	position: absolute;
	top: 55px;
	left: 0%
}

#photo_previous:hover {
	background-image: url('img/li3.png');
}

a, a:link, a:visited
{
	color: #777777;
	text-decoration: none;
	border: 0px
}

a:hover, a:active, a.active
{
	color: #333333;
	border: 0px;
	text-decoration:line-through;
}

img
{
	border: 0px;
}

.midcom_services_toolbars_fancy
{
	z-index:10
}

