/* Basisklassen für Layout */

body {
    background: #000000;
    color: #dddddd;
    font-family: Garamond,Adobe Garamond Pro,Georgia,serif; 
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size:99.9%;
	}
#page {
	background: #333333 url("header_bg.jpg") top no-repeat;
    width: 1000px;
	margin: 0px auto;
    padding: 0;
    text-align: left;
	}
#header {
    height: 193px;
	}
#menu {
	background: url("side_bg.jpg") left top no-repeat;
	float: left;
	width:12em;
	min-height: 850px;
	margin: 0px auto;
    padding-top: 2em;
    padding-left: 1.8em;
    padding-right: 0em;
    padding-bottom: 2em;
    text-align: left;
	}
#content {
	background: url("side_bg.jpg") top right no-repeat;
	display:block;
	min-height: 850px;
	margin-left: 14em;
	padding-left: 1em;
	padding-right: 2.5em;
	padding-top: 3.3em;
	padding-bottom: 2em;
	}
#footer {
	background: url("footer_bg.jpg") bottom right no-repeat;
    clear:both;
	height: 58px;
	margin: 0px;
    padding-left: 15em;
    font-size: 0.7em;
    line-height: 4em;
	}
a.arrow {
    background: url("/gfx/headline_pfeil.gif") 0 5px no-repeat;
    padding-left: 18px;
}

/* Navigation */

