/* CSS Document */
body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#14148D;
	background-image: url(../../images/structure/wrapper_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
a {
	text-decoration: underline;
	color: #0266C8;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0081FF;
}
a:hover {
	text-decoration: none;
	color: #0081FF;
}
h1 { 
	font-size: 18px;
	color: #14148D;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #0266C8;
}
h3 { 
	font-size: 14px;
	color: #14148D;	
}
#menu{
width:958px;
height:40px;
background-image: url(../../images/structure/menu_bg.jpg);
background-repeat:repeat-x;
}
#content{
background-image: url(../../images/structure/content_bg.jpg);
background-repeat: repeat-x;
width:730px;
min-height:350px;
}
#submenu{
height: 25px;
}
.content {
padding:35px;
}
#adres{
position:absolute;
top: 200px;
right:0px;
width:230px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}
#marquee{
position:absolute;
top: 225px;
width:724px;
height: 20px;
font-size:14px;
color: #FF0000;
font-weight:bold;
}
#wrapper {
position: relative;
margin: 0 auto;
width: 960px;
}

