div.menu{
position:relative;
top:15px;
width:100%;
text-align: center;
}

div.top{
position:absolute;
top:0px;
left:0px;
background: #000000;
width: 100%;
height:128px;
}

div.logo{
position:relative;
width:300px;
left: 60px;
top:20px;
}

div.body{
background: #ffffff url(images/blueback.jpg);
width: 100%;
}

div.map{
font-family: tahoma;
font-size: 90%;
color: #ffffff;
}


div.content{
position:relative;
left:15px;
font-family: tahoma;
font-size: 90%;
color: #ffffff;
}

div.main{
position:absolute;
top:128px;
left:0px;
background: #ffffff url(images/topback.jpg) repeat-x;
width: 100%;
}

table.menu{
font-family: verdana;
font-size:10px;

}

td.header{
background: #ffffff url(images/menuback.jpg) repeat-x;
height:20px;
color: #ffffff;
font-family:verdana;
font-size: 10px;
}

td.headerOrange{
background: #ffffff url(images/orangeback.jpg) repeat-x;
height:20px;
color: #ffffff;
font-family:verdana;
font-size: 10px;
}

td.headerRed{
background: #ffffff url(images/redback.jpg) repeat-x;
height:20px;
color: #ffffff;
font-family:verdana;
font-size: 10px;
}

td.headerGreen{
background: #ffffff url(images/greenback.jpg) repeat-x;
height:20px;
color: #ffffff;
font-family:verdana;
font-size: 10px;
}

font.miasto{
font-family: Georgia;
font-size: 30px;
position:relative;
left:550px;
top: 40px;
color: #ffffff;
}

font.header{
font-family: Tahoma;
font-size: 130%;
color: #ffffff;
}

div.menuitem{
position:relative;
top:-3px;
font-family: verdana;
font-size: 80%;
color: #ffffff;

}

font.mapa{
font-family: tahoma;
font-size: 80%;
color: #ffffff;
}

font.text{
position:relative;
left: 10px;
font-family: tahoma;
font-size: 90%;
color: #ffffff;
}

font.links{
position:relative;
left: 200px;
font-family: tahoma;
font-size: 90%;
color: #ffffff;
}

A:link {
	text-decoration: none;
	color: #000000;

}

A:visited {
	text-decoration: none;
	color: #000000;
	
}

A:hover {
	text-decoration: none;
	color: #1C63AC;

}

A.menu:link {
	text-decoration: none;
	color: #ffffff;
}

A.menu:visited {
	text-decoration: none;
	color: #ffffff;
}

A.menu:hover {
	text-decoration: none;
	color: #9c9c9c;
}