/* Sidebar Button */
#sidebarbutton {
	display:block;
	position:fixed;
	top:40%;
	left:0px;
	width:36px;
	height:215px;
	background:url("/media/images/domcontent-button.png") no-repeat;
	cursor:pointer;
}
#sidebarbutton:hover {
	background:url("/media/images/domcontent-button-hover.png") no-repeat;
}
/*Shopping widget*/
#shopWidget{
	float:left;
	width:200px; 
	padding-left:5px; 
	padding-top:5px; 
	height:50px;
	overflow:hidden;
}
#shopWidget a:hover{
text-decoration:underline;

}
#shopWidget a:link{ text-decoration:none;font-weight:bolder}
#shopWidget a:visited{ text-decoration:none; font-weight:bolder}
#shopWidget a:hover{text-decoration:underline;font-weight:bolder}
#shopWidget a:active{ text-decoration:none;font-weight:bolder}
#shopWidget h4{margin-top:0px; padding-bottom:20px; font-weight:bolder; color:#006;}

.headline_shopWidget{font-weight:bold; font-size:13px;}
#widget_price{float:left;width:120px; padding-left:5px;}
#widget_logo{float:left;width:30px; padding-left:5px;}
#widget_master{border: 0px solid #999; height:100px; margin-bottom:10px; width:300px; float:left; }
#widget_image{ padding:5px;float:left;width:80px;}
.leftclearer_widget{ clear:left;}
.widget_link_n{bottom:0px;text-decoration:none}

/* Search 123: Gemeinsame CSS Klassen */
.dvs123_box {
/*	border-style:solid;border-width:1px;padding:2px;border-color:#003300;
	background-color:#FFFFFF;
*/
	font-family: arial, helvetica, sans-serif;
	overflow: hidden;
	padding: 5px;
}
.dvs123_title {
	font-size:12px;
	font-weight:bold;
	color:#000099;
}
.dvs123_description {
	font-size:10px;
	color:#666666;
}
.dvs123_url {
	font-size:12px;
	color:#006600;
}
.dvs123_container {
	float: left;
	max-width: 250px;
}
.dvs123_footer {

}

/* Search 123: ID-bezogene CSS */
#s123_sidebar {
/*	width:300px;*/

}
#s123_content {
/*	width:160px;
	height:600px !important;
	max-height: 600px !important;*/
}
