body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images2/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	color:#5d5d5d;
	background-color:#0a0a0a;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	
}
	
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #5d5d5d;
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	
}

a {
	color: #f0a003;
	text-decoration: none;
}
a:link {text-decoration:none; color: #f0a003;}
a:visited {text-decoration:none; color: #f0a003;}
a:hover {text-decoration:none; color: #f0c103}

.header {
	
	
	
}
#bar {
	position: absolute;
	top: 240px;
	left: 0px; 
	z-index:2; 
	background-image: url(../images2/bar.gif);
	height: 59px;
	width:100%;
}
#center {
	width: 900px;
	position: relative;
	top:50px;
	left: 50%;
	margin-left: -450px;

	
}
#menu {
	position: absolute; 
	z-index:4; 
	width:200px;
	left: 0%; 
	top: 250px; 
	margin-top: 20px; 
	margin-left: 0px;

}
.menu_kat {
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #5d5d5d;}
.menu_kat a:link {text-decoration:none; color: #5d5d5d;}
.menu_kat a:visited {text-decoration:none; color: #5d5d5d;}
.menu_kat a:hover {text-decoration:none; color: #ffcc00}

.menu_ukat {
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #5d5d5d;}
.menu_ukat a:link {text-decoration:none; color: #5d5d5d;}
.menu_ukat a:visited {text-decoration:none; color: #5d5d5d;}
.menu_ukat a:hover {text-decoration:none; color: #ffcc00}
.menu_selected {
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	color: #e1a900;}

#content {
	position: absolute; 
	z-index:3; 
	left: 200px; 
	top: 250px; 
	width: 700px;
	margin-top: 0px; 
	margin-left: 0px;

} 

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	
}
#footer_info {
	position: absolute;
	top: 20px;
	right: 20px;
}

body > div#centerframe { position: fixed; }
body > div#editframe { position: fixed; }

.editframe{
	display: none;
	visibility: hidden;
	z-index:99000;
	position: absolute; 
	top: 0px; 
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: .6;
	z-index: 999999;
}

.centerframe
{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	text-align: center;
}
.editiframe
{
	margin:50px auto;
	height: 400;
	width: 510;
	background-color: #ffffff;
	border: 1px solid white;
	background-image: url("../images/topmenubg.jpg"); 
	background-repeat: repeat-x;
	text-align: right;
	z-index: 99999999;
}



	

