@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 18px;
}

html {
	background-color: #414141;
}

a:link img {
	border: none;
		
}

a:link {
	color: #FF0004;
	border: none;
	text-decoration:none;
}
a:visited {
	color: #FF0004;
	border: none;
	text-decoration:none;
}
a:hover {
	color: #000000;
	border: none;
	font-weight: 700;
	text-decoration:none;
}
a:active {
	color: #000000;
	border: none;
	font-weight: 700;
	text-decoration:none;
}

p {
	font-size:16px;
	border: none;
	font-weight:normal;
	line-height: 25px;
	margin-bottom: 8px;
	color: #fff;
}

.small {
	font-size:12px;
	border: none;
	font-weight:normal;
	line-height: normal;
	margin-bottom: 8px;
}

input {
	width: 100%;
	height: auto;
	text-align: left;
}

form {
	text-align: left;
}

#radio {
	width: 50px;
	height: auto;
	
}

#radio2 {
	width: 50px;
	height: auto;
	
}

#radio3 {
	width: 50px;
	height: auto;
	
}

h1 {
	font-size:20px;
	line-height: 50px;
}


h2 {
	font-size:18px;
	margin-bottom: 5px;
}

nav {
	font-size:26px;
	line-height: 50px;
}

h3 {
	font-size:18px;
	line-height: 35px;
	
}

.highlight {
	font-weight: 700;
}

img {
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0px 0px 100px 0px;
}

iframe {
	width: 100%;
	height: 350px;
	border: none;
	border-radius: 0px 0px 100px 0px;
}

html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

body {
	text-align:center;
	font-weight: normal;
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}

#wrapper {
	width: 502px;
	height: 100%;
	background-color:rgba(255,255,255,1.00);
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 502px;
	background-image:url(../img/auto-reif-autoservice-ersatzteile-zertifizierte-autoverwertung-logo.png);
	background-repeat:no-repeat;
	background-size: cover;
	text-align: right;
	background-color: #414141;
}

#main {
	width: 100%;
	height: 100%;
	margin-top: 25px;
	text-align: left;
	background-color: #414141;
	
}

#content {
	width: 100%;
	height: auto;
}