body {
    margin: 0;
    padding: 0;
    background: white;
}

body, td, p, ul, ol {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

a {
    color: #00f;
    text-decoration: none;
}

 a:hover {
    color: #949494;    
}

#top {
    /*position: relative;*/
    width:100%;
    height:120px;
    background: url(../gfx/cervin120l.jpg) top right no-repeat #85A3EB;
    border-bottom: solid 1px #000;
}

#logo {
    display: block;
    margin:10px;
    width: 81px;
    float:left;
    border:0;
}

#langlinks {
    color: white;
}

#langlinks a {
    color: white;
    text-decoration: underline;
}

#langlinks a:hover {
    text-decoration: none;
}

#sitename {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    margin: 10px;
}

.activemenu {
    font-weight:bold;
    color: #949494;
}

.small {
    font-size:0.9em;
}

#menu form {
    text-align:center;
    margin:2px;
}

input.button {
    margin-top:3px;
}

input.field {
    width:80%;
}
	  

#main {
    /*position: relative;*/
}

#menu {
    float:left; 
    width:17%;
    background-color:white;
}

.menucat {
    margin-bottom:10px;
    padding: 2px;
}

ul li {
    list-style: disc outside;
}

ol li {
    margin-bottom: 10px;
}

.menutitle {
    background-color: #85A3EB;
    font-weight: bold;
    color: white;
    text-align:center;
}

#content {
    padding: 2%;
    width:75%;
    position: absolute;
    left:20%;
}

#content td {
    /*vertical-align: top;*/
    text-align:left;
}

#content td .center {
    text-align:center;
}

.imgleft {
    border:0;
    margin-right:5px;
    margin-bottom:5px;
    float:left;
}

#rightcol {
    width:150px;
    margin-left: 10px;
}

.rblock {
    width:140px;
    border: dashed 1px #000;
    padding: 5px;
    margin-bottom:10px;
    background-color:#eef;
}

.rtitle {
    text-align:center;
    font-weight:bold;
}


.rblock form {
    text-align:center;
}

.rblock.field {
    width: 90%;
}

p, .text {
    text-align:justify;
}

.cblock {
    background-color:#eef;
}

.cblock  h4 {
    text-indent: 1em;
}

.newsbox {
    border: dashed 1px #000;
    padding: 5px;
    background-color:#eef;
}

.newsboxguide {
    border: dashed 1px #000;
    padding: 5px;
    background-color:#ddf;
}

#footer {
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}

#loguser {
    margin-top: 3px;
    text-align: center;
}

.alert {
    font-weight: bold;
    color: red;
}

.datatable {
    border: dashed 1px #000;
    width:100%;
}

.datatable2 {
    border: dashed 1px #000;
}

.row1 {
    background-color:#eee;
}

.dataheader {
    background-color:#eef;
    font-weight: bold;
    margin: 5px;
}

.hsep {
    margin-bottom:5px;
}

#carto {
    margin-top:5px;
}

#carto input,
#carto img {
    border:0;
}

#carto select {
    width:150px;
}

#tree a {
    font-size:0.8em;    
}
