@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding:0;
}
img{ border:0;}
a {
	color: #08a39c;
	text-decoration:underline;
}
a:hover {
	color: #08a39c;
	text-decoration:none;
}
h1,h2,h3,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #08a39c;
	margin:0px;
	font-weight:normal;
	margin-bottom:15px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* elemente */
#header,#menue,#content,#footer{
	width:980px;
	margin: 0 auto 0 auto;
}

#header{
	background:url(img/header-bg.png) repeat-x;
}
#magic-motors-logo{
	margin: 16.5px 10px;
	float:left;
}
#car_parts_logo{
	background:#24308c;
	width:400px;
	height:130px;
	float:right;
	margin: 6.5px;
}
#menue{
	background: #103d71 url(/img/menue/bg.jpg) repeat-x;
	height: 74px;
	overflow:none;
}
#content{
	background: #050505 url(/img/content-bg.png) repeat-x;
	min-height:450px;
	padding:10px 0;
	
}
#footer{
	background:#050505;
	line-height:42px;
	color:#94a8a7;
	border-top: 1px solid #051a19;
	font-size:12px;
}
#footer a{
	color:#0adbd2;
	text-decoration:none;
}
#footer a:hover{
	color:#06726d;
	text-decoration: underline;
}
#copyright{
	float:right;
	margin-right:10px;
	font-size:10px;
}
/* KlASSEN */
.clear{ clear:both;}
.content_1{
	margin: 0 50px; line-height:150%;
}
/* NEWS */
#newsheader{
	width:380px;
	float:left;
	color:#FFF;
	font-size:18px;
	margin:10px 45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#newsheader span{
	color:#ccc;
}
#newsheader img{
	width:16px;
	height:16px;
	margin-top:7px;
	margin-left:15px;
}
.newsbox{
	clear:left;
	width:380px;float:left;
	margin: 10px 30px;
}
.newsbox img{
	float:right;
	border: 10px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:5px;
	margin-bottom:5px;
}
.newsbox h1{
	margin:0;
	font-size:16px;
	font-weight:bold;
}
.newsbox h2{
	color:#CCC;
	margin:0;
	margin-top:3px;
	font-size:14px;
}
.newsbox .newstext{
	line-height:150%;
}
#opening-hours{
	float:right;
	padding:20px;
	background-color:#CCC;
	margin-right:20px;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:100px;
	margin-top:20px;
	width:300px;
}
.box_error {
	background-color:#FFEAEA;
	border-top:3px solid #CC3300;
	border-bottom:3px solid #CC3300;
	color:#CC3300;
	margin:5px;
	padding:5px;
	text-align:center;
}
.box_ok {
	background-color:#E8FFE8;
	border-top:3px solid #008000;
	border-bottom:3px solid #008000;
	color:#008000;
	margin:5px;
	padding:5px;
	text-align:center;
}


