body {
margin: 0px;
font-family: verdana, sans-serif;
background: #E6F4FF;
}

/* LAYOUT */


#container {
width: 800px;
margin: 0 auto;
position: relative;
}

#master {
width: 800px;
position: relative;
background: #91D0FF;
margin: 0;
border: 1px solid #808080;
}

#content {
padding: 10px 10px 15px 15px;
width: 575px;
background: #FFF;
float: right;
margin: 0;
}

#sidenav {
width: 200px;
padding: 0;
float: left;
height: 100%;
}

#top {
height: 150px;
background: red;
background-image: url(pics/top.gif);
}

.home {
display: block; 
width: 800px;
height: 100px;
top: 30px;
position: relative;
cursor: pointer;
}

/** background: #93CD67; **/

#cleaner {
clear: both;
}

#footer {
width: 800px;
height: 30px;
text-align: left;
padding-top: 5px;
font-size: 10px;
color: #000;
background: #E6F4FF;
}

/* TEXT */

h1 {
margin: 0;
text-indent: -9999px;
}

h2 {
font-size: 110%;
font-weight: bold;
color: #A60000;
margin-top: 20px;
}

p.intro {
font-size: 11px;
line-height: 130%;
color: #666;
}

p {
font-size: 12px;
line-height: 150%;
color: #422100;
}

p.logo {
margin-left: 20px;
}

p.kod {
margin-left: 15px;
padding: 5px;
font-size: 70%;
border: 1px dotted;
}

font.red {
color: #A60000;
font-weight: bold;
}

.title {
color: #FF6600;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}

/* LINKS */

.link-footer {
color: #000;
text-decoration: none;
}

.link-footer:hover {
color: #000;
text-decoration: underline;
}

.link-footer:visited {
color: #000;
text-decoration: underline;
}

a {
color: #A60000;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #A60000;
}



/* NAVIGATION */

ul {
padding: 0;
margin-left: 20px;
width: 180px;
}

li {
font-size: 12px;
margin-top: 8px;
list-style-type: none;
padding: 0;
width: 180px;
}

li.first {
margin-top: 22px;
}

a.nav {
text-decoration: none;
color: #FFF;
font-weight: bold;
font-size: 12px;
}

a.nav:hover {
text-decoration: underline;
color: #FFF;
font-weight: bolder;
}

a.nav:visited {
text-decoration: none;
color: #FFF;
font-weight: bold;
}

a.selected {
text-decoration: underline;
color: #FFF;
font-weight: bolder;
}

a.selected:visited {
text-decoration: underline;
color: #FFF;
font-weight: bolder;
}

ul.icons {
padding: 0;
margin-left: 15px;
width: 180px;
}

li.icons {
margin-top: 20px;
list-style-type: none;
padding: 0;
width: 180px;
}



/* PICTURES */

.pic-logo {
margin: 10px;
}

.pic-right {
float: right;
padding: 0;
margin: 5px 5px 5px 10px;
border: 1px solid #666;
}

.pic-left {
float: left;
padding: 0;
margin: 5px 5px 5px 10px;
border: 1px solid #666;
}

.pic-left-block {
float: left;
padding: 0;
margin: 2px;
border: 1px solid #666;
display: block;
}

.pic-title {
float: left;
display: block;
}

.pic-icon {
border: 0;
}

.caption  {
font-size: 11px;
color: #666;
font-style: italic;
margin: 5px 0 0 2px;
}

.caption-right  {
font-size: 11px;
color: #666;
font-style: italic;
margin: 5px 0 0 10px;
}