
* {
    margin: 0;
    padding: 0;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

a:link, a:visited {
	  color: #AAED94;
	  text-decoration: none;
}

a:hover {
	  color: #FF0033;
}

h1 {
    margin-top: 23px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #445737;
    color: #C1B7A6;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 13px;
    font-family: Arial,Verdana, Helvetica, sans-serif;
}

li {
    line-height: 15px;
}

img {
    border: none;
}

body {
    background-color:#445737;
  	color:#D9D6CA;
  	font-size:12px;
  	font-family: "Trebuchet MS",Georgia,Serif,times;
    text-align: left;
}

#wrapper {
    width: 935px;
    margin: 0 auto;
}

#seite {
    float: left;
    width: 738px;
    margin: 10px;
    border: solid 1px #000;
}

header {
    position: relative;
    height: 119px;
    background-color: #202C1E;
}

#top_menue {
    margin: 5px 0 0 5px;
    float: left;
}

#top_menue ul {
  	list-style: none;
  	font-size: 0.8em;
}

#top_menue ul li {
  	float:left;
  	display: block;
  	list-style: none;
  	width: auto !important;
  	margin-right: 1px;
  	padding-left: 0px;
  	padding-right: 0px;
  	font-size: 11px;
  	white-space: nowrap;
  	font-weight:bold;
  	text-transform:uppercase;
    background: #263F23;
}

#top_menue ul li a {
  	line-height: 18px;
  	display: block;
  	text-decoration: none;
  	color: #CCCCCC;
    padding: 3px 15px 2px 15px
}

#top_menue ul li a:hover {
  	color: #ffffff;
  	background: #8D0009;
}

#active_menu {
  	color: #80AF5C;
}

#suchfeld {
    float: right;
    margin: 9px 9px 0 0;
}

#suchfeld input {
    max-width: 150px;
    height: 14px;
    font-size: 11px;
}

#banner {
    position: absolute;
    top: 33px;
    left: 0px;
}

#inhalt {
    display: inline-block;
    width: 728px;
    padding-left: 5px;
    padding-right: 5px;
    background: #191919 url(http://www.rscommunity.de/cms/images/bg_content.gif) repeat-x;
    vertical-align: top;
}

#left_menue {
    float: left;  
    width: 160px;
    margin: 15px 0 0 0;
}

#left_menue ul {
  	list-style: none;
  	margin-bottom: 10px;
    font-size: 0.8em;
}

#left_menue ul li {
  	display: block;
  	list-style: none;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    font-size: 11px;
    background: #263F23;
    margin-top: 1px;
}

#left_menue ul li a {
  	line-height: 18px;
  	display: block;
    text-indent: 10px;
    text-decoration: none;
    line-height: 20px;
    color: #ffffff;
}

#left_menue ul li a:hover {
  	background: #8D0009;
}

main {
  	float: right;
  	width: 551px;
  	min-height: 550px;
    padding: 7px;
}

main p {
    margin-top: 14px;
    margin-bottom: 14px;
}

main ul {
    padding-left: 25px;
    list-style-image:url(../images/arrow.png);
}

main li a {
    display: inline-block;
    line-height: 17px;
}


.zentriert {
    display: block;
    margin: 0 auto;
    text-align: center;
}

footer {
    padding: 5px;
    background-color: #263F23;
    border: 5px solid #191919;
    text-align: center;
}

#anzeige_rechts {
    float: left;
    margin: 130px auto 10px 5px;
}

/* Umfrage */

.poll {
    margin-bottom: 10px;
}

.poll caption {
    font-weight: bold;
    text-align: left;
    background-color: transparent;
}

.poll .buttons {
    text-align: center;
}

table.pollstableborder {
	border: 1px solid #333333;
	border-style:dotted;
}

.sectiontableheader {
	font-family: Arial,tahoma,verdana;
	background-color: #382D27;
  text-align: center;
	color: #C1FFC1;
	font-weight: bold;
	padding: 3px;
}

