/* CSS Document */
a ,a:visited a:hover, a:active {
	text-decoration:none;
	color:#FFF;
}

div, body, span, a, table , tr, td, font {
	margin:0px;
	padding:0px;
	border:0px;

}
body{
	background-color:#D8D8D8;
	}

.content{
	background-image:url(../img/BG.gif);
	background-position:left;
	background-repeat:no-repeat;
	width : 1024px;
	height: 605px;
}

.header{
	height:25px;
	background-image:url(../img/Rand_oben_und_unten_magenta.gif);
	background-repeat:repeat-x;
	}
	
.header table tr td {
	width:512px;
	color: #fff;
	font-family:arial black;
	font-weight:900;
	font-size:23px;
	line-height:22px;
	margin: 0px 4px 4px 4px;
	}	

.header #header_link_left{
	text-align:center;
	}

.header #header_link_right{
	text-align:right;
	}
	
.footer{
	height:25px;
	background-image:url(../img/Rand_oben_und_unten_magenta.gif);
	background-repeat:repeat-x;
	}
	
	
.footer  {
	color: #fff;
	font-family:arial black;
	font-weight:900;
	font-size:23px;
	line-height:22px;
	padding: 0px 4px 4px 4px;
	}		
	
.body_content{
	height:555px;
	width:1024px;
}

	
.colums {
	height: 550px;
	width: 1024px;
}

.colums #left_column{
	
	vertical-align:bottom;
	}



.colums #right_column{
	vertical-align:top;
	}

	
	
.colums #left_column #image_marketa:HOVER{
	cursor:pointer;
}


.colums #right_column #image_logo{
	
	width:542px;
	height:275px;
		                  cursor:pointer;
	
	}


.colums #right_column #left_column_content{	
	width:500px;
	height:245px;
	margin: -110px 0px 0px 0px;
	}
	
#reparatur_service_untertitel{
	font-family:"arial";
	font-size:45px;
	font-weight:600;
	color:#393939;
	}

#big_lether{
		font-size:55px;
	}
	
#reparatur_service_liste{
	height:140px;
	width:612px;
	
	}	

#reparatur_service_cat{
		text-align:left;
		font-family:arial black;
		font-size:30px;
		color:#E200AA;
		width:612px;
	}
	
#reparatur_service_cat tr td span{
	margin:0px 0px 0px 10px;
	width:250px;
	}
	
#reparatur_service_nummer{
	width:612px;
	height:64px;
	vertical-align:middle;
	text-align:left;
	}	
	
#reparatur_service_nummer #tel_icon{
	background-image:url(../img/telefon_icon.png);
	background-position:top;
	background-repeat:no-repeat;
	height:64px;
	width:70px;
	float:left;
	}	
	
#reparatur_service_nummer #tel_nr{
	font-family:"arial black";
	font-size:58px;
	font-stretch:expanded;
	line-height: 58px;
	color:#E200AA;
	margin:0px 0px 0px 50px;
	}	
		
	
#kontakt_daten{
	width:612px;
	height:100px;
	text-align:left;
	font-family:arial;
	font-weight:bold;
	margin:0px 0px 0px 8px;
	color: #393939;
	font-size:18px;
	
	}	
	
#kontakt_daten tr td{
	width:50%;
	height:18px;
	}
	


#plz_Ort{
	font-size:24px;
	font-weight:900;
	}	
	
#adresse{
	line-height:12px;
	}
	
#oeffnungszeiten{
	line-height:12px;
	}

#email a{
	line-height:12px;
	color:#393939;
	}
	
	.weiter_button{
    position: relative;
    top: -60px;
    left: 400px;
    padding: 10px 40px;
    width:100px;
    text-align:center;
    border: 7px solid #E200AA;
    border-radius: 15px;
    -moz-border-radius: 15px;
    background-color:white;
    color: #393939;
    font-family:Arial;
    font-weight:bold;
    font-size: 17px;
    cursor: pointer;
    height:auto;
  }