@import url('menu.css');
@import url('car_thumb.css');

body, html{
	margin: 0;
	padding: 0;
	background: #04162b;
	font-family: arial, sans-serif;
	font-size: 11px;
	color:#fff;
}

img{
	border: none;
}

#con{
	margin: 0 auto;
	background: url('../img/cuze_bg.jpg') repeat-y;
	width:730px;
	padding: 0 20px; 
}

#page{
	width:690px;
	height: 100%;
	background: #001f43;
}

h1{
	display:block;
	position: relative;
	top: 0;
	width: 690px;
	height: 62px;
	margin: 0;
}

h1 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 690px;
	height: 62px;
	background: url('../img/h1.gif');
	
}

h2{
	color: #99ccff;
	font-size: 13px;
	display: block;
	width: 610px;
	height: 28px;
	_height: 34px;
	background: url('../img/h2_bg.gif') no-repeat;
	padding: 6px 0 0 20px;
	margin: 10px 0;
}

h3, .nadpis{
	color: #99ccff;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; 
}

p{
	margin: 0;
}

#content{
	padding: 0 30px 10px 30px;
}

#text{
	text-align: justify;
}

#text a{
	color: #d1d1d1;
}
#text a:hover{
	color: #fff;
}

#text img{
	margin: 10px;
	border: solid 1px #666;
}

/*#text p{
	text-indent: 10px;
}*/

#footer{
	background: url('../img/footer_bg.gif') top repeat-x;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	color: #666;
}

#footer a{
	color: #666;
	text-decoration: none; 
}


.right{
	float:right;
}

.cleaner{
	clear: both;
}

table{
	border: solid 1px #d1d1d1;
	border-collapse: collapse;
}


/***************************************************************
kontakt form
****************************************************************/
#contact_form{
	float: right;
}

#contact_form p{
	padding: 5px 0;
}

input.btn{
	border: none;
	background: transparent;
	background: url('../img/car_detail_btn.gif') no-repeat;
	width: 53px;
	height: 20px;
}

input, textarea{
	background: #1d344e;
	border: solid 1px #314864;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 400px;
	margin: 0;
}

textarea{
	height: 100px;
}
