body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;

}
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #ffffff;
                /*background-image: url(images/gradient_bg.gif);
                background-repeat: repeat-x;*/
}

ul,li{
	padding: 0px;
	margin: 0px;
}

.style1 {font-size: 10px}
.style4 {color: #000000}
#menu A{
        display: block;
        width: 100%;
        height: 20px;
        margin: 0px;
        padding-top:6px;
        background-color: #995010;
        text-decoration: none;
        text-transform: none;
        color:#FFFFFF;
}
#menu A:hover{
        background-color: #ff7800;
}
a:link {
        color: #995010;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #995010;
}
a:hover {
        text-decoration: underline;
        color: #000066;
}
a:active {
        text-decoration: none;
        color: #995010;
}
.style5 {
        color: #995010;
        font-weight: bold;
        font-size: 16px;
}
.blok{
        float: left;
        height: auto;
        margin-bottom: 15px;
        border: dotted 1px #aaaaaa;
        width: 386px;
}
.columnL{
                float: left;
				width: 390px;
}
.columnR{
                float: right;
				width: 390px;
}