html {
	overflow-y: scroll;
	height    : 100%;
	margin-bottom : 0.01em;
}

body
{
	margin : 0px;
	padding : 0px;
	
	font-family : "Gill Sans", "Verdana", verdana, sans-serif;
	color : #666; //#898770;
	font-size : 0.88em;
}

#holder
{
	width	   :	900px;
	margin : 0px auto;
}

#header
{
	overflow : hidden;
	background-image : url('../images/top.png');
	background-position : -70px 0px;
	background-repeat : no-repeat;
	height : 90px;
	padding-bottom : 0px !important;
}

#menu
{
	line-height : 1.34em;	
	width : 100px;
	overflow : hidden;
	background : #fff;
	height : 90px;
	position : absolute;
	top : 5px;
}

#menu a
{
	text-decoration : none;
	color : #666;
}	

#menu a:hover
{
	color : #333;
}	

#menu .selected {
  color : #333;  
}

#holder div > div 
{
	padding : 15px 0px;
}

#content-center
{
	padding : 30px 0px 0px 0px !important;
	overflow : hidden;
}

#content-center.stempel {
	background-image : url('../images/stempel.png');
	background-repeat : no-repeat;
	background-position : 80% 240px;
}

#right,
#left
{
	float		:	left;
	overflow : hidden;	
}

#left
{
	width : 365px;
	padding : 15px 0px 0px 0px !important;
	margin-left : 60px;
}

#right
{
	width : 445px;	
	padding : 15px 0px !important;
	margin-left : 0px;
	float : right;
	z-index : 50;
	position : relative;
	left : -30px;
}

#right.move_left {
	position : relative;
	top : -40px;
	left : -100px;
	display : none;
}

#right.move_left img {
	border : 1px #444 solid;
	width : 338px;
	height : 338px;
}

#footer
{
	overflow : hidden;	
	font-size : 9pt;
	padding-top : 0px !important;
	position : relative;
	top : -36px;
}

.kasse {
	width : 98px;
	height : 98px;
	margin : 0px 20px 20px 0px;
	padding : 0px !important;
	float : left;
	background : #fff;
	border : 1px #444 solid;
}

.kasse.big {
	width : 158px;
	height : 158px;
}

.kasse.extrabig {
	width : 338px;	
	height : 338px;	
}

#right img {
	z-index : 100;
}

.img_text {
	text-align : right;
	margin-right : 100px;	
	padding : 3px !important;
}
