BODY{
	margin:0 auto;
	padding:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}


DIV#merkLeiste{
	position:fixed;
	height:auto;
	width:886px;
	left:50%;
	margin-left:-443px;;
	
   
	
}

DIV#slide{
	height:190px;
	width:886px;
	background:URL(./img/slide_bg.png) repeat-y top center;
	text-align:left;
	display:none;
}

DIV#slide #headline{
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	
	float:left;

}

DIV#slideBottom{
	background:URL(./img/slide_new.png) no-repeat center top;
	height:22px;
	text-align:center;
	cursor:pointer;
}

DIV#articleSlide{
	width:640px;
   	height:130px;
	float:left;
	margin-top:15px;
	overflow:hidden;
}

DIV#articleScrollBg{
	float:left;
	background:URL(./img/article_slide_bg.png) no-repeat left top;
	height:134px;
	width:733px;
	margin:10px;
}

.saveArticle{
	width:100px;
	height:90px;
	border:#999999 solid 1px;
	margin:2px;
	background-color:#FFFFFF;
	float:left;
}

.saveArticle:hover{
	border:#006699 solid 1px;
}

.saveArticle img{
	height:70px;
	width:90px;
	border:0px;
	
}

.saveArticle .articleOptionsDelete{	
	float:left; 
	height:16px; 
	width:16px;
	cursor:pointer;
}

.saveArticle .articleOptionsShow{
	float:right; 
	height:16px; 
	width:16px;
	cursor:pointer;
}


DIV#articleOptions{
	height:100px;
	width:120px;
	float:right;
	text-align:left;
	margin-right:2px;
}

DIV#articleOptions ul{
	font-size:12px;
	height:100px;
	margin:0;
	padding:0;
	list-style-type:none;	
}

DIV#articleOptions li a{
	display:block;
	height:19px;
	border-bottom:1px solid #EBEAE5;
	padding:0px 0 0 0px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

DIV#articleOptions li a:hover{
	background-color:#BFD8FD;
	color:#000000;
	text-decoration:none;	
}


DIV#scrollLeft{
	height:125px;
	float:left;

	width:45px;
	cursor:pointer;
	
}

DIV#scrollRight{
	height:125px;
	float:left;
	width:45px;
	cursor:pointer;
	
}

DIV#toolButtonSave{
	height:150px;
	width:150px;
	background:URL(./img/toolbutton_merken.png) no-repeat left top;
	padding-top:120px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

DIV#toolButtonSave:hover{
	background:URL(./img/toolbutton_merken_hover.png) no-repeat left top;

}

DIV#toolButtonSearch{
	height:150px;
	width:150px;
	background:URL(./img/toolbutton_search.png) no-repeat left top;
	padding-top:120px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

DIV#toolButtonSearch:hover{
	background:URL(./img/toolbutton_search_hover.png) no-repeat left top;

}

DIV#toolButtonConfig{
	height:150px;
	width:150px;
	background:URL(./img/toolbutton_einstellung.png) no-repeat left top;
	padding-top:120px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

DIV#toolButtonConfig:hover{
	background:URL(./img/toolbutton_einstellung_hover.png) no-repeat left top;

}

DIV#toolButtonHelp{
	height:150px;
	width:150px;
	background:URL(./img/toolbutton_help.png) no-repeat left top;
	padding-top:120px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

DIV#toolButtonHelp:hover{
	background:URL(./img/toolbutton_help_hover.png) no-repeat left top;

}