@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
  }
a:hover {
	background-position: 0px 0px;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    text-align: center;
	color: #336699;
}

h1{
	font-size:2em;
	margin-bottom:20px;
}

a{
	text-decoration:none;
}

#wrapper {
    width: 1002px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#header {
    height: 60px;
    text-align: center;
}
#inner-wrapper_classware {
    position: relative;
    border-right: 1px solid #fff;
    background: url(../../images/bg_middle.gif) repeat-y top left;
}

.logo_top{
    position: absolute;
    top: -45px;
    left: 50px;
    width: 147px;
    height: 41px;
    border-width: 0;
}
.logo_right{
	float:right;
	margin-top:27px;
	border:none;
}
#bg_classware_top {
	width: 100%;
	height: 100%;
	background: url(../../images/bg_top_portal.jpg) no-repeat top left;
}
#footer_classware {
    background: transparent url(../../images/bg_footer.gif) no-repeat bottom left;
    height: 60px;
    background-color: #fff;
    clear: both;
}

/*Content*/
#classware_content {
 width: 100%;
 min-height: 200px;
 height: auto !important;
 height: 200px;
 margin: 0px;
 padding: 0px;
}


/*Content left*/
#menu_items p{
	line-height:14px;
}
#classware_content_left { 
 width: 175px;
 margin-left: 54px;
 padding-top:35px;
}
#portal_top_left{
	height:300px;
	width:200px;
}
/*Meny*/
#leftmenu_classware {
    margin-bottom: 10px;
}
#leftmenu_classware ul {
    width: 160px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#leftmenu_classware ul li, #leftmenu_classware ul li ul li {
    background-color: #eeeeee;
	border:#FFFFFF 1px solid;
    margin:0px 0px 5px 0px;
    padding: 0;
    vertical-align: middle;
    width: 160px;
}
#leftmenu_classware ul li ul li a {
    padding-left: 30px;
}
.menu_item_classware{
	color:#3399cc;
	font-size:16px;
}
#leftmenu_classware ul li ul li ul li a {
    padding-left: 50px;
}
#leftmenu_classware ul li.active, #leftmenu ul li.last_active {
    background-color: #fff;
    width: 160px;
	border:#3399cc 1px solid;
}
#leftmenu_classware ul li.last_active {
    border-bottom: 1px solid #ccc;
}
#leftmenu_classware ul li.expanded {
    background-color: #eeeeee;
}
#leftmenu_classware a {
    margin: 0;
    padding-left: 15px;
    line-height: 30px;


    display: block;
}
#leftmenu_classware a.closed {
    background: url(../../images/item_expand.gif) no-repeat 10px center;
}
#leftmenu_classware a.expanded {
    background: url(../../images/item_close.gif) no-repeat 10px center;
}
#leftmenu_classware a.single {
    background: url(../../images/item_single.gif) no-repeat 10px center;
}
#leftmenu_classware li:hover {
    background-color: #fff;
	border:#eeeeee 1px solid;
}

/*Content right*/
#portal_content_right{
	width: 500px;
	display:inline;
	float: right;
	margin-top:35px;
	margin-bottom:30px;
	margin-right: 110px;
	padding:0px 0px 0px 17px;
}

/*portal top right*/
#portal_top_right{
	height:280px;
	background:url(../../images/classware.gif) no-repeat;
}


#classware_main_content{
	width:700px;
	float:right;
	margin-top:35px;
	margin-right:30px;
	border: thin solid #eeeeee;
}
#classware_main_inner{
	width:660px;
	margin:20px;
}

#portal_bottom{
	width: 450px;
	margin-left:375px;
}

/*Dokument*/
#rightsubcontent{
	float:right;
	margin-top:-40px;
	margin-bottom:20px;
	margin-left:20px;
}
.ingress{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
/*Ansatte*/
div#ansatte ul li{
	width:100%;
	margin-bottom:20px;
	float:right;
	list-style:none;
	background-color: #eeeeee;
}
div.ansatt_info{
	padding:10px;
}
div.ansatt_info_bilde{
	width: 83%;
	float:right;
	padding:10px;
}
div.ansatt_bilde{
	width:12%;
	padding:5px;
}
.ansatt_tittel{
	font-weight:100;
}
