@charset "utf-8";
/* CSS Document */

body{
	background:url(file:///E|/E-Mail%20-%20%C3%84nderungsauftr%C3%A4ge/bg.png) #E2E2E2 repeat-x;
}
a{
color:#B35E0B;
}
#pagecenter{
	width:1061px;
	margin:auto;
	margin-top:25px;

}
#page{
	width:1061px;
	border:1px solid #828182;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	position:relative;

}

#navi{
	width:891px;
	height:33px;
	background-color:#CDC39F;
	margin-left:169px;
	position:relative;
}

#navi ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:7px;
	padding-left:10px;
}

#navi li{
	float:left;
	margin-right:09px;
	color:#fff;
}
#navi li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#navi li a:hover{
	text-decoration:underline;
}

#main{
	background-image:url(file:///E|/E-Mail%20-%20%C3%84nderungsauftr%C3%A4ge/bg_main.png);
	background-color:#fff;
	background-repeat:no-repeat;
	float:left;

}

#left{
	margin-left:259px;
	margin-top:65px;
	width:420px;
	float:left;
}

#left li{
	font-size:12px;
	line-height:2em;
	color:#828182;
	z-index:99999;
}

#right{
	margin-top:65px;
	width:330px;
	float:left;
	margin-left:52px;


}

#right h2{
	font-weight:bold;
	font-size:12px;
	color:#828182;
	margin-top:30px;
}

#news{
	width:300px;
}


p{
	color:#828182;
	font-size:12px;
	line-height:2em;
}

h1{
	color:#828182;
	margin:0;
	padding:0;
	font-size:16px;
}

.tisch{
	position:absolute;
	right:0px;
	top:0px;
}

/* Easy Slider */

#slider{
	position:absolute;
	top:1px;
	left:198px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:862px;
		height:264px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
				display:none;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(file:///E|/images/btn_prev.gif) no-repeat 0 0;	
				display:none;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(file:///E|/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
