@CHARSET "UTF-8";
body {
	font-variant: normal;
        font-family: "Verdana";        
        font-size: 13px;
	margin: auto;
	padding: 0;
	color: #000000;
        background: url('img/background.png') repeat-x top center;
	width: 100%;
        height: 100%;
	text-align: center;
}
a {
	text-decoration: none;
	color: #267469;
}
a:hover {
	text-decoration: none;
	color: #56a99d;
}
a img {
    border: 0px solid #000000;
}
.header {
	width: 1024px;
	height: 130px;
	margin: 0 auto 0 auto;
	background: url('img/headerBackground.png') no-repeat top center;
}
.header img {
    margin-left: 64px;
    position: relative;
    left: 32px;
    top: 5px;
}
.contentBody {
    margin: auto;
    width: 1024px;
    text-align: center;
    overflow: hidden;
}
.rightColumn {
    float: right;
    width: 256px;
    padding: 0 0 0 0;
    margin: 0 1em 0 1em;
}
#content {
    width: 999px;
    padding:  0 1em 0 1em;
    margin-top: 1em;
    text-align: left;
}
#menu {/*selve menyen*/
    width: 1024px;
    height: 27px;
    padding-top: 3px;
    background: url('img/menuBack.png') repeat-y top center;
    text-align: center;
    color: #6a83af;
    font-size: large;
}
.subMenu {
    height: 27px;
    padding-top: 3px;
    text-align: center;
    color: #6a83af;
    font-size: medium;
}
#menu ul, .subMenu ul {/*hovedtekst meny*/
    display: inline;
    width: 100%;
    list-style: none inside;
    padding: 0 0 0 0;
    text-align: right;
}
#menu ul li, .subMenu ul li {
    display: inline;
    width: 100%;
    padding: 0 0 0 0;
}
#menu ul a, .subMenu ul a {/*menytekst*/
    width: 189px;
    color: #6a83af;
    text-decoration: none;
    font-weight: bold;
    padding: 0 15px 0 0;
}
#menu ul a:hover, .subMenu ul a:hover {
    color: #267469;
}
.article,.event {
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	width: 100%;
	color: #FFFFFF;
	border-bottom: 2px solid #6a83af;
	
}

.article_title,.event_title {
	font-weight: bold;
	font-size: large;
	color: #000000;
	margin-top: 0px;
}

.article_title a,.event_title a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.event_type {
	color: #666;
    float:right;
}

.event_subtekst {
    display: inline;
    font-weight: bold;
}

.article_info{
	text-align: left;
	color: #6a83af;
	font-size: small;
	margin:0;
	padding: 0;
        width: 65%;
}

.event_info {
	text-align: left;
	color: #666;
	font-size: small;
    width: auto;
}
.event_info strong {
    color: #666;
}

.articleBox, .eventBox {
    margin: 1em 0 1em 0;
    padding: 10px 0 10px 0;
}

.articleBox strong, .eventBox strong {
    position: relative;
    left: 1em;
    bottom: 14px;
}

.eventitem, .article_line {
    overflow: hidden;
    border-bottom: 1px solid #6a83af;
}
.eventitem a span{
    float: right;
    margin: 0 5px 0 0;
}

.eventBox span {
    margin-left: 1em;
}

.article_image img {
	margin: auto;
	padding: 0;
	max-width: 99%;
        min-height: 0px;
}

.article_image {
	margin: auto;
	padding: 0;
	text-align: left;
}

.article_body,.event_body, .event_text {
	font-size: small;
	padding: 1em 0em 0 1em;
	color: #000000;
}

.article_body_short {
	margin-top: 1em;
	font-size: small;
	padding-left: 1em;
	color: #000000;
	overflow: auto;
}
.article_body a, .article_body_short a{
	color: #00F;
	text-decoration: underline;
}

.article_admin {
	font-size: small;
    width: 30%;
}

.event_admin {
    width: 100%;
    font-size:small;
    display: block;
}

.article_admin a,.article_admin a:visited,.event_admin a,.event_admin a:visited
	{
	font-size: small;
	color: #267469;
	text-decoration: underline;
}
.article_admin a:hover,.event_admin a:hover
	{
	font-size: small;
	color: #FFFFFF;
	background-color: #6a83af;
}

