

.style1
{
	color: #EF0505
}

.style2 
{
	color: #FFFF00;
}

.style4 
{
	color: #00FF00;
}

.dkpsort
{
text-align:justify;
}

.page
{
	width:942px;
	margin:auto;

}

.header
{
	width: 686px;
	height: 366px;
	background: #370000;
	background-image:url(media/header2.gif);
}

.botmenu
{
	top:2em;
	left:1em;
	position:relative;
      float:right;
	width:230px;
	padding-top:6em;
	padding-left:1.5em;
	height:180px;
	background-image:url(media/infoboks.gif);
}

.guildboks
{
	top:3.6em;
	left:1em;
	position:relative;
    float:right;
	width:230px;
	padding-top:4.1em;
	padding-left:1.5em;
	height:278px;
}

.linkboks
{
	top:24em;
	left:23.2em;
	position:relative;
    float:right;
	width:230px;
	padding-top:4.7em;
	padding-left:2em;
	height:274px;
	background-image:url(media/infoboks5.gif);
}

.intro
{
	font-size:14px;
	font-weight:bold;
	color: #370000;
}

.story
{
text-align:left; 
padding:3px; 
margin-top:3px; 
margin-bottom:5px; 
}

div.hr {
  height: 24px;
  background: url(media/divider.gif) no-repeat scroll left;
}
div.hr hr {
  display: none;
}

td, th, p, li
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color:#FFFFFF;
}

a:link
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color: #c0c0c0;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active
{
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}

img
{
	padding:3px;
}

.contentholder
{
	border-left:1px dotted black;
	border-right:1px dotted black;
	padding:15px;
	width:610px;
}

.content
{

	width:686px;
	padding-top:1em;
	background: #370000;
	background-image:url(media/middle2.gif);
}

.content-inner
{
	position:relative;
	left:1.5em;
	width:640px;
	padding-left:1px;
}

.bottom
{
	width:250px;
	border:1px dotted white;
	background:#000000;
	font-size:9px;
	padding:2px;
}

.footer
{
	width: 686px;
	height:236px;
	background: #370000;
	text-align: center;
	color:#980e10;
	background-image:url(media/footer2.gif);

}

.ulmenu {
  text-align:center;
  padding-top:25.3em;
  padding-right:3em;
  }
  

.ulmenu li {
  list-style-type:none;
  display:inline;
  padding:1em;
  }

.boksback
{
font-size: 8px;
background-color:#333333;
border:1px solid;
border-color:#FF9900;
}

.ulmenu a, #ulmenu a:visited {
  display:inline;
  width:9em;
  font-family: verdana; /* ADDED */
  font-size:1.4em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:bold; /* ADDED */

  }

.ulmenu2 {
  text-align:left;
  }  
  
.ulmenu2 li{
  list-style-type:none;
  }  


/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #ff7200;
	border: 1px solid #b38465;
	background-color: #222;
}

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	border: 1px solid #444;
}
.btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: transparent;
	color: #AAA;
	border-style: none;
}
#helpline { color: #AAA; }

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #ff7200;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #ff7200;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #ff7200; 
	color: #FFF;
}

label:hover { 
	color: #ff7200; 
}
