body{
	font-family: Verdana, Arial, Bookman Old Style;
	font-size: 11;
   background-color: #333344;
	color: #000000;
	height: 100%;
	margin:0;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Bookman Old Style, Times New Roman, Times;
	}

h1{
	font-size: 20 pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin-right:10;
	}

h2{
	font-size: 14 pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	}

h3{
	font-size: 12 pt;
	font-weight: bold;
	color: #000000;
	}

p, table{
	font-family: Verdana, Arial, Bookman Old Style;
	font-size: 11;
	}

/*Mainmenu*/

.Menu{
	color: #666666;
	}
	
.MenuActive{
	color: #000000;
	}

#mainmenu a{
	font-family: Comic Sans MS;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	/*background-image: url('Lutherrose.jpg');*/
	height: 230%
	}

#mainmenu a:hover{
	color: #009900;
	}
	
/*Submenu*/

#submenu a{
	font-family: Verdana;
	font-size: 11;
	text-decoration: none;
	margin-left: 20;
	}
	
#submenu a:link{
	color: #cccccc;
	}
	
#submenu a:visited{
	color: #cccccc;
	}
	
#submenu a:active{
	color: #cccccc;
	}
	
#submenu a:hover{
	color: #ffffff;
	}
	
/*Login*/

#login a{
	font-family: Verdana;
	font-size: 11;
	text-decoration: none;
	}
	
#login a:link{
	color: #666666;
	}
	
#login a:visited{
	color: #666666;
	}
	
#login a:active{
	color: #666666;
	}
	
#login a:hover{
	color: #000000;
	}
	
/*Forum*/

.ForumThread{
	color: #666666;
	}
	
.ForumThreadActive{
	color: #000000;
	}

#forumthread a{
	font-family: Verdana;
	font-size: 11;
	text-decoration: none;
	line-height: 130%
	}

#forumthread a:hover{
	color: #009900;
	}
	
/*Artikler*/

#article {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
	font-weight: normal;
	line-height: 150%;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 15;
	}
	
#article h1 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 21;
	
	text-align: left;
	font-weight: bold;
	
	margin-top:0;
	margin-bottom: 7;
	
	}

#article h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 7;
	margin-top: 14;
	}
	
#articleleft a {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
	
	text-align: left;
	/*font-weight: bold;*/
	
	margin-top:0;
	margin-bottom: 7;
	text-decoration: none;
	
	}