body {

	background-image:						url(gif/bg_logo.jpg);
	background-attachment:					fixed;
	background-repeat:						no-repeat;
	background-position:					360px 50%;
	
	background-color:								#FFFFFF;

	scrollbar-face-color:						#8865A7;
	scrollbar-arrow-color:					#5C1E64;
	scrollbar-base-color:						#FF0000;
	scrollbar-shadow-color:					#8865A7;
	scrollbar-darkshadow-color:			#000000;
	scrollbar-highlight-color:			#FFFFFF;
	scrollbar-3dlight-color:				#8865A7;
	scrollbar-track-color:					#5C1E64;
	
	padding:0px;
	margin:0px;
	
	overflow:hidden;
	height:100%;
	width:100%; 
	
	
}

/* Divjes */
.divMenu {
	z-index				: 198;
    position:           absolute;
    float:              left;
    display:            block;
    min-height:         100%;
    height:             100%;
    width:              200px;    
    left:               0px;


    background-image:								url('gif/bg_menu.jpg');
	background-attachment:					fixed;
	background-color:								#5C1E64;
	background-repeat:							no-repeat;
	background-position:						top left;
	background-color:								#5C1E64;

	margin:													0px;
	
}

.divContent {   
	min-height:    						    100%;
    height:       			   			   	100%;     
    padding:								0px;
    
    margin-left:							210px;
	right:									0px;
	    
    overflow: 								auto;
    overflow-y: 							auto;
    overflow-x: 							hidden;      
	
	 
}

.divDonker {
	z-index				: 199;
	background-color		: #000000;
	filter				: alpha(opacity=70);
	opacity				: 0.7;
	width				: 3000px;
	height				: 3000px;
	top					: -1000px;
	left				: -1000px;
	position			: absolute;
}


.bodyleeg {
	background-image:								url();
	background-color:								#C9BEDB;
}

body, basefont, p, a, h1, h2, h3, td, th {
	color:													#000000;
	font-size:											10pt;
	font-family:										Arial, Verdana, Sans-serif;
}

p {
	color:													#000000;
	margin-top:											10px;
}

h1 {
	font-size:											24pt;
}

h2 {
	font-size:											20pt;
}

h3 {
	font-size:											16pt;
/*	text-align:											center;*/
	margin-bottom:									2px;
}

th, .head {
	background-color:								#84C4E0;
}

a, a:visited, a:active {
	color:													#AD924B;
	font-weight:										bold;
	text-decoration:								none;
}

a:hover {
	color:													#000000;
	font-weight:										bold;
	text-decoration:								none;
}	

.aNormal, .aNormal:visited, .aNormal:active, .aNormal:hover {
	color:													#000000;
	font-weight:										normal;
	text-decoration:								none;
}

.evenRegel {
	color:													#000000;
	background-color:								#F8CE5E;
}
.onevenRegel {
	color:													#FF0000;
	background-color:								#FFEE7C;
}

.mouseoverRegel {
	background-color:								#9F7F4C;
	cursor:													hand;
}

.menuOver {
	border:													thin ridge #000000;
	background-color:								#8865A7;
}

.clsInputBox {
	color:													#5c1e64;
	font-family: 										Tahoma, Arial;
	background: 										white;
	border-color:										#07222D;
}

.buttons {
	font-size:											9pt;
	font-weight:										bold;
	color:													#5c1e64;
	background-color:								white;
	border-color:										#84C4E0;
	border-width:										1px;
	cursor:													hand;
	height:													22;
}

hr {
	width:													100%;
	text-align:											center;
}

form {
	margin:													0px;
}

.clsInputBox {
	color:#000000;
	font-family: Tahoma, Arial;
	background: #white;
	border-color:black;
}

.buttons {
	font-size:9pt;
	font-weight:bold;
	color:#5c1e64;
	background-color:#white;
	border-color:white;
	border-width:1;
	cursor: hand;
	height: 22;
}

.menuItem {
	cursor:													hand;
	height:													25px;
	text-align:											center;
	vertical-align:									center;
}
