body{
	padding: 0;
}

/*
 * Home
 */
 

img.logo{
	border: none;
	top: 3px;
	left: 6px;
	position: absolute;
	z-index: -2;
}

body div.exploder,
body #menu_header{
	background-image: none;
}

.home{
	margin-left: 250px;
	margin-top: 50px;
}


.home .title,
.home a{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #640000;
	text-decoration: none;
}
.home a.view{
	display: block;
	background-color: #fff3a5;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 29px;
	margin-left: 42px;
}
.home a:hover{
	color: #000;
}

.home .big{
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #000;
	margin: 0;
}

.home .big.i{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.home .tschanz{
	margin-top: 15px;
	display: block;
}

/*
 * Galery
 */
 
#galery{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
	width: 751px;
}
#galery img{
	display: none;
	opacity: 0;
	filter: alpha(opacity = 0);
	border: 0;
}
#galery .imgs{
	background-color: #666666;
	height: 499px;
}
#galery img:first-child{
	opacity: 1;
}
#galery img.display{
	display: block;
}
#galery .actions{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #bfc1c2;
}

#galery .actions a{
	position: relative;
	float: left;
	width: 76px;
	height: 58px;
	margin-left: 5px;
	margin-right: 250px;
	cursor: pointer;
	line-height: 60px;
}
#galery .actions a.block{
	opacity: 0.2;
	filter: alpha(opacity = 20);
	cursor: default;
}
#galery .actions .left{
	background: url(images/galery/left.jpg);
}
#galery .actions .right{
	background: url(images/galery/right.jpg);
	margin-right: 0px;
}