/* Car Audio Media CSS Document */

.top {
	font-size: 12px;
}

.naglowek {
	color:#ED1B24;
	font-size: 14px;
}

.red {
	color: #ED1B24;
	font-size: 14px;
}

body {
	background-color: #171717;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#rama {
	width: 850px;
	height: 885px;
	background-color: #000000;
	position: relative;
	margin: auto;
}

#top_menu {
	width: 850px;
	height: 30px;
	padding-top: 5px;
	float: left;
	color: #CCCCCC;
	text-align: center;
}

#car_audio {
	width: 850px;
	height: 250px;
	background-image: url(../images/cam_b.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu {
	width: 850px;
	height: 35px;
	margin-top: 5px;
	float: left;
	background-color: #1D1D1D;
}

#tresc {
	width: 850px;
	height: 520px;
	margin-top: 5px;
	float: left;
}

#marki {
	width: 200px;
	height: 530px;
	padding: 5px;
	float: left;
	background-image: url(../images/marki.jpg);
	background-repeat: no-repeat;
}

#tekst {
	width: 610px;
	height: auto;
	padding: 15px;
	float: left;
	text-align: justify;
}
	#tekst a {color: #FFFFFF; text-decoration: underline;}
	#tekst a:hover {color: #ED1B24; text-decoration: underline;}
	
	#kontakt {
		width: 300px;
		float: left;
	}
	
	#fota {
		width: 300px;
		float: left;
		margin-top: 10px;
	}
	#fota_m {
		width: 77;
		float: left;
		margin-top: 10px;
		text-align: center;
	}

#stopka {
	width: 840px;
	height: 25px;
	padding: 5px;
	float: left;
	background-color: #1D1D1D;
}	
	#copy {
		width: 350px;
		height: 25px;
		position: relative;
		float: left;
	}
	#www {
		width: 400px;
		height: 25px;
		position: relative;
		float: right;
		text-align: right;
	}
	#www a {color: #FFFFFF; text-decoration:none;}
	#www a:hover {color: #FFFFFF; text-decoration:underline;}
	

