/**
 * COWIS Slider
 * (c) EZdesign.de
 * Author:   Timo Besenreuther
 */


#Slider {
	width: 600px;
	overflow: hidden;
	padding: 1px 0 0 0;
	position: relative;
}

#SliderItemContainer {
	width: 2500px;
	position: relative;
}

.SliderItem {
	width: 600px;
	overflow: hidden;
	float: left;
	position: relative;
}

body .SliderItem h1 {
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	background: none;
}

#SliderTabs {
	position: absolute;
	height: 25px;
	margin: 252px 0 0 0;
	z-index: 10;
}

#SliderTabs a {
	display: block;
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	z-index: 11;
}

#SliderTabs a.Warenwirtschaft {
	background: url(../../../images/tab_warenwirtschaft.gif) no-repeat;
}
#SliderTabs a.Kassensystem {
	background: url(../../../images/tab_kassensystem.gif) no-repeat;
	margin-left: 150px;
}
#SliderTabs a.Onlineshop {
	background: url(../../../images/tab_onlineshop.gif) no-repeat;
	margin-left: 300px;
}
#SliderTabs a.Auftragsbearbeitung {
	background: url(../../../images/tab_auftragsbearbeitung.gif) no-repeat;
	margin-left: 450px;
}


/**
 * override some styles
 */

body h1 {
	display: none;
}

body #center .box_headline {
	height: 16px;
}

body #center .box_content {
	margin: 0;
	padding: 0;
}