/* CSS Document */
body {
background-color:#000000;
background-image:url(img/kosmos.jpg);
background-repeat:repeat;
background-position:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
width:100%;
margin:0;
}
#glavnWindow {
background-color:#fbcdad;
width:800px;
margin:0 auto;
}
#titlwind {
background-image:url(img/top.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#fbcdad;
width:800px;
height:138px;
}
/****/
#dntitlwind {
font-size:14px;
font-weight:bold;
border-top:1px #dce9fd solid;
border-bottom:1px #dce9fd solid;
padding:10px 0px;
}
#dntitlwind a:link, #dntitlwind a:visited {
color:#2a77ea;
text-decoration:none;
font-weight:bold;
}
#dntitlwind a:hover {
color:#2a77ea;
text-decoration: underline;
font-weight:bold;
}
#dntitlwind table {
width:800px;
}
#dntitlwind table td {
text-align:center;
width:33%;
}
/****/
#genContent {
height:auto;
min-height:600px;
text-align:justify;
padding:10px;
}
#genContent h1 {
color:#d1332a;
font-size:22px;
font-weight:normal;
text-align:center;
}
#genContent img {
padding:2px;
}
/****/
#footer {
width:800px;
margin:0 auto;
background-image:url(img/bottom.gif);
background-position:top;
background-repeat:no-repeat;
height:138px;
}
.livmagmeter {
display:none;
}
#foot-pro {
font-size:10px;
margin:0 auto;
width:800px;
color:#CCCCCC;
}
#foot-pro a {
text-decoration:none;
color:#CCCCCC;
}