@charset "utf-8";
/* CSS (c) 2009 Intermedia Peters GmbH | Werbeagentur */
/* www.intermedia-werbeagentur.de */


/*-------------------- TOP MENU --------------------*/
img {
	border: none;
}

/* dock - top */
.dock {
	position: absolute; 
	height: 50px;
	margin-left: 430px;
	margin-top: -60px; 
	text-align: center;
	text-decoration:none
}
.dock-container {
width:auto;
	position: absolute;
	height: 50px;
	padding-left: 20px;
	float:left;
	text-decoration:none;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold small Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 100%; 
	text-decoration:none;
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	text-decoration:none;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold small Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/* CSS (c) 2009 Intermedia Peters GmbH | Werbeagentur */
/* www.intermedia-werbeagentur.de */
