/* CSS Document */
body{
	background: url(images/bg.png) repeat-x #CC0000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
a{	color:#990000;}
a:hover{ color:#FF9900;}
.clear{
	clear:both;
}
#logo2{
	margin-left:30px;
	width:340px;
	float:left;
}
.logo{
	text-align:center;
	padding:0;
	margin:0;
}
h1.logo{
	color:#FFFF00;
	font-size:26px;
}
h2.logo{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
#szukaj{
	float:right;
	width:200px;
	background:#CC3300;
	margin:10px 20px 0 0;
}
#box{
	margin-left:auto;
	margin-right:auto;
	width:821px;
}
#box_top{
	background-image:url(images/box_top.png);
	background-repeat:no-repeat;
	height:40px;
	position:relative;
}
#box_mid{
	height:280px;
}
#box_mid, #box_mid2{
	background-image:url(images/box_mid.png);
	background-repeat:repeat-y;
}
#box_mid2{
	padding:10px 30px 10px 30px;
}
#box_bot{
	background-image:url(images/box_bot.png);
	background-repeat:no-repeat;
	height:40px;
}
#slajd{
	position:absolute;
	top:24px;
	left:313px;
	background:url(images/auto-clio.jpg) no-repeat;
	width:480px;
	height:281px;
}
#button_blue{
	position:absolute;
	top:23px;
	left:27px;
	background:url(images/button_blue.png) no-repeat;
	width:273px;
	height:133px;
}
#button_orange{
	position:absolute;
	top:173px;
	left:27px;
	background:url(images/button_orange.png) no-repeat;
	width:273px;
	height:133px;
}
#button_orange:hover{ background:url(images/button_orange_on.png) no-repeat; }
#button_blue:hover{ background:url(images/button_blue_on.png) no-repeat; }
.button{
	text-decoration:none;
	display:block;
	width:273px;
	height:133px;
}
	
#left{
	float:left;
	width:570px;
	padding:0 10px 0 10px;
}
#right{
	float:right;
}
ul.menu{
	list-style:none;
	font-size:14px;
	padding:0;
	margin:0;
}
h1.title{
	padding:0px;
	margin:0;
	color:#990000;
	font-weight:normal;
	font-size:24px;
}
.tytul{
	border-bottom:#990000 1px solid;
}
.tresc{
	margin-bottom:30px;
}
ul.menu{
	width:154px;
	border-top:#990000 1px solid;
}
li.menuItem{
	width:150px;
	text-align:center;
}
a.menuItem{
	color:#990000;
	display:block;
	width:140px;
	padding:6px;
	text-decoration:none;
	background:#FFCC00;
	border-bottom:#990000 1px solid;
	border-left:#990000 1px solid;
	border-right:#990000 1px solid;
}
a.menuItem:hover{
	background:#FF6600;
}
img.obrazek{
    border:none;
	margin:0 20px;
}
.dawa{
	font-size:10px;
	color:#fff;
	text-align:right;
}
.dawa a{
	color:#fff;
	text-decoration:none;
}
.dawa a:hover{
	text-decoration:underline;
}