@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/lay-out_04.jpg);
}
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


a:link {
	color: #8cd12b;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #8cd12b;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #8EA65D;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #8cd12b;
	font-weight:bold;
	text-decoration: underline;
}


.header_bg {
	background-image: url(../images/lay-out_02.jpg);
	background-repeat: repeat-x;
}
.table {
	margin-left: 50px;
}
.jumpmenu_design {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.datum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #8cd12b;
}
.input {
	font-size: 11px;
}
.divider_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/bg_button_span1.png) no-repeat scroll top right;
    color: #000000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_a1.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




#tekstkaderL{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-spacing: 2px;

}
#tekstkaderR{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;

}
#tekstkaderM{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

}
#tekstkaderA{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
