@import url(http://fonts.googleapis.com/css?family=PT+Sans);

		/* Reset Section */
		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
		table { border-collapse: collapse; border-spacing: 0px; }
		fieldset,img { border: 0px; }
		address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
		caption,th { text-align:left; }
		h1,h2,h3,h4,h5,h6 { font-family: 'MinionPro-Regular', Arial, sans-serif; font-size: 100%; font-weight: normal; }
		q:before,q:after { content:''; }
		abbr,acronym { border: 0; }
		ul { list-style: none; }
		ol { list-style: none; }
		a { text-decoration: none; }
		object, embed { outline: none; }
		a, a:active, a:visited { outline: none; color: #FFF; }
		html, body { height: 100%; }

		/* Default */
		body {
			background: #121616;
			font-family: 'PT Sans', Arial, helvetica, sans-serif;
			font-size: 16px;
			color: #FFF;
			/*min-width: 980px;*/
		}

		#page {
			width: 980px;
			margin: 0px auto;
		}

		.left {
			width: 50%;
			float: left;
		}

		a.bg {
			background: url("images/bg-a.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
			color: #000000;
			display: block;
			height: 35px;
			line-height: 34px;
			text-align: center;
			text-transform: uppercase;
			width: 296px;
			margin: 12px auto;
			text-decoration: none;
		}

		.links {
			margin-left: 0px;
			text-align: center;
			padding: 12px 0;
			width: 444px;
			margin:auto;
		}

		.links.right { margin-left: 26px; }

		.desc {
			border-top: 1px solid #3b3b3b;
			border-bottom: 1px solid #3b3b3b;
			line-height: 23px;
			padding: 20px 65px;
		}

		.padding {
			padding: 20px 80px;
		}

		.imprint {
			
			
			line-height: 18px;
			font-size: 12px;
			margin-bottom: 8px;
		}

		.line {
			border-bottom: 1px solid #3b3b3b;
		}

		.imprint-list > li { float: left; width: 410px;}
		.copyright { margin-left: 80px; margin-bottom: 120px; font-size: 12px; }

		.desc p { margin-bottom: 12px; }

		h1 {
			font-size: 23px;
			letter-spacing: 2px;
			margin-bottom: 18px;
			text-transform: uppercase;
		}

		/* Clearing Section */
		.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
		.clearfix {display:block;}
		.clearer {clear:both;}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #393B3F -moz-use-text-color #393B3F;
  border-style: solid 1px;
  border-width: 1px 0;
  margin: 0px 0;
}

hr.hr_sm_left {
	width: 400px;
	align: center;
}

@media (min-width: 1200px) {
    .container{
        max-width: 980px;
    }
}	

@media (max-width: 991px) {
    .motorrad_vertragshandler_roller{
        padding: 8px 0px 0px 0px !important;
    }
}