body {
	font: 11px Verdana;
	color: #000000;
	background: #ffffff;
	height: 100%;	
}
.meny { 
	color: #000000; 	
	font: 12px Verdana;
	text-decoration: none; 
}

/* links */
.meny a { 
	color: #000000; 	
	font: 12px Verdana;
	text-decoration: none; 
	line-height:25px;
}
.meny a:hover { 
	color: #808080;
	font: 12px Verdana;
	text-decoration: none;  
	line-height:25px;
}
a { 
	color: #000000; 	
	font: 12px Verdana;
	text-decoration: none; 
	line-height:15px;
}
a:hover { 
	color: #808080;
	font: 12px Verdana;
	text-decoration: none;  
	line-height:15px;
}
.rub { 
	font: 20px Arial;
	font-weight:bold; 
	line-height:20px;
}
.datum { 
	padding-top:5px;
	font: 11px Arial;
	font-weight:normal; 
}
.newsRightText { 
	font: 12px Arial;
	font-weight:normal; 
	color:#63BBE3;
}
.newsRightTextMer { 
	font: 12px Arial;
	font-weight:normal; 
	color:#000000;
}
.newsRightTextMer a { 
	font: 12px Arial;
	font-weight:normal; 
	color:#000000;
}
.newsRightTextMer a:hover { 
	font: 12px Arial;
	font-weight:normal; 
	color:#808080;
}
.newsRightText a { 
	font: 13px Arial;
	font-weight:normal; 
	color:#63BBE3;
	line-height:15px;
}
.newsRightText a:hover { 
	font: 13px Arial;
	font-weight:normal; 
	color:#808080;
	line-height:15px;
}

/* form elements */
form {
	margin:0px;
	padding:10px;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:80px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}