.sectiontableentry1 td {
	padding:3px 3px 3px 6px;
	background-color: #374E34;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}

.sectiontableentry2 td {
	padding:3px 3px 3px 6px;
	background-color:#2E4F28;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}

/* News */

#news section {
	  display: inline-block;
    width: 261px;
    padding: 0 5px;
    vertical-align: top;
}

#news section a {
    display: block;
}

#news h3 {
  	margin-top: 13px;
  	margin-bottom: 5px;
  	padding-left: 10px;
  	border-bottom: 1px solid #445737;
  	font-size: 13px;
  	color: #D9D6CA;
}

#news h4 {
    margin-top: 23px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #445737;
}

#news h4 a {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff9900;
}

#news h4 a:hover {
	color: #ff3300;
}

#news .pagenav {
    margin-top: 23px;
    text-align: center;
}

/* Diverses (noch zu ueberpruefen) */

.tables {
	text-align:center;
        margin: 2px;
        border: 0px;
	padding: 4px;
}

.thead {
	background-color: #840303;
        font-weight:bold;
}

.tmidhead {
	background-color: #470000;
}

.tablerow1 {
	background-color: #1E1E1E;
}

.tablerow2 {
	background-color: #262626;
}

.tablemrow1 {
	background-color: #1C2E1A;
}

.tablemrow2 {
	background-color: #20361D;
}

.t1 {
	background-color: #663300;
        font-weight:bold;
}

.t2 {
	background-color: #824100;
}

.a1 {
	background-color: #3A3A3A;
}

.a2 {
	background-color: #333333;
}

.b1 {
	background-color: #003300;
}

.b2 {
	background-color: #114902;
}

.inv {
        background-color:#524939;
        background-image:url(../images/invbg.png);
        margin:15px;
}

.button {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	background-color: #9C0005 ;
	color: #ffffff;
	border: 1px solid #757575;
}

.inputbox {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}

.back_button {
	clear: both;
	margin-top: 40px;
  text-align: right;
}


/* Tabellen neu */

table {
    margin-bottom: 1em;
    text-align: center;
}

caption {
    margin: 0 2px;
    background-color: #840303;
    font-weight:bold;
}

th {
	 background-color: #470000;
}

/* Datenbanken */

.db {
    width: 714px;
}

.db .rechts {
    margin-top: 2px;
    text-align: right;
}


.datenbank {
    width: 515px;
    margin: 2rem auto;
    text-align: center;
}

.datenbank .suchfeld {
    margin: 1rem auto 2rem auto;
}

.datenbank .db_inhalt {
    margin: 1em auto;
    padding: 20px;
    border: 1px solid #757575;
    overflow: hidden;
    background-color: #222222;
}

.datenbank .db_inhalt table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.datenbank .db_inhalt p {
    margin-top: 0;
    margin-bottom: 0;
}

.datenbank .kk {
    background-color: #430043;
}

.datenbank section {
    float: left;
    width: 50%;
}

.datenbank h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.datenbank ul {
    list-style: none;
    padding: 0;
}

.datenbank table {
    width: 515px;
    margin-bottom: 2rem;
}

.datenbank table .bild {
    padding: 10px;
    overflow: hidden;
}

/* Datenbank fuer Gegenstaende */

.datenbank .daten .bild {
    width: 100px;
}

.datenbank .daten2 td {
    padding: 10px;
}

.datenbank .tragbar {
    float: left;
    width: 175px;
}

.datenbank .boni {
    float: left;
    margin-left: 15px;
    width: 325px;
}

.datenbank .boni td {
    width: 33%;
}


/* Ratgeberuebersichten */

.ratgeberuebersicht  {
    text-align: center;
}

.ratgeberuebersicht .kategorie {
    padding-top: 1em;
}