ol.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display:block;
}
.nav li {
    padding-left: 0.7em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin: 0;
    display: block;
    font-size: 1em;
    color: #ffffff;
    background: url("menuarrow.gif") 0 0.5em no-repeat;
}
.nav li a {
	color: #dddddd;
    text-decoration: none;
}
.nav li a:hover {
    text-decoration: underline;
}
.nav li.title { border-bottom: 1px dotted #23190d; font-weight:bold; background-color:#614a30; color:#e57a30; }

/* Basisklassen für Schriften im Content-Bereich */

h1	{
	font-size:1em;
	letter-spacing: 0.1em;
	color:#e57a30;
	}
h2	{
	font-size:1em;
	letter-spacing: 0.1em;
	color:#e57a30;
	}
p 	{
	font-size:1em;
	color:#dddddd;
	line-height:1.2em;
	text-align:justify;
	}
	
a {
	color:#dddddd;
	text-decoration: underline;
	}

a:hover { text-decoration: none; }



th	{
	background-color: #AABBAA;
	}
	
td.d	{
	background-color: #DDEEDD;
	}
	
td.h	{
	background-color: #EEFFEE;
	}
	
img	{border-color: #23190d;}
	
img.left {
	margin-left:1px;
	margin-right:12px;
	margin-top:4px;
	margin-bottom:4px;
	border-width:1px;
	border-color:#23190d;
	float:left;
	}
	
img.right {
	margin-left:12px;
	margin-right:1px;
	margin-top:4px;
	margin-bottom:4px;
	border-width:1px;
	border-color:#23190d;
	float:right;
	}
	
table.sidebar {
	width:190px;
	border-width:1px;
	border-style:solid;
	border-style:dotted;
	}
	
table.mitrand {
	border-width:1px;
	border-style:solid;
	border-style:dotted;
	}
	
textarea, input, select { background-color:#876845; border: 1px solid #23190d;}

pre {
	background-color: #614a30; 
	border: 1px solid #000000;
	padding: 0.2em 0.5em;
	margin-left: 30px;
	}

/*#######################################*/
/* PELAS: Ultimativ neue Kastenklassen   */
/*#######################################*/

div.kasten {
	margin-bottom: 15px;
	margin-right: 10px;	
}
h3.kasten {
  	line-height:35px;
	margin:0px;
	padding-bottom:0px;
	padding-left:10px;
	background:url("kasten_header_bg.png") top repeat-x;
	color: #e57a30;
  	font-size: 13pt;
  	font-weight: bold;
}
div.kastentext {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:5px;	
	border-left: 1px solid #23190d;
	border-right: 1px solid #23190d;
}
div.kasten .ecke-or {
	width:6px;
	padding:0px;
	margin:0px;
	background:url("kasten_header_right.png") right top no-repeat;
	float:right;
	display:block;
	height:34px;
}
div.kasten .ecke-ol {
	width:6px;
	padding:0px;
	margin:0px;
	background:url("kasten_header_left.png") left top no-repeat;
	float:left;	
	display:block;
	height:34px;
}
div.kasten-footer {
	margin:0px;
	padding:0px;
	height:6px;

	display:block;
	font-size: 1px;
	background-color:#4a5a4a;
	background:url("kasten_footer_bg.png") bottom repeat-x;
}
div.kasten .ecke-ul {
	width:6px;
	height:6px;
	padding:0px;
	margin:0px;
	background:url("kasten_footer_left.png") left bottom no-repeat;
	float:left;
	display:block;
}
div.kasten .ecke-ur {
	width:6px;
	height:6px;
	padding:0px;
	margin:0px;
	background:url("kasten_footer_right.png") right bottom no-repeat;
	float:right;	
	display:block;
}

p.kasten {
	margin-top:4px;
	margin-bottom:3px;
  	text-align: justify;
}

td.kasten {
	margin-top:4px;
	margin-bottom:3px;
}

hr.kastenseparator {
	margin:0;
	padding:0;
	border: 1px dotted #aaaaaa;
	border-style: none none dotted;
}


/*################*/
/* Standard-PELAS */
/*################*/

td.pelas_newstitle {
    font-size: 1.1em;
    font-weight:bold;
}
td.pelas_newstitle_small { 

}
td.pelas_newsautor { 
    font-size: 0.8em;
    color: #157405;
}
td.pelas_benutzer_titel { 
    background-color: #2e2a25;
    font-weight:bold;
}
td.pelas_benutzer_inhalt { 
    background-color: #303030;
}
td.pelas_benutzer_prefix { 
    background-color: #393939;
}
td.PelasSmallComment {
    font-size: 8pt;
}

td.sitzborder { 
    background-color: #23190d;
}
td.sitzcontent { 
    background-color: #464038;
    text-align:left;
    padding:4px;
    font-size: 0.95em;
}

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


/* Teilnehmerliste */

td.TNListe {
    background-color: #2e2a25;
    font-weight:bold;
}
td.TNListeTDA {
    background-color: #393939;
}
td.TNListeTDB {
    background-color: #303030;
}

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

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


/* Forum */

td.forum_titel {
    background-color: #2e2a25;
    font-weight:bold;
}

td.forum_bg1 {
    background-color: #393939;
}
td.forum_bg2 {
    background-color: #303030;
}

.forumlink {
    font-size: 0.9em;
}
a.forumlink:hover {
    text-decoration: underline;
}

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

/* Allg. Tabellen mit Hintegrundfarbe */

td.header {
    background-color: #2e2a25;
    font-weight:bold;
}
td.dblau {
    background-color: #303030;
    font-weight: normal;
}
td.hblau {
    background-color: #393939;
    font-weight: normal;
}


/* phpbb2Code */

div.ng_quote_body,
div.ng_code { 
    background-color: #776537;
    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;
}

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

/* Attraktiv gestaltete Tabellenliste */

table.liste {
	
}
table.liste th {
	padding: 0.4em;
	font-size: 0.75em;
	color:#ffffff;
	background-color: #2e2a25;
	border-bottom: 2px solid #1e1a15;
}
table.liste td {
	padding: 0.4em;
	font-size: 0.75em;
	border-bottom: 1px solid #23190d;
}


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

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


/* Einfach gerandeter (Tabellen-)Kasten */

table.kasten {
	border: 1px solid #23190d;
	-moz-border-radius: 5px;
}
table.kasten th {
	color:#ffffff;
	padding: 0.4em;
	font-size: 0.75em;
	background-color: #2e2a25;
}