@charset "iso-8859-2";

/* CSS Document */


body {
font-family: Arial, Helvetica, sans-serif;
background: url(images/back.jpg) #DDE4F7 repeat-x top;
color: #000000;
text-align:left;
font-size:14px;
margin: 0px;
padding: 0px;
}


#blok {
width:700px;
}


a:link, a:visited {
	color: #CB302E;
	text-decoration: none; 
}
a:hover {
	color: #CB302E;
	text-decoration: underline; 
}



.menu {
	background: url(images/back_menu.jpg) repeat-x top;
	height: 50px;
}
.menu td {padding: 15px 0;}

.menu a:link, .menu a:visited {
	color: #f1f1f1 !important;
	font-size:18px;
	text-decoration: none; 
	padding: 10px 25px;
	border-left: 1px solid #DF373A;
	border-right: 1px solid #9F0D09;
}
.menu a:hover{
	background: url(images/back_menu_over.jpg) repeat-x top;
}


.text {
	background: url(images/back_text.jpg) white repeat-x top;
	height: 450px;
}


.autovia {
	background: url(images/back_bottom.jpg) repeat-x top; 
	height:50px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}
.autovia a:link, .autovia a:visited {
	color: #CB302E;
	font-weight:bold;
	text-decoration: none; 
}
.autovia a:hover {
	color: black;
}
