body 	{	background-image: url(../img/bg_global.gif);
		background-repeat: repeat-x;
		height: 100%;
		padding: 0;
		margin: 0;
		font: 11px/16px "Helvetica",  Arial, sans-serif;
		font-weight: normal;
		background-color: #ffffff;
		color: #8a8a8a;}	
			
p {
	text-align: left;
	margin-bottom: 10px;}

table, tr, td { 
	text-align: center;
	vertical-align: top;}
	
#content img {border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;}

h1 		{color: #999999;
		font: 11px/19px "Verdana", Helvetica, Arial, sans-serif;
		font-weight: bold;
		margin-bottom: 2px;
		margin-top: 1px;
		letter-spacing: 0.05em;
		}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Textstile */
.softgrey {color: #89867d;}
.index {font-size: 14px; color: #89867d;}
.index1 {font-size: 12px; color: #89867d;}
.titel {font-size: 14px;}
.adresse {font-size: 11px; font-weight: bold; line-height: 16px;}

/* Kisten */
#container{ 
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width:980px;
	border-right: 0px;
	text-align: left;
	height:100%;
	}

#content {
	position: absolute;
	top: 50px;
	left: 386px;
	height: 400px;}

	
#name {
	position: absolute;
	top: 100px;
	left: 1px;
	height: 165px;
	width: 165px;}
	
#adresse {
	position: absolute;
	top: 100px;
	left: 167px;
	height: 165px;
	width: 165px;}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:550px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:26px;
		height:165px;
		position:absolute;
		left:-53px;
		top:50px;
		}	
	#nextBtn{ 
		left:-26px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:26px;
		height:165px;
		background:url(../img/zuruck.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/vor.gif) no-repeat 0 0;	
		}												