.article_list {
    text-align:center;
	width: 20%;
	height: 100%;
	float: right;
	margin: 0 0 0 0;
}

.article_list h3, .article_list h4 {
	color: #6a83af;
}

.article_list a {
	color: #6a83af;
	text-decoration: underline;
}

.article_list a:hover {
	background: #6a83af;
}

.article_link {
	text-align: left;
}

.article_link a {
	color: #6a83af;
	text-decoration: underline;
	display: none;
}

.article_link a:hover {
	color: white;
	background:#6a83af;
}

.article_link a:visited {
	color: #267469;
}
#registrationForm .inputDesc {
	width: 128px;
	display: block;
	float: left;
        padding-top: 2px;
}
.searchbox {
	float: right;
}
.userGroups {
    float: left;
    width: 35%;
}
.userEdit {
    width: 100%;
    clear: both;
    padding-top: 1em;
}
.userPayments {
    float: right;
    width: 55%;
}
.footer {
    background: url('img/footerBack.png') repeat-x top center;
    height: 48px;
    width: 1024px;
    text-align: right;
    color: #6a83af;
    font-size: small;
    clear: both;
    margin: 1em auto 0 auto;
    z-index: 1000;
}
.footer_text {
	width: 999px;
        padding: 1em 5px 0 0;
        color: #6a83af;
	margin: auto;
}
.footer_text a {
    color: #6a83af;
    font-weight: bold;
}
.footer_text a:hover {
    color: #267469;
}
.login_mpass {
    bottom:1em;
    position:relative;
}
#loginForm a {
	text-align: right;
        color: #6a83af;
        font-size: small;
        text-decoration: underline;
}

#loginForm {
        position: relative;
        top: 8em;
	float: right;
	margin-right: 2em;
	height: 1em;
        width: 256px;
	text-align: right;
	color: #6a83af;
	font-weight: bold;
}
#loginForm form {
        bottom: 4.5em;
        position: relative;
}

#loginBox, #passwordBox {
	margin: 0;
	color: #6a83af;
	border: 1px solid #6a83af;
}
#submitBox {
	border: 1px solid #6a83af;
	background: #dae3f9;
	color: #6a83af;
	font-weight: bold;
}
#submitBox:hover {
    background: white;
}
.action_failed {
	text-align: center;
	font-weight: bold;
	background: #dae3f9;
	border: 1px solid #6a83af;
	color: #FF0000;
}
.action_failed a, .action_success a {
    color: blue;
}
.action_success {
	text-align: center;
	font-weight: bold;
	background: #dae3f9;
	border: 1px solid #6a83af;
	color: #00AA00;
}
.logTable {
	border-spacing: 0;
	text-align: center;
	border: 1px solid #6a83af;
}
.logTable th{
	background: #6a83af;
	border-bottom: 1px solid black;
}
.logTable tr.tableRowEven{
	background: #dae3f9;
}
.logTable td {
	text-align: left;
}
.logTable tr:hover {
	background: #bac3d9;
}
#eventform {
    width: 100%;
}
.tooltip {
    visibility: hidden;
    background: url('img/tooltipbg.png') repeat-x center center;
    text-align: center;
    font-weight: bold;
    padding: 3px 0 5px 0;
    color: #6a83af;
    border: solid 1px #6a83af;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #CCC;
    margin: 5px 0 5px 0;
    max-height: 1em;
    overflow: hidden;
}
#mailRecievers {
    float: left;
    width: 30%;
    height: 100%;
}
.img_center{
	text-align: center;
	margin: 25px 0;
}
.img_index{
	float: left;
	margin: 0 1em 0 0;
}
.kursinfo{
        width: 100%;
	border-bottom: 2px solid #6a83af;
	margin: 25px 0 25px 0;
}
.h1{
    clear: left;
    width: 70%;
	font-weight: bold;
	text-align: left;
	font-size:180%;
	margin: 25px 0;
}
.h2{
	font-weight: bold;
	text-align: left;
	font-size: 130%;
	letter-spacing: 1px;
        margin: 15px 0 15px 0;
}
.h3{
        font-weight: bold;
	text-align: left;
	font-size: 130%;
	letter-spacing: 1px;
        margin: 15px 0 15px 0;
        position: relative;
        left: 135px;

    }
