/* Start of CMSMS style sheet 'style.css' */
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a,
a:link,
a:visited{
	color:#333;
	text-decoration:none;
}
a:focus,
a:hover{
	text-decoration:underline;
}
body{
	background:#6b6b6b url(images/ultra-schall/bgr_main.png) repeat-x;
	color:#333;
	font:11px Arial,Helvetica,sans-serif;
}
.wrapper{
	margin:0 auto;
	width:957px;
	padding:0 19px 0 20px;
	background:url(images/ultra-schall/bgr_wrapper.png) repeat-y;
}
/* header */
#header{
	width:100%;
	height:160px;
	background:url(images/ultra-schall/bgr_header.jpg) no-repeat;
}
/* menu */
#menu{
	width:100%;
	height:36px;
	background:#000;
	margin:11px 0 21px;
	overflow:hidden;
}
#logo{
	width:250px;
	height:50px;
	text-indent:-9999px;
	position:absolute;
	overflow:hidden;
	display:block;
	background:url(images/ultra-schall/logo.gif) no-repeat;
	cursor:pointer;
	margin:167px 0 0 36px;
}
#menu ul{
	float:left;
	padding:0 0 0 286px;
}
#menu li{
	float:left;
	font-size:12px;
	font-weight:bold;
	background:url(images/ultra-schall/bgr_menu_li.gif) no-repeat right top;
	padding:0 1px 0 0;
}
#menu li a{
	float:left;
	display:block;
	color:#fff;
	padding:10px 20px 0;
	height:26px;
}
#menu li a:hover{
	background:url(images/ultra-schall/bgr_menu_hover.png) repeat-x;
	text-decoration:none;
}
/*search*/
#search{
	width:178px;
	height:36px;
	float:right;
	background:url(images/ultra-schall/bgr_search.gif) no-repeat;
}
#search fieldset{
	float:left;
	padding:11px 0 0 10px;
}
#search_val{
	float:left;
	width:110px;
	border:0;
	background:none;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	color:#7a7a7a;
	margin:0 10px 0 0;
}
#search_sub{
	float:left;
	margin:1px 0 0;
}
/* body */
#body{
	width:100%;
	background:url(images/ultra-schall/bgr_body.png) no-repeat;
	overflow:hidden;
	padding:0 0 15px;
}
.sidebar{
	float:left;
	width:204px;
	padding:0 0 0 56px;
}
.content{
	float:right;
	width:649px;
        height:315px;
        overflow:auto;
	padding:0 23px 0 0;
}
/*products*/
#products{
	width:100%;
	padding:4px 0 0;
}
#products li{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #d6d6d6;
}

.ganzes:hover {
text-decoration:underline;
}

#products .thumb,
#products .thumb img{
	float:left;
}
#products p{
	font-size:10px;
	padding:5px 10px 0 0;
}
#products p b{
	font-size:10px;
	display:block;
}
/*pdf_made*/
#sidebar_more{
	color:#b9b9b9;
	font-size:9px;
	margin:5px 10px 0 0;
	text-align:right;
}
#sidebar_more a,
#sidebar_more a:visited{
	color:#b9b9b9;
	background:url(images/ultra-schall/ico_arrow2.gif) no-repeat right 3px;
	padding:0 10px 0 0;
}
/*main_info*/
.main_info{
	width:95%;
	overflow:hidden;
}
.main_info h1{
	font-size:16px;
        padding:0 0 10px 5px;
}
.main_info p{
        font-size:12px;
        line-height:18px;
	padding:0 0 10px 5px;
}
.main_info p img{
	margin:15px;
}

.main_info p img.bildimtext{
	margin:0px;
}
/*download*/
.download{
	width:100%;
	overflow:hidden;
	background:#e3e3e3;
	padding:3px 0;
}
.download h2{
	font-size:12px;
        line-height:18px;
	padding:0 0 0 20px;
	float:left;
}
.download .count{
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:0 10px 0 0;
}
/*download_links*/
.download_links{
	width:100%;
	overflow:hidden;
	padding:7px 0 8px;
}
.download_links .description{
	float:left;
	font-size:12px;
	padding:0 0 0 20px;
}
.download_links .pdf{
	float:right;
}
.download_links p img{
	margin: 0 9px 0 0;
}
/*pdf_made*/
#pdf_made{
	color:#b9b9b9;
	font-size:9px;
	margin:25px 0 0 10px;
}
#pdf_made a,
#pdf_made a:visited{
	color:#b9b9b9;
}
/* footer */
#footer{
	width:100%;
	height:24px;
	background:url(images/ultra-schall/bgr_footer.png) no-repeat;
	overflow:hidden;
}
#footer ul{
	float:left;
	padding:0 0 0 16px;
}
#footer li{
	float:left;
	font-size:12px;
	background:url(images/ultra-schall/bgr_footer_li.png) no-repeat right top;
	height:18px;
	padding:5px 20px 0 10px;
}
#footer li.last{
	background:none;
}
/*footer_after*/
#footer_after{
	width:996px;
	height:144px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/ultra-schall/bgr_footer_after.png) no-repeat;
	padding:17px 0 0;
}
/*footer_contact*/
#footer_contact{
	float:left;
	width:245px;
	padding:0 0 0 46px;
	border-right:1px solid #cacaca;
}
#footer_contact h2{
	font-size:12px;
}
#footer_contact p{
	font-size:12px;
}
/*footer_links*/
.footer_links{
	float:left;
	padding:0 20px 0 35px;
}
.footer_links h2{
	font-size:12px;
	margin:0 0 15px;
}
.footer_links li{
	font-size:12px;
}
/*footer_flags*/
.footer_flags{
	float:right;
	padding:0 47px 0 0;
}
.footer_flags li{
	float:left;
	padding:0 0 0 8px;
}
.footer_flags li a.lang_de{
display:block;
width:21px;
height:21px;
text-indent:-5000px;
background:url(images/ultra-schall/ico_flag_ger.png) no-repeat;
}

.footer_flags li a.lang_en{
display:block;
width:21px;
height:21px;
text-indent:-5000px;
background:url(images/ultra-schall/ico_flag_en.png) no-repeat;
}

/* End of 'style.css' */

