/* STANDARD ELEMENTS */

p {
	font-size:12px;
	line-height: 140%;
}

h1 {
	font-size:16px; 
	font-weight: bold; 
	color: #003366;
}

h2 {
	font-size:12px; 
	font-weight: bold; 
	color: #003366;
	margin-bottom: 3px;
}

a {
	color: #336699;
}

a:hover {
	color: #003366;
}

li {
	font-size:11px;
}
/* TEMPLATE ELEMENTS */

/* LIST ELEMENTS */

#newslist, #viruslist {
	margin-left: 0; 
	margin-top: 0;
	padding-left: 0;
	font-size:11px;
	list-style: none;     
}
#newslist li {
	padding-left: 20px; 
	background-image: url(/media/bilder/ikon/nyhetsliste.gif); background-repeat: no-repeat; 
	background-position: 0 .5em; 
}        
#viruslist li {
	padding-left: 20px; 
	background-image: url(/media/bilder/ikon/li.gif); background-repeat: no-repeat; 
	background-position: 0 .5em; 
}      
#newslist a, #viruslist a {
	text-decoration: none;               
	color: #555;
}
#newslist a:hover, #viruslist a:hover {
	text-decoration: underline;              
}

/* NAVIGATION ELEMENTS */

#navigation ul {
	margin: 0; 
	padding: 0;
	width: 115px;
	text-align: right;
	list-style-type: none; 	
}

#navigation ul li a {
	padding-right: 20px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
	text-decoration: none; 
	color: #999;	
	background: transparent url(/media/bilder/mal/dot_inactive.gif) right center no-repeat;	
}
 
#navigation ul li a:hover {
	color: 333;	
	background: transparent url(/media/bilder/mal/dot_hover.gif) right center no-repeat; 
}

#navigation ul li a#current {
	color: #ff3300;
	background: transparent url(/media/bilder/mal/dot_active.gif) right center no-repeat; 
}

#subnavigation {
	position: relative;
	margin: 0px;
	left: 0px; 
	width:400px;  
	background: #fff;

}
#subnavigation ul {
	margin: 0px;
	font-size:11px;
}

#subnavigation ul li {
	margin: 0px;
	float: left; 
	list-style-type: none; 
	background: #fff;
}

#subnavigation ul li a {
	position: relative; 
	margin: 0px; 
	display: block; 
	color: #999; 
	text-decoration: none; 
	margin-right: 10px; 
	border-bottom: 2px solid #999;
}

#subnavigation ul li a:hover {
	color: #333; 
	border-bottom: 2px solid #333;
}

#subnavigation ul li#active a {
	color: #ff3300; 
	border-bottom: 2px solid #ff3300;
}