.h4{
	font-weight: bold;
	text-align: left;
	font-size: 105%;
	margin: 35px 0 0 0;
}
.h5{
	font-weight: bold;
	text-align: left;
	font-size: 105%;
	margin: 35px 0 0 0;
        clear: none;
}
ul.list {
	list-style-type:circle;
}
ol.list{
}
.bodyText{
	margin: 40px 0 40px 0
}
#groupList {
    float: left;
    width: 25%;
    margin: 0.5em 2em 0 0;
}
#newsletterSubmit {
    float: right;
}
.profileContainer {
	display: table;
	width: 100%;
}
.profileGroup {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 2em;
}
.profileGroupImage {
	display: table-cell;
	vertical-align: middle;
	width: 268px;
}
.profile {
	display: table-row;
}
.profileDescription {
        display: table-cell;
	vertical-align: middle;
	padding: 1em 1em 0 1em;
}
.profileImage {
        display: table-cell;
        width: 120px;
	vertical-align: middle;
}
.profileImage img {
	margin-top: 1em;
}
.contactFormText {
    font-size: 18px;
}
.contactFormText img {
    position: relative;
    top: 4px;
}
.contactForm p {
    float: left;
}
.contactForm fieldset {
    float: left;
    margin: 0 1em 0 0;
}
.contactForm #contactSubmit {
    float: right;
}
.imageAlbum{
    width: 100%;
    font-weight: bold;
    font-size: large;
    text-align: center;
    background: #dae3f9;
    border: 1px solid #6a83af;
    padding: 0;
    border-radius: 5px;
}
.albumTitle {
    height: 1em;
    padding: 5px 0 5px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}
.albumImageContainer {
    padding: 1em 0 1em 0;
    border-top: 1px solid #6a83af;
    border-bottom: 1px solid #FFFFFF;
}
.albumDescr {
    font-size: small;
    text-align: left;
    font-weight: normal;
    border-top: 1px solid #6a83af;
    padding: 5px 1em 5px 1em;
    margin: 0;
}
.imageContainer {
    display:inline-block;
    padding: 15px 15px 15px 15px;
    height: 96px;
    width: 128px;
}
.imageContainer br {
    margin: 0;
    padding: 0;
    width: 0;
}
.albumList {
    text-align: center;
}
.albumExample {
    height: 96px;
}
.albumFrame {
    margin: 0 8px 0 8px;
    width: 192px;
    background-color: #dae3f9;
    border: 1px solid #6a83af;
    text-align: center;
    float: left;
    border-radius: 5px;
}
.albumTitle {
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: medium;
}
.albumAdmin, .imageAdmin {
    border-top: 1px solid #6a83af;
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding: 2px 0 3px 5px;
    font-size: small;
    height: 1em;
}
.albumAdmin ul, .imageAdmin ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.albumAdmin ul li, .imageAdmin ul li{
    float: left;
    margin: 0;
    padding: 0 5px 0 5px;
    border-right: 1px solid #6a83af;
}
.imageFrame {
    text-align: center;
    margin: 8px auto 0 auto;
    height: 100%;
    width: 908px;
    background-color: #dae3f9;
    border: 1px solid #6a83af;
    border-radius: 5px;
}
.image img {
    box-shadow: 5px 5px 5px #444;
}
.imageAdmin a, .albumAdmin a {
    color: #267469;
    font-weight: bold;
}
.imageAdmin a:hover, .albumAdmin a:hover {
    color: #56a99d;
    font-weight: bold;
}
.imageDescr {
    text-align: left;
}
.imageTitle {
    border-bottom: 1px solid #FFFFFF;
    font-size: xx-large;
    margin: 0;
    padding: 5px 0 5px 0;
}
.imageMenu {
    border-top: 1px solid #6a83af;
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding: 5px 0 5px 0;
}
.imageMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.imageMenu ul li {
    padding: 0;
    margin: 0;
}
.image {
    margin: 1em 1em 1em 1em;
}
.navContainer {
    border-top: 1px solid #6a83af;
    border-bottom: 1px solid #FFFFFF;
}
.imageFrame #navBack {
    float: left;
    padding: 0 1em 0 1em;
}
.imageFrame #navFwd {
    float: right;
    padding: 0 1em 0 1em;
}
.imageDescr {
    padding: 1em 1em 1em 1em;
}