/*** Body and main container ***/
body {
margin:0 auto;
padding:0;
font:68% Verdana,Tahoma,Arial,sans-serif;
background:#a5a672;
color:#303030;
}

#wrap {
background:#a5a672;
color:#303030;
margin:0 auto;
width:760px;
}

/***A tags ***/
a {
text-decoration:none;
font-weight:bold;
color:#7a7b53;
background-color:inherit;
}

a:hover {
text-decoration: underline;
color:#7a7b53;
background-color:inherit;
}

a img {
border:0;
}

/*** Header ***/
#top {
margin:10px 0 0;
padding:0;
height:20px;
background-image: url(images/bg_top.gif);
}

#header {
margin:0;
padding:0;
height:180px;
background-image: url(images/bg_main.gif);
}

#top-image {
margin:0 30px 5px;
border:0;
}

/*** Main ***/
#main {
margin:0;
padding:0;
background-image: url(images/bg_main.gif);
}


/*** Left sidebar ***/
#leftside {
clear:left;
float:left;
width:150px;
margin:0;
padding:0 0 0 32px;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color: transparent;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

/*** Main menu ***/

.menu {
margin:0 auto;
}

.menu ul {
margin:0;
padding:0;
list-style:none;
}

.menu ul li {
padding:0 0 5px 0;
width:150px;
line-height:1.3em;
display: inline;

}

.menu ul li a {
color:#505050;
font-weight:lighter;
width:150px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 20px;
text-decoration: none;
display: block;
}

.menu ul li a:hover, .menu ul li a.current {
background-image: url(images/star.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
text-decoration: none;
color: #7a7b53;
}

/*** Main content ***/
#content {
margin:0 0 0 210px;
border-left:1px solid #e1e1e1;
padding:0 43px 0px 10px;
line-height:1.6em;
display: inline-block;
}

#content h2 {
font-size:1.6em;
margin:0 0 10px;
color: 7a7b53;
}

#content h3 {
font-size:1.4em;
margin:0 0 8px;
color: 7a7b53;
}

#content img {
padding:0px;
display:inline;
background:#ffffff;
border:0px solid #ffffff;
}

#content ul, #content ol {
margin:0 0 16px 20px;
padding:0;
}

#content li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #content ol ol{
margin:0 0 0 16px;
padding:0;
}

#clearone {
clear: both;
height: 1px;
}

/*** Footer ***/
#footer {
clear:both;
margin:0 auto;
padding:20px 0 0px;
width:760px;
text-align:right;
color:#808080;
background:#a5a672;
background-image: url(images/bg_main.gif);
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer-border, #top-border {
clear:both;
margin:0 auto;
height: 5px;
width: 700px;
border-top: 1px solid #e1e1e1;
text-align: center;
}

#footer-image {
clear:both;
float: right;
margin:0 30px 0px;
border:0;
}

#footer-content {
clear:both;
margin:0 auto;
padding:0px 0 0px;
width:700px;
text-align:right;
color:#808080;
font-size:0.8em;
}


#bottom {
clear:both;
margin:0 auto;
height: 30px;
width: 760px;
background-image: url(images/bg_bottom.gif);
background-repeat: no-repeat;
}


/*** Classes ***/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/*konstant scrollbar fix til firefox*/

body {
overflow:-moz-scrollbars-vertical;
}