/* GRUND */
body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url('http://www.surfnet.fi/~vnringen/css/img/bg.png');
}
body, table, tr, th, p, span, div, a {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#wrapper {}
#wrapper td {
	background-color: #ffffff;
}
#header {
	width: 780px;
	height: 80px;
	background: #ffffff url('http://www.surfnet.fi/~vnringen/css/img/vnurbalk.png') no-repeat top left;
}
#left-content {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main-content {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#span-content {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#right-content {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.column-separator {
	border-left: 1px solid #aa0000;
}
.create_right, .edit_right, .delete_right {
	background-color: #eee;
	display: block;
	padding: 3px;
}
.error {
	color: red;
}
#searchform {}
#searchform label {}
#searchform input#search {
	width: 100px;
}
#searchform input.btn {}

/* LÄNKAR */
a {
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* RUBRIKER */
h1, h1.mod-header, span.mod-title {
	font-size: 16px;
	color: #aa0000;
}
span.mod-title  {
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #aa0000;
}
h3 {
	font-size: 13px;
	color: #aa0000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #aa0000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: bold;
	color: #aa0000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #aa0000;
}

/*
.top-corners {
	background: url('http://www.surfnet.fi/~vnringen/css/img/tl.gif') no-repeat top left;
	width: 100%;height: 3px;
	font-size: 1px;
}
.top-corners div {
	background: url('http://www.surfnet.fi/~vnringen/css/img/tr.gif') no-repeat top right;
	width: 100%;
	height: 3px;
	font-size: 1px;
}
.bottom-corners {
	background: url('http://www.surfnet.fi/~vnringen/css/img/bl.gif') no-repeat bottom left;
	width: 100%;
	height: 3px;
	font-size: 1px;
}
.bottom-corners div {
	background: url('http://www.surfnet.fi/~vnringen/css/img/br.gif') no-repeat bottom right;
	width: 100%;
	height: 3px;
	font-size: 1px;
}
#khlogo {
	position: absolute;
	top: 50px;
	right: 0px;
	float: right;
}
*/

/* NAVIGERING */
/* First nav */
#navigationbar0 {
	background-color: #aa0000;
	background-image: url('http://www.surfnet.fi/~vnringen/css/img/bgvnur.png');
	width: 100%;
	border-top: 1px solid white;
}
#level0 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#level0 li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	text-transform:uppercase;
}
#level0 .level0-unselected a:link, #level0 .level0-unselected a:visited {
	font-weight: bold;
	color:#ffffff;
	margin: 5px 10px 0px 0px;
	text-decoration: none;
}
#level0 .level0-unselected a:hover {
	color:#ff8800;
}
#level0 .level0-selected a:link, #level0 .level0-selected a:visited {
	font-weight: bold;
	color:#ff8800;
	margin: 5px 10px 0px 0px;
	text-decoration: none;
}
#levelrec1 {
	margin: 0px;
	padding-left: 0px;
}
#levelrec1 ul {
	margin: 0px;
	padding-left: 10px;
}
#levelrec1 li {
	list-style: none;
}
#levelrec1 a:link, #levelrec1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #aa0000;
}
#levelrec1 a:active, #levelrec1 a:hover {
	color: #ff8800;
	text-decoration: none;
}
#levelrec1 a.current {
	color:#ff8800!important;
}

/* MODULER */
/*
ul {
	padding-left: 15px;
} 
.itemlist dt {
	clear: left;
}
.itemlist dd, dd {
	padding: 0px;
	margin: 0px;
}
.itemlist dd img {
	float: left;
	margin: 5px 5px 5px 0px;
}
*/
/* MOD REQUIRED (inloggning & redan röstat) 
p.req {
	font-style: italic;
}
*/

/* CSS EXAKT PER MODUL */

/* Text.Begin */
.text {}
/* Text.Begin */

/* Kalender.Begin */
.calmod {}
.calmod span.mod-title {}
.calmod table {
	width:100%;
}
.calmod th {
	padding: 2px;
	text-align: left;
}
.calmod tr.even {
	background-color: #eee!important;
}
.calmod tr.odd {}
.calmod tr.even td {
	background-color: #eee!important;
}
.calmod tr.odd td {}
.calmod h1.mod-header {}
.calmod h3 {}
/* Kalender.End */

/* 5 Kalenderposterlista.Begin */
.cal_list {}
.cal_list span.mod-title {}
.cal_list dl.itemlist {}
.cal_list dt {
	padding: 0px 0px 10px 0px;
}
/* 5 Kalenderposterlista.End */

