/* Allgemeines */

body {
    background: #1F1C3B url("bg_site.jpg") 50% 0 repeat-x;;
    color: #000000;
    font-family: Verdana, Arial,sans-serif; 
    margin: 0;
    padding: 0 40px;
    text-align: center;
}

#page {
    margin: 0 auto;
    width: 829px;
}

p, ul, ol, li, td { 
    font-size: 9pt;
}

h1, h2, h3, h4 {
    color: #111122;
    font-family: Verdana, Arial, sans-serif;
}
h1 {
    font-size: 15pt;
    font-weight: normal;
}
h2 {
    font-size: 11pt;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
}
h4 {
    font-size: 9pt;
    font-weight: bold;
}

a {
    color: #000000;
}
a:visited {
    color: #4F0400;
}
a:active {
    color: #8F5460;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* News in Navbar rechts */
font.latest_date {
    font-family: Arial;
    font-size: 8pt;
}

a.latest_link {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
}
a.latest_link:hover {
    text-decoration: underline;
}


/* Header */

#header {
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 0;
}
#header a {
    background: url("header_ohne.jpg") center top no-repeat;
    display: block;
    margin: 0 auto;
    height: 135px;
    min-width: 829px;
}
#header span {
    display: none;
}


/* Navigation */

#topbar {
    background: #BBBECD url("bg_topbar-left.png") repeat-y;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    height: 20px;
    line-height: 18px;
    padding-left: 41px;
}

ol#nav {
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: block;
    float: left;
}
#nav li a {
    color: #2D2D2D;
    margin: 0;
    padding: 0 0.5em 0 0.2em;
    text-decoration: none;
}
#nav li a:hover {
    text-decoration: underline;
}

#usersettings {
    background: url("bg_topbar-right.png") right top repeat-y;
    float: right;
    height: 100%;
}
#usersettings td {
    padding: 0 0 0 0.3em;
    vertical-align: top;
}


/* Sprachen und Flaggen */

#languages a {
    float: left;
    text-decoration: none;
}
#languages a span {
    display: none;
}

.lang-en,
.lang-de {
    background-position: 0 2px;
    background-repeat: no-repeat;
    min-height: 12px;
    padding-left: 20px;
}
.lang-en {
    background-image: url("flag-en.png");
}
.lang-de {
    background-image: url("flag-de.png");
}

.grayedout {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}
a.grayedout:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
}


/* Inhaltsbereicht */

#main {
    background: #1F1C3B url("bg_main.png") repeat-y;
    border-bottom: 1px solid #000000;
}
#content {
    padding: 24px 16px 1em 42px;
}


/* Sidebar */

#sidebar {
    background: url("bg_sidebar.png") repeat-y;
    padding-left: 2px;
    width: 168px;
}
#sidebar h3,
#sidebar .box {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebar h3 {
    background: url("bg_sidebar-heading.png") repeat-y;
    font-size: 1em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
#sidebar .box {
    padding: 1em 0;
}


/* Pfeile */

ul.arrows {
    list-style: none;
    margin-left: 2em !important;
    margin: 0 0 0.5em 0.5em;
    padding: 0;
}
ul.arrows li,
.arrow {
    background: url("arrow.png") 0 3px no-repeat;
    min-height: 9px;
    padding-left: 18px;
}


/* Footer */

#footer {
    background: #E0E0E0 url("bg_footer-left.png") left top repeat-y;
    border-top: 1px solid #ffffff;
    text-align: center;
}
#footer p {
    background: url("bg_footer-right.png") right top repeat-y;
    font-size: 0.7em;
    margin: 0;
    padding: 0.5em 0;
}
#footer a {
    color: #000000;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}


/* News und Diverses */

