body{
				background-image: url(/template/default/bilder/topleft.jpg);
				background-color: #FCFCFE;
				background-repeat: no-repeat;
				padding:0px;
				margin:0px;
				font-family: verdana;
			}
			
			a img{
				border:0px;
			}
			
			#main {
				position: absolute;
				left:100px;
				top:170px;
				width:520px;
				font-size: 12px;
				letter-spacing: 1px;	
			}
			
			
			
			div.newsBlock{
				background-color: #f5f9e7;
				width:500px;
				padding:15px;
				margin-bottom:20px;
				
			}
			
			div.title{
				font-size: 14px;
				margin-bottom:3px;
			}
			
			div.date{
				font-size: 11px;
				color: #2c4b5b;
				margin-bottom:10px;
				
			}
			div.news{
				font-size: 12px;
				line-height: 18px;
				width:500px;
			}
			
			img.newsImg{
				float: right;
				padding:0px 5px 5px 5px;
			}

#mainMenu{
	position: absolute;
	top:91px;
	left: 100px;
	z-index:1;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
	margin-right: 2px;
}

.mainitems a{
	background-image: url(/template/default/bilder/menu_back.jpg);
	padding:7px 9px 7px 9px;
	display: block;
	color: #170d16;
	font-size: 14px;
	text-decoration: none;
	font-family: arial;
	color: #255066;
	letter-spacing: 2px;
}

.mainitems a:hover{
	background-image: url(/template/default/bilder/active_menu_back.jpg);
}

ul.subuls{
	display: none;
	position: absolute;
	top: 30px;
	margin-top: 200px;	
	font-size: 11px;
	width:130px;
}

.subuls li a{
	font-size: 11px;
	background-image: none;
	color: #000;
	background-color: #E3EBEE;
	width:130px;
	
}

.subuls li a:hover{
	background-image: none;
	background-color: #fff;
}

#cssdropdown li>ul { 
	top: 30px;
	z-index:100;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.galleryBlock{	
	float: left; 
	width:100px; 
	height:140px; 
	margin:5px;
}

.galleryBlock a{
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