/* Nyheter.Begin */
.newsmod {}
.newsmod h1 {
	margin-top: 0px;
	padding-top: 0px;
}
.newsmod span.mod-title {}
.newsmod dl.itemlist {}
.newsmod dt {
	font-size: 16px;
	clear: left;
}
.newsmod dd {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.newsmod dd.introduction {
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
/* Nyheter.End */

/* Löpsedel.Begin */
.newsbill {}
.newsbill span.mod-title {}
.newsbill dl {}
.newsbill dl.itemlist {}
.newsbill dt {
	clear: left;
	font-size: 16px;
	font-weight: bold;
}
.newsbill dt.heading {
	font-size: 16px;
	font-weight: bold;
}
.newsbill dd {
	padding: 0px;
	margin: 0px;
}
.newsbill dd img {
	float: left;
	margin: 5px 5px 5px 0px;
}
.newsbill dd.introduction {
	font-weight: bold;
}
.newsbill dd.introduction img {
	float: left;
	margin: 5px 5px 5px 0px;
}
.newsbill dd.text {}
.newsbill dd.posted {
	display: none;
}
.newsbill {}
.newsbill {}
/* Löpsedel.End */

/* Artikel.Begin */
.article {}
.article span.mod-title {}
.article dl.itemlist {}
.article dt {
	font-size: 12px;
	font-weight: bold;
	clear: left;
}
.article dd {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.article dd.introduction {
	font-weight: normal;
}
.article dd.introduction img {
	margin: 5px 5px 5px 0px;
}
.article dd.posted {
	display: none;
}
/* Artikel.End */

/* Användarlista.Begin */
.member {}
.member span.mod-title {}
.member ul.itemlist {
	padding-left: 10px;
	margin-left: 10px;
}
.member ul.itemlist li {}
/* Användarlista.End */

/* Artikellista.Begin */
.article_list {}
.article_list span.mod-title {}
.article_list ul {
	padding-left: 10px;
	margin-left: 10px;
}
.article_list ul li {}
/* Artikellista.End */

/* Artikellista per modul.Begin */
.article_big_list {}
.article_big_list span.mod-title {}
.article_big_list dl.itemlist {}
.article_big_list dt {
	clear: left;
}
.article_big_list dt.heading {
	font-size: 16px;
}
.article_big_list dd {
	padding: 0px;
	margin: 0px;
}
.article_big_list dd.introduction {
	font-weight: bold;
	min-height: 80px;
}
.article_big_list dd.introduction img {
	margin: 5px 5px 5px 0px;
}
.article_big_list dd.posted {
	display: none;
}
/* Artikellista per modul.End */

/* Länkar.Begin */
.link {}
.link span.mod-title {}
.link dl {}
.link dt {}
.link dt span.url {}
.link dd {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.link dd.desc {}
/* Länkar.End */

/* Dokument.Begin */
.doc {}
.doc span.mod-title {}
.doc p.req {
	color: red;
	font-style: italic;
}
.doc dl.itemlist {}
.doc dt.heading {
	font-size:16px;
}
.doc dd {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.doc dd.file {}
/* Dokument.End */

/* Bildgalleri.Begin */
.gallery {}
.gallery span.mod-title {}
.gallery div.gallery-list {
	float: left;
	border: 1px solid black;
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.gallery div.gallery-list img {}
.gallery div.gallery-list p.img-title {
	text-align: center;
}
.gallery div.gallery-list p.posted {
	display: none;
}
.gallery div.img-dec {}
.gallery h1.img-title {}
.gallery p.img-date {
	display: none;
}
.gallery p.img-desc {}
/* Bildgalleri.End */

/* E-post formulär.Begin */
.simpleform {}
.simpleform span.mod-title {}
.simpleform dl.cdform {}
.simpleform dt {}
.simpleform dd.data {
	margin: 0px;
	padding: 0px;
}
.simpleform dd.cdbutton {
	margin: 0px;
	padding: 0px;
}
/* E-post formulär.End */

/* Faq.Begin */
.faq {}
.faq span.mod-title {}
.faq dl {}
.faq dd {}
.faq dd span.posted {}
/* Faq.End */

/* Gallup.Begin */
.poll {}
.poll span.mod-title {}
.poll p.poll-quest {}
.poll p.poll-desc {}
.poll dl {}
.poll dt {}
.poll dt.poll-radio {}
.poll dd {
	padding: 0px;
	margin-left: 5px;
}
.poll dd.poll-img {}
.poll p.cdbutton {}
/* Gallup.End */

/* Ljudfiler.Begin */
.sound {}
.sound span.mod-title {}
/* Ljudfiler.End */

/* Login.Begin */
.login {}
.login span.mod-title {}
.login form#loginform {}
.login label {}
/* Login.End */

/* Forum.Begin */
.forum {}
.forum span.mod-title {}
.forum div#threads {}
.forum div#threads dl {}
.forum div#threads dt {}
.forum div#threads dd {
	padding: 0px;
	margin: 0px;
}
.forum div#topic {}
.forum dl#blue {}
.forum dl#blue dt {}
.forum dl#blue dd {
	padding: 0px;
	margin: 0px;
}
.forum div#threads span.posted {}
.forum div#forum-form {}
.forum div#forum-form dl#green {}
.forum div#forum-form dt {
	font-weight: bold;
}
.forum div#forum-form dd {
	padding: 0px;
	margin: 0px;
}
.forum div#forum-form dd.note {
	font-size: smaller;
}
.forum div#forum-form dd.note strong.alert {
	color: #aa0000;
	font-weight: normal;
}
.forum div#posts {}
.forum div#posts dl {}
.forum div#posts dt {
	padding: 3px;
	background-color: #eee;
}
.forum div#posts dd {
	padding: 3px;
	margin: 0px;
	border: 1px solid #eee;
}
.forum div#posts dd p.reply {}
/* Forum.End */

/* Forumlist.Begin */
.forumlist {}
.forumlist span.mod-title {}
.forumlist ul {
	padding-left: 10px;
	margin-left: 10px;}
.forumlist ul li {}
/* Forumlist.End */

/* Evenemang.Begin */
/*
.event {}
.event span.mod-title {}
.event table {
	width: 100%;
}
.event th {
	background-color: #0f4368;
	color: white;
	padding: 2px;
	text-align: left;
}
.event tr.odd {}
.event tr.even {
	background-color:#eee;
}
.event h1.mod-header {}
.event dl {}
.event dt {}
.event dd {}
*/
/* Evenemang.End */

/* Evenemanglista.Begin */
/*
.events-list {}
.events-list span.mod-title {}
.events-list ul {
	padding-left: 10px;
	margin-left: 10px;
}
.events-list ul li {}
*/
/* Evenemanglista.End */

/* CSS EXAKT PER MODUL */