
html, body {
height:100%;
width:100%;
margin:0px;
padding:0px;
background-image:url(../images/left.gif);
background-position:left center;
background-repeat:repeat-y;
background-color: #E4E4E4; 
}

#header {   
position: absolute;
top: 0px;
padding-top:20px;
left: 0px; 
height: 120px;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
margin: 0px;
border-bottom: 5px solid #FF0000;
background-color:#000000       
}

#left {
position: absolute;
height: auto;
width: 155px;        
top: 120px;
padding: 40px 5px 0px 5px;
}

#content {
height: auto;
padding: 155px 0px 0px 165px;
margin-right:20px;
}

#content h2 { 
color : #ff0000;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
} 

#content h3 { 
color : #000;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
} 

#contentinfo{
height: auto;
padding: 155px 0px 0px 165px;
margin-right:50px;
overflow: auto
}

#contentinfo p{
margin-left:15px;
margin-right:100px;
margin-top:120px;
}
#logo {
border: 0px;
padding-left: 36px;
}
.balk {
background-image: url(../images/main.jpg);
background-repeat: no-repeat;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 135px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font-size: 100%;
display: block;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000;
width:135px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #666666;
background-color: #fadb7d;
}

#copyright{
position:fixed;
bottom: 50px;
font-size:8pt;
font-weight:normal;
font-family: Arial, narrow;
color:#000000;
}

div#footer {
position:fixed;
width:100%;
height:25px;
padding-top: 6px;
bottom:0; /* stick to bottom */
background:#000;
border-top: 5px solid;
border-top-color: #FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color:#FFFFFF;
text-align:center;
}
