@import url(/css/global.css);
<!--
#container {
	height: 600px;
	width: 680px;
	/* border: 1px dashed #0066CC; */
	margin:0px auto;
	text-align:left;
}
body {
	background: url(/layout/blog.gif);
	text-align: center;
	position: relative;
	margin:14px 0px;
	padding:0px;	
	font-size:14px;
	color:#535353;
	font-family:Arial, Helvetica, sans-serif;
/*
	
    font-family:"Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/
}

#left {
	height: 600px;
	width: 246px;
	/* border: 1px dashed #0066CC; */
	background-image:url(/layout/left.jpg);
	background-repeat: no-repeat;
	/*	margin:0px auto; */
}

#right {
	height: 600px;
	width: 404px;
	/* border: 1px dashed #0066CC; */
	background-repeat: no-repeat;	
	margin-left: 246px;
}
#container #right #r_bottom #rubrik {
	height: 40px;
	font-size:24px;
}

#main {
	overflow: auto;
	height: 410px;
	margin-bottom: 15px;
}

#r_top {
	background-color:#CCCC66;
	height: 173px;
	width: 404px;
	background-image: url(/layout/right_top.jpg);
	background-repeat: no-repeat;
}
#r_bottom {
	height: 407px;
	width: 359px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:20px;
	background-image: url(/layout/right_botom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;	
	line-height:20px;

}

#image_overlap {
	width:21px;
	height:137px;
	top:21px;
	position:absolute;
	z-index:10;
}
#image_holder {
	width:380px;
	height:136px;
	position:relative;
	color:#FFFFFF;
	left:1px;
	top:22px;
	z-index:1;

}

/* menu */

#absolute {
	position: absolute;
}

ul#menu{
/*
	background-image: url(/layout/menu.gif);
	background-repeat: no-repeat;
*/	
	width:150px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	margin-top:155px;
}

#menu li{
     margin: 0px 2px 0 2px;
     padding: 1px 0 5px 0;
     list-style-type: none;
}     

#menu a:link, #menu a:visited{
     text-decoration: none;
     color: #858585;
     padding: 10px 10px 10px 10px;
     margin: 0;
}

#menu a:hover{
     /* background-color:  #8bc762; */
	 color:#CB5026;
}



ul#menu li a#Current{
     font-weight: bold;
     color: #fff;
}


#menu a:active{ color: #858585; text-decoration: none; }
#menu a:link{ color: #858585; text-decoration: none; }
#menu a:visited{ color: #858585; text-decoration: none; }
#menu a:hover{ color: #CB5026; text-decoration: none; }



ul#menu li#Active {
/*
     background-color: #8bc762;
     border-right: 1px solid  #acd88e;
     border-left: 1px solid #acd88e;
*/	 
	 color:#CB5026;
}

ul#menu li ul#submenu {
	width:130px;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 18px;
}

ul#menu li ul#submenu li {
        list-style-type: none;
}

ul#menu li ul#submenu li a {
     margin: 0px 2px 0 2px;
     padding: 1px 0 5px 0;
     list-style-type: none;
}

ul#menu li ul#submenu li a:hover {
        background: url(/layout/submenu_hover.gif) no-repeat;
}

ul#menu li ul#submenu li a#SubActive {
        background: url(/layout/submenu_hover.gif) no-repeat;
}


#Active a:active{ color: #CB5026; text-decoration: none; }
#Active a:link{ color: #CB5026; text-decoration: none; }
#Active a:visited{ color: #535353; text-decoration: none; }
#Active a:hover{ color: #CB5026; text-decoration: none; }


#logo_link {
}

#logo_link_a {
	z-index: 1;
	position: absolute;
	height:120px;
	width: 246px;
	display:block;
}

#navigation_wrapper {
	width: 246px;
}

#open {
	display:block;
	position:absolute;
	bottom: 35px;
	width:100px;
	padding-left:20px;
}

-->