.ratgeberuebersicht table {
    margin: 0 0 3em auto;
    width: 470px;
    text-align: left;
    border: hidden;
}

.ratgeberuebersicht .fertigkeiten {
    margin-right: auto;
    width: 360px;
}

.ratgeberuebersicht .gilden {
    margin-right: auto;
    width: 300px;
}

.ratgeberuebersicht table .nicht_vorhanden {
    width: 15px;
}

.ratgeberuebersicht table .icon {
    width: 36px;
}

.ratgeberuebersicht table .name {
    width: 265px;
}

.ratgeberuebersicht table .name_kurz {
    width: 150px;
}

.ratgeberuebersicht table .ap {
    width: 20px;
}

/* Fertigkeitenrechner */

.fertigkeitenrechneruebersicht  {
    text-align: center;
}

.fertigkeitenrechneruebersicht table {
    margin: 0 70px 3em auto;
    width: 350px;
    text-align: left;
    border: hidden;
}

.fertigkeitenrechner {
    width: 400px;
    margin: 1em auto;
    padding: 1em 50px;
    border: 1px solid #757575;
    overflow: hidden;
    background-color: #222222;
}

.fertigkeitenrechner p {
    margin-bottom: 2em;
}

.fertigkeitenrechner .ep_stufe label {
    display: inline-block;
    width: 80px;
}

.fertigkeitenrechner .ep_stufe input {
    margin-right: 20px;
}

.fertigkeitenrechner .ep_stufe .label_span {
    display: inline-block;
    width: 100px;;
}

.fertigkeitenrechner .kategorie {
    min-width: 230px;
}

.fertigkeitenrechner input {
    margin: 2px 5px;
}

.fertigkeitenrechner .rechts {
    float: right;
}

/* Kampfstufenrechner */

.kapfstufenrechner {
    width: 420px;
    margin: 1em auto;
    padding: 1em 20px;
    border: 1px solid #757575;
    overflow: hidden;
    background-color: #222222;
}

.kapfstufenrechner p {
    margin-bottom: 2em;
}

.kapfstufenrechner table {
    width: 420px;
}

.kapfstufenrechner table caption{
    background-color: transparent;
}

#result {
    display: none;
    margin-bottom: 1em;
    text-align: center;
}

.kampfstufe {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: bold;
}

.kampfstufen {
    table-layout: fixed;
}

.kampfstufen .zahl {
    font-weight: bold;
}

#futurelevels {
    font-weight: bold;
}

#futurelevels table {
    width: 250px;
    margin: auto;
}

#futurelevels table td{
    padding-left: 70px;
    text-align: left;
}

#maxlevel {
    display: none;
    font-weight: bold;
}


/* Team */

.team {
    text-align: center;
}

.team table {
    width: 400px;
    margin: 1em auto 3em auto;
    table-layout: fixed;
}

.team table caption {
    background-color: #1C2E1A;
}


/* vivent.at */

#vivent {
    display: none;
    clear: both;
    width: 145px;
    margin-left: 307px;
    text-align: center;
}

/* Inhaltsverzeichnis für Ratgeber */

.inhaltsverzeichnis {
  counter-reset:ebene1;
  list-style-type:none;
}

.inhaltsverzeichnis li:before {
  content: counter(ebene1) ". ";
  counter-increment:ebene1;
}

.inhaltsverzeichnis li ol {
  padding-left: 1rem;
  counter-reset:ebene2;
  list-style-type:none;
}

.inhaltsverzeichnis li ol li:before {
  content: counter(ebene1)"."counter(ebene2,decimal) ". ";
  counter-increment:ebene2;
}

.inhaltsverzeichnis li ol li ol{
  padding-left: 1rem;
  counter-reset:ebene3;
  list-style-type:none;
}

.inhaltsverzeichnis li ol li ol li:before {
  content: counter(ebene1)"."counter(ebene2,decimal)"."counter(ebene3,decimal) ". ";
  counter-increment:ebene3;
}