#gw
{
	background: transparent url("./news/goodweave.jpg") no-repeat left top;
}

#zahlen
{
	background: transparent url("./news/zahlen.jpg") no-repeat left top;
}

#eintag
{
	background: transparent url("./news/eintag.jpg") no-repeat left top;
}

#lizenznehmer
{
	background: transparent url("./news/lizenznehmer.jpg") no-repeat left top;
}


#slider {
    width: 573px;
    margin: 0px;
    padding: 0px;
    position: relative;
    float:left;
    //top: 3px;
}

.scroll {
    height: 222px;
    width: 573px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url() repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    height:222px;
	padding:0;
	width:573px;
}

ul.navigation {
	display:block;
	height:59px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:-8px;
	width:573px;
	background:transparent url("shadow.png") no-repeat scroll left top;
	font-family: Arial;
}

ul.navigation li {
	background:transparent url("btn_0.gif") no-repeat scroll 0 8px;
	border:0 none;
	cursor:pointer;
	display:block;
	float:left;
	height:59px;
	margin:0;
	width:191px;
}

ul.navigation li:hover
{
	background: transparent url("btn_1.gif") no-repeat 0 8px;
}

ul.navigation li.selected
{
	background: transparent url("selected.png") no-repeat 0 0;
}

ul.navigation span
{
	cursor: pointer;
	font-size: 13px;
	color: #4b473d;
	padding: 17px 0px 0px 11px;
	display: block;
}

ul.navigation span.smallcaps {
    padding: 0px;
    color: #4b473d;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 16px;
    padding-left: 11px;
    cursor: pointer;
}

ul.navigation a
{
	display: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.text_on_left,
.text_on_right
{
	height: 222px;
	width: 275px;
	float: left;
	dispblay: block;
	background: transparent url("text_field.png") no-repeat left top;
	color: #fff;
}

.text_on_right
{
	float: right;
}

.text_on_left h3,
.text_on_right h3
{
	font-size: 30px;
	padding: 20px 15px;
	font-family: Times New Roman;
	margin: 0px;
	font-weight:normal;
}

.text_on_left p,
.text_on_right p
{
	font-size: 14px;
	padding: 0px 20px 0px 15px;
	font-family: Arial;
	margin: 0px;
	line-height: 1.3em;
	color: #fff;
}