/* Forum-Styles */

h2.forum {
	font-size: 14px;
	border-bottom: solid 2px #606060;
	}

ul.forum {
	font-size: 11px;
	padding: 0px;
	text-align: left;
	margin: 10px 20px 40px;
	list-style-type: none;
	}

ul.forum li {
	margin: 10px ;
	padding: 0px;
	}

ul.forum li:first-line {
	font-size: 14px;
	}


div.explain {
	text-align:left;
	font-size: 10px;
	padding: 5px;
	margin: 20px 0px 10px;
	border: solid 1px #202020;
	background-image: url('/images/int.gif');
	width: 598px;
	}


div.bottom {
	font-size: 10px;
	text-align: center;
	clear: both;
}

div.seiten {
	font-size:12px;
	}

table.memberlist {
	border-collapse: collapse;
	padding: 0px;
	margin: 10px 0px;
	border: none;
	width: 98%;
}

table.memberlist th{
	padding: 5px;
	border: solid 1px #606060;
	background-image: url('/images/int.gif');
	font-weight: bold;
}

table.memberlist td{
	padding-left: 5px;
	border: solid 1px #606060;
	background-color: #000000;
	font-weight: normal;
}


table.posts {
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0px;
	margin: 10px 0px;
	border: none;
	width: 98%;
}


table.posts th {
	font-weight: normal;
	vertical-align: top;
	padding: 3px;
	font-size: 10px;
	width: 150px;
	border: solid 1px #606060;
}

table.posts td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: solid 1px #606060;
}


div.postoptions {
	padding: 3px;
	margin: 0px 0px 5px;
	text-align: right;
	font-size: 12px;
	border-bottom: solid 1px #606060;
	background-image: url('/images/int.gif');
}


div.post {
	padding: 5px;
}

div.post a {
	text-decoration: underline;
	}

input, textarea{
	font-family: sans-serif;
	font-size: 13px;
	color: #ffffff;
	border: solid 1px #202020;
	background-color: #101010;
	background-image: url('/images/int.gif');
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}


input[type=text]{
	margin-bottom: 10px;
	width: 600px;
}

input.login {
	margin-bottom: 10px;
	width: 150px;
}

textarea {
	width: 600px;
	padding: 4px;
}

select {
	font-family: sans-serif;
	font-size: 13px;
	color: #ffffff;
	border: solid 1px #202020;
	background-color: #000000;
}


div.quote1 {
	color: #909090;
	margin: 15px;
	margin-bottom: 1px;
	font-weight: normal;
	font-size: 11px;
}

div.quote2, div.quote2_code {
	margin: 15px;
	margin-top: 0px;
	padding: 5px;
	background-image: url('/images/int.gif');
	border: solid 1px #909090;
}

div.quote2_code {
	font-family: monospace, sans-serif;
	font-size: 13px;
	color: #80ff80;
}


div.error {
	margin: 15px auto 15px 30px;
	padding: 8px;
	width: 620px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	background: #909090;
	border: solid 3px #606060;
	}
