@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 90% 0%;
	color: #F0F0F0;
    background-image: url(http://images.dark-omen.org/frontpage/cloud_left.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

a {
	color: #F0F0F0;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0px;
}

h1.headline {
	font-size: 35px;
    margin-top: 30px;
    margin-left: 10%;
}

h1.headline a {
	text-decoration: none;
}

h2.headline2 {
	font-size: 25px;
    margin-top: 10px;
    margin-left: 20%;
}

h2.headline2 a {
	text-decoration: underline;
}

h2.headline2 a:hover {
	text-decoration: none;
}

div.header {
	position: relative;
	margin-top: 20px;
	width: 90%;
	height: 268px;
	margin-left: 5%;
	margin-right: 5%;
}

div.header div.languagechooser {
	position: relative;
	right: 30px;
	width: 85px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	background-image: url(http://images.dark-omen.org/frontpage/languagechooser.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 18px;
	float: right;
	overflow: hidden;
}

div.header div.languagechooser a {
	color: #000000;
    display: block;
    text-decoration: none;
    z-index: 2;
}

div.header div.head_bg {
	position: relative;
	height: 224px;
	width: 100%;
	background-color: #622628;
	background-repeat: repeat-x;
	clear: both;
}

div.header div.head_bg div.head_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 224px;
	width: 9px;
	background-image: url(http://images.dark-omen.org/frontpage/head_left.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

div.header div.head_bg div.head_right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 224px;
	width: 9px;
	background-image: url(http://images.dark-omen.org/frontpage/head_right.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

div.header div.head_bg div.head_texture {
	position: relative;
	width: 750px;
	height: 83px;
	background-image: url(http://images.dark-omen.org/frontpage/head_texture.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

div.header div.head_bg form {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 280px;
	z-index: 2;
}

div.header div.head_bg form input {
	background-image: url(http://images.dark-omen.org/frontpage/input.jpg);
	border: none;
	width: 166px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

div.header div.head_bg form input.login {
	background-image: url(http://images.dark-omen.org/frontpage/login_button.jpg);
	border: none;
	width: 83px;
	height: 54px;
	font-weight: bold;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.header div.head_bg form span.pw_text {
	font-weight: bold;
	margin-left: 5px;
}

div.header div.head_bg form span.pw_text a {
	text-decoration: none;
}

div.header div.head_bg form span.register_text {
	font-weight: bold;
	margin-left: 40px;
}

div.header div.head_bg form span.register_text a {
	text-decoration: none;
}

div.header img.head_goblin {
	position: absolute;
	top: 2px;
	left: -20px;
	width: 283px;
	height: 267;
	overflow: hidden;
	clip: rect(0px, 283px, 266px, 0px)
}

div.header img.head_orc {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 345px;
	height: 244px;
	overflow: hidden;
	clip: rect(0px, 345px, 243px, 0px)
}

div.content {
	position: relative;
	margin-top: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
    font-size: 13px;
}

div.content div.contentitem {
	position: relative;
    width: 29%;
    padding: 0 2%;
    text-align: justify;
    float: left;
}

div.content div.contentitem span.readmore {
	display: block;
    text-align: right;
    font-weight: bold;
}

div.content div.forum {
	position: relative;
    float: left;
    width: 29%;
    padding: 0 2%;
}

div.content div.forum dl dd {
	padding-left: 20px;
	margin-bottom: 20px;
}

div.menu {
	position: relative;
    background-image: url(http://images.dark-omen.org/frontpage/menu_bg.jpg);
    background-repeat: x-repeat;
    background-position: 0 1px;
	margin-top: 50px;
	width: 90%;
	height: 69px;
    overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
    margin-bottom: 50px;
    line-height: 69px;
    font-size: 20px;
}

div.menu span {
	position: relative;
	margin-left: 2%;
    width: 95px;
    height: 55px;
    display: block;
    float: left;
}

div.menu span a {
	position: relative;
	text-decoration: none;
    width: 95px;
    height: 55px;
    display: block;
    text-align: center;
}

div.menu span a:hover {
	text-decoration: none;
    background-color: #FFFFFF;
    background-image: url(http://images.dark-omen.org/frontpage/buttons.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000000;
    overflow: hidden;
}

div.menu div.menu_left {
	position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(http://images.dark-omen.org/frontpage/menu_left.jpg);
    height: 71px;
    width: 21px;
}

div.menu div.menu_right {
	position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(http://images.dark-omen.org/frontpage/menu_right.jpg);
    height: 71px;
    width: 21px;
}

div.menu form {
	position: relative;
    float: right;
    margin-right: 50px;
    font-size: 16px;
    font-weight: bold;
}

div.menu input.search {
    width: 171px;
    height: 21px;
    background-image: url(http://images.dark-omen.org/frontpage/search.jpg);
    border: none;
    padding-top: 3px;
    padding-left: 5px;
}

div.footer {
    /*color: #000000;*/
    font-size: 11px;
	margin-left: 5%;
	margin-right: 5%;
}

div.footer a {
	position: relative;
    /*color: #000000;*/
    margin-left: 1%;
    margin-right: 1%;
}
