/* Main Layout */
body {
	background-color: #1c1c1c;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	color: #8c8c8c;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #e73d00;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #ffffff;
  text-decoration: none;
}

a.category:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #e73d00;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #8c8c8c;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8c8c8c;
  font-weight: bold;
  background-color: #1e1e1e;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #454545;
  background-color: #222222;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #9A9A9A;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #454545;
  background-color: #333333;
  color: #9a9a9a;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #e73d00;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  width: 600px;
  color: #8c8c8c;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  width: 600px;
  color: #ffffff;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #ffffff;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #222222;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #1d1d1d;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* Layout index */
#wrapper {
	margin: 0 auto;
	width: 1101px;
	background: url(images/design/pagebg.jpg) top left repeat-y;
}

#container {
	margin: 0 auto;
	width: 1083px;
}

#top {
	width: 1083px;
	height: 47px;
	background: url(images/design/top.jpg) top left no-repeat;
	color: #959595;
	font: bold 10px verdana;
}

#top .welcome {
	float: left;
	width: 503px;
	padding: 16px 0 0 30px;
	margin-right: 20px;
}

#top .langswitch {
	float: left;
	width: 500px;
	padding: 16px 30px 0 0;
	text-align: right;
}

#head {
	clear: both;
	width: 1083px;
	height: 183px;
	background: url(images/design/head.jpg) top left no-repeat;
}

#nav {
	clear: both;
	width: 1083px;
	height: 50px;
	background: url(images/design/navbg.jpg) top left no-repeat;
}

#menu {
  height: 38px;
  margin-left: 240px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  float: left;
  margin-right: 15px;
}

#menu ul li a {
  display: block;
  height: 38px;
  margin-top: 9px;
  background-position: right bottom;
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #848484;
  text-shadow: 1px 1px 0px #000000;
}

#menu ul li:hover a {
  background-position: right top;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
}

#menu .menu {
  width: 109px;
  background-image: url(images/design/menu.gif);
  text-align: center;
  vertical-align: middle;
}

#menu ul li ul {
  display: none;
  position: absolute;
  width: 107px;
  z-index: 100;
  border: 1px solid #777777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  background-color: #232323;
}

#menu ul li:hover ul {
  display: block;
}

#menu ul li ul li {
  float: none;
  text-align: center;
  padding-bottom: 5px;
}

#menu ul li ul li a {
  color: #888888;
  line-height: 12px;
  height: 12px;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
}

#menu ul li ul li a:hover {
  color: #ffffff;
  line-height: 12px;
  height: 12px;
  font-weight: bold;
}

#content {
	clear: both;
	width: 1083px;
}

#content .links {
	float: left;
	width: 224px;
}

#content .links .pad {
	padding: 4px 10px 6px 10px;
	margin: 0;
}

#content .inhalt {
	float: left;
	width: 637px;
}

#content .inhalt .scrolltext {
	width: 637px;
	height: 36px;
	background: url(images/design/scrolltext.jpg) top left no-repeat;
}

#content .inhalt .content_start {
	width: 637px;
	height: 41px;
	background: url(images/design/content_start.jpg) top left no-repeat;
}

#content .inhalt .content_news_wars {
	width: 637px;
	height: 194px;
	background: url(images/design/content_news_wars.jpg) top left no-repeat;
}

#content .inhalt .content {
	width: 637px;
	background: url(images/design/contentbg.jpg) top left repeat-y;
}

#content .inhalt .content_end {
	width: 637px;
	height: 30px;
	background: url(images/design/content_end.jpg) top left no-repeat;
}

#content .rechts {
	float: left;
	width: 222px;
}

#content .rechts .pad {
	padding: 4px 10px 6px 10px;
	margin: 0;
}

#foot {
	clear: both;
	width: 1083px;
	height: 65px;
	background: url(images/design/foot.jpg) top left no-repeat;
}

#foot .claninfo {
	float: left;
	width: 205px;
	padding: 20px 0 0 20px;
	margin-right: 20px;
}

#foot .copyright {
	float: left;
	width: 340px;
	padding: 20px 0 0 0;
	margin-right: 20px;
}

#foot .codeinfo {
	float: left;
	width: 340px;
	padding: 20px 0 0 0;
	margin-right: 20px;
}

#foot .totop {
	float: left;
	width: 118px;
	padding: 39px 0 0 0;
}
