body {
	background-color: #e0e0e0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-top: 10px;
}

.normaltxt {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000;	
	text-align: justify;
}

.header {
	font-family: Verdana, Arial, Helvetica;
	color: #789FC0;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #3333C0;	
}

.foto {
	border: 1px solid #000;
}

a:hover {
	color: #CC0000;	
}

p {
	margin: 0;
	padding: 2px;
}

hr.line {
	height: 1px;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
}

#header {
	background-image: url('img/header.png');
	width:900px;
	height:124px;
	margin:0px;	
	text-align: left;
}

#headertext {
	text-align: right;
	padding-top: 67px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
}

#frame {
	width:900px;	
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

#menu {

	background-image: url('img/bgmenu2.png');	
	background-color: #7E0202;
	width:212px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;	
}

#menu_grad {
	background-image: url('img/bgmenu.png');		
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
	padding-top: 5px;
}

.image {
	margin: 10px;
	padding: 0px;
}	

.imageb {
	border-right: 2px solid #000; 
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

#content {	
	background-color: #fff;
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	width: 688px;
	float: left;
	padding: 0px;
	min-height: 421px;		

}

.subtekst {	
	font-size: 10px;
}

#bottom {
	background-image: url('img/footer.png');
	width:900px;
	height:67px;
	margin:0px;	
	clear:both;
	text-align: right;		
}

.vidainfo {
	color: #fff;
	padding-top: 45px;
	padding-right: 10px;
}

a.vidainfo {
	color: #fff;
}

#nav {
	border: 1px solid #000;
	background-color:#FFFFFF;
	background-image: url('img/bgmenu3.png');
	background-repeat: repeat-x;
	list-style: none;
	width: 175px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 5px;	
}
#nav ul { 
	padding:0;
	margin:0;	
	overflow:visible;
	position:absolute; 
	text-align: left;	
}

#nav li { 
	position: relative; 
	margin:0;	
	display: block;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#nav a {
    text-decoration:none; 
    display:block;
	color: #000;
    margin: 1px 0 2px 1;
	padding: 6px 2px 6px 2px;

}
#nav a:hover{
    background-color:#79A0C1; 
}

#nav ul, #nav ul ul, #nav ul ul ul{
	width: 200px;
	border: 1px solid #000;
	background-color:#FFFFFF;
    display:none; 
    position:absolute; 
    top:0; 
    left:169px;
	margin-top: -5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li{float:left;} 
/* end holly hack */
* html ul li a { height: 1%; }
-->



