/******************************
 * Layout CSS für WORG BETA 1 *
 * Theme-Name: Woodland       *
 ******************************/

/* DIV Boxen */

body {
	background-color: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.73em;
}

#container {
	position:absolute;
	width: 920px;
	margin: 10px 40px 0px -450px;
	left: 50%;
}
*html #container {
	width: 940px;
	padding-left: 20px;
}


#header {
	width: 900px;
	height: 150px;
	float: left;
	background-image: url(woodland/head.jpg);
}

#navi {
	width: 120px;
	height: 500px;
	float: left;
	margin: -20px 0px 0px -20px;
	background-image: url(woodland/right.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

*html #navi {
	margin-left: -10px;
}
#content {
	width: 680px;
	padding: 0px 10px 0px 10px;
	min-height: 500px;
	float: left;
	background-image: url(woodland/centerbg.jpg);
}
*html #content {
	height: 500px;
}

#right {
	width: 120px;
	height: 500px;
	float: left;
	margin: -20px 0px 0px 0px;
	background-image: url(woodland/right.gif);
	background-repeat: no-repeat;
	padding-top: 20px;	
}

#hotbox {
	width: 120px;
	height: 200px;
	float: left;
}

#werbung {
	width: 120px;
	height: 320px;
	float: left;
}

#footer {
	width: 900px;
	height: 30px;
	float: left;
	color: #FFFFFF;
	text-align: center;
}

.listebg {
	border: 1px solid #FF9900;

}

/*indexteilung*/
#box1 {
	width: 50%;
	float: left;
}
#box2 {
	width: 50%;
	float: left;
}

/*Formularfelder */
input {
	background-color: #EECC66;
}
input:focus {
	background-color: #FFCC66;
}
select {
	background-color: #EECC66;
}
select:focus {
	background-color: #FFCC66;
}

textarea {
	background-color: #EECC66;
}
textarea:focus {
	background-color: #FFCC66;
}

/* Tabellen */
.tr1 {
	background-color: #EECC66;
}
.tr2 {
	background-color: #FFCC66;
}

.overview {
	background-color: #DDCC99;
	font-weight: bold;
}

th {
	background-color: #EE9933;
}

/*Board*/
.boardtable {
	border-bottom: 1px solid #660000;
}

.boardtr1 td{
	border: 1px solid #660000;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.boardtr2 td{
	border: 1px solid #660000;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	border-top: none;
	border-bottom: none;
	font-size: 0.8em;
}

.zitat {
	border: 1px solid #663300;
	width: 50%;
	font-size: 0.8em;
	margin-left: 20px;
	padding-left: 5px;
}

.boardtable2 td{
	border: 1px solid #663300;
}

.smallfont {
	font-size: 0.8em;
}


/* Navigation intern */

#navi a {
	color: #FF9900;
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: center;
	background-image: url(woodland/ueberlink_bg.gif);
	padding-top: 2px;
}

#navi ul {
	margin-top: 0px;
	margin-bottom: 4px;
}

#navi ul li {
	margin-left: -20px;
	list-style: none;
}

*html #navi ul li {
	margin-bottom: -14px;
}
#navi ul li a {
	background: none;
	height: auto;
	text-align: left;
}

#navi ul li a:hover {
	background-color: #FF6600;
	color: #000000;
}

/* CONTENT intern */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
p {
	font-size: 1em;
}

#content a {
	color: #993300;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* footer */
#footer a {
	color: #FFFFFF;	
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}


/*Anmelden.php*/

.errormsg {
	color: #CC0000;
	font-weight: bold;
}