td.headline { 
    color: #CC1111;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}


/* Ueberschrift Kommentare */

td.commentintro {
    background-color: #E0E0E0;
    color: #000000;
    font-weight: bold;
}

td.line { 
    background-image: url("gfx/std_hr.gif");
    color: #CC1111;
}

td.navbar { 
    /* background-color: #B0CBDC; */
    color: #2D2D2D;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 9pt;
}
/*
td.navbar2 { 
    background-color: #B0BACB;
    color: #000000;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 8pt;
}
*/

.navlink {
    color: #2D2D2D;
    font-size: 9pt;
    text-decoration: none;
}
a.navlink:hover {
    text-decoration: underline;
}

.newslink {
    color: #000000;
}


/* PELAS */

p.confirm {
    color: #008000;
}
p.fehler {
    color: #CC0000;
}


/* Überschriften als Link */

.UBLink {
    color: #111111;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.UBLink:visited {
    color: #111111;
}


/* News */

td.pelas_newstitle {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
td.pelas_newstitle_small { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
td.pelas_newsautor { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 8pt;
    color: #003A03;
    text-decoration: none;
}
td.pelas_benutzer_titel { 
    font-family: Verdana, Arial, sans-serif; 
    color: #000000;
    text-decoration: none;
    background-color: #BBBFCB;
}
td.pelas_benutzer_inhalt { 
    background-color: #E0E1E7;
}
td.pelas_benutzer_prefix { 
    background-color: #EBECF0;
}
td.PelasSmallComment {
    font-size: 8pt;
}

td.sitzborder { 
    background-color: #B0CBDC;
}
td.sitzcontent { 
    background-color: #145692;
    color: #DDDDDD;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 8pt;
}

td.Header_Separator {
    background-color: #ACADC1;
}


/* Teilnehmerliste */

td.TNListe {
    background-color: #BBBFCB;
    color: #000000;
}
td.TNListeTDA {
    background-color: #EBECF0;
}
td.TNListeTDB {
    background-color: #E0E1E7;
}

p.hervorgehoben { 
    font-size:10pt;
    font-weight: bold;
}

.TNLink {
    color: #000000;
    text-decoration: none;
}
a.TNLink:hover {
    text-decoration: underline;
}


/* Forum */

td.forum_titel {
    background-color: #BBBFCB;
    color: #000000;
    font-weight: bold;
}

td.forum_bg1 {
    background-color: #EBECF0;
}
td.forum_bg2 {
    background-color: #E0E1E7;
}

.forumlink {
    color: #000000;
    font-family: Arial, sans-serif; 
    font-size: 9pt;
    text-decoration: none;
}
a.forumlink:hover {
    text-decoration: underline;
}

.lastEdited {
    color: #9C1D1D;
    font-size: 7pt;
}


/* Allg. Tabellen mit Hintegrundfarbe */

td.header {
    background-color: #BBBFCB;
    color: #000000;
    font-weight: bold;
}
td.dblau {
    background-color: #E0E1E7;
    font-weight: normal;
}
td.hblau {
    background-color: #EBECF0;
    font-weight: normal;
}


/* phpbb2Code */

div.ng_quote_body,
div.ng_code { 
    background-color: #dddddd;
    border: 1px #000000 solid;
    padding: .2em .4em;
    left: 50px;
    position: relative;
    width: 80%;
} 
div.ng_quote_body {
} 
div.ng_code { 
    color: #ff0000;
    font-family: monospace;
}


/* printing */

@media print {
    body {
        background: transparent url();
    }
    #page {
        width: auto;
    }
    #header,
    #topbar,
    #sidebar {
        display: none;
    }
}

/*################################*/
/* Neue Klassen für PELAS         */
/*################################*/

/* Attraktiv gestaltete Tabellenliste */

table.liste {
	
}
table.liste th {
	padding: 0.4em;
	font-size: 0.75em;
	background-color: #CCCCCC;
	border-bottom: 2px solid #666666;
}
table.liste td {
	padding: 0.4em;
	font-size: 0.75em;
	border-bottom: 1px solid #666666;
}


/* Mit Abstand und Überschrift formatierte (Fakten-)liste */

div.factlist {
	line-height: 1.4em;
	margin-left:10px;
}
div.factlist_header {
	color: #000000;
	font-weight:bold;
	padding-bottom: 0.8em;
	fonz-size: 1.1em;
}


/* Einfach gerandeter (Tabellen-)Kasten */

table.kasten {
	border: 1px solid #666666;
	-moz-border-radius: 5px;
}
table.kasten th {
	padding: 0.4em;
	font-size: 0.75em;
	background-color: #CCCCCC;
}
