* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
}


fieldset {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 1em;
}



.fehlerausgabe {
	border: solid red 2px;
	background: #FFF url(http://www.xnetcray.de/xforum/pics/icon_error.png) no-repeat 10px 10px;
	padding: 11px 10px 10px 36px;
	margin-bottom: 1em;
}



legend, .noscreen {
	display: none;
}


.klotz {
	background-color: #EEE;
	border: solid black 1px;
	white-space: pre;
	width: 35%;
	margin-bottom: 20px;
	overflow: auto;
	white-space: pre !important;

}

body {
	margin: 30px 70px;
	background: #FFF url(http://xnetcray.de/xforum/pics/xforum.gif) no-repeat fixed top right;
}



a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}


table.maintable, table.uebersichttable {
	width: 100%;
}


.sp_verf {

	width: 160px;

}



h1 {
	font-size: 36px;
	font-weight: normal;
	color: #333;
	margin-top: 1.5em;

}



th {
	background: #006A00 url(th_bg.gif) repeat-x;
	height: 33px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}


th#head_thema {
	text-align: left;
	padding-left: 10px;
}


th#thema_anzahlbeitraege {
	width: 90px;
}


th#head_letzterbeitrag {
	width: 160px;
}



td {
	background: #EEE;
	padding: 10px;
	border-bottom: 1px solid #FFF;
}


td.sp1 a:link, td.sp1 a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

td.sp1 a:hover, td.sp1 a:focus {
	font-weight: bold;
	color: #006A00;
	text-decoration: underline;
}


td.sp2, td.sp3 {
	text-align: center;
}


tr:hover td {
	background: #FAFAFA;
}


#userstatus {
	margin: 1em 0;
	font-style: italic;
}

.unten1em {
	margin-bottom: 1em;
}


form#login_form, form#anmeldung_form {
	margin-top: 1em;
	background: #EEE;
}

.padd1em {
	padding: 1em;
	margin-bottom: 1em;
}

form#login_form input, form#anmeldung_form input {
	background: #FFF;
	border: solid #DDD 1px;
	padding: 2px;
}

form#login_form label, form#anmeldung_form label {
	margin-right: 1em;
}

form#login_form label#lfpwd, form#login_form input#loginbutton {
	margin-left: 3em;
}


div#nutzer_online {
	margin: 0.5em 0 3em;
	padding-top: 0.5em;
	border-top: solid #DDD 1px;
}

div#nutzer_online ul, div#nutzer_online ul li {
	display: inline;
	list-style: none;
}


form#beitrag_verfassen {

	margin-bottom: 3em;
}


input#thementitel {
	border: solid #DDD 1px;
	width: 100%;
	margin-bottom: 1em;
}


form#beitrag_verfassen div#borderfix {
	display: block;
	border: solid #DDD 1px;
	padding: 10px;

}

form#beitrag_verfassen textarea {
	display: block;
	width: 100%;
	height: 200px;
	border: 0;
}

form#beitrag_verfassen input#submit {
	float: right;
	padding: 0.3em 1em;
	position: relative;
	top: -1px;
	border: solid #DDD 1px;
	background: #FFF;
}

form#beitrag_verfassen input#submit:hover {
	float: right;
	padding: 0.3em 1em;
	position: relative;
	top: -1px;
	border: solid #DDD 1px;
	background: #FAFAFA;
}


.getback, a.getback, a.getback:link, a.getback:visited {
	color: #555;
	text-decoration: none;
	margin-right: 1em;
}

a.getback:hover, a.getback:focus {
	text-decoration: underline;
}



img.profilbild {
	border: solid 1px #CCC;
	float: left;
	width: 200px;
	height: 300px;	
}

div.profiltext {
	float: left;
	width: 400px;
	margin: 0 0 2em 1em;
	padding-left: 1em;
	border-left: solid 1px #888;

}


div.profiltext h3 {
	color: #333;
	font-weight: normal;
	font-size: 20px;
}



dl dt {
	line-height: 30px;
	color: #888;
	display: block;
	float: left;
	clear: left;
	width: 150px;
}

dl dd {
	line-height: 30px;
	color: #000;
	display: block;
	float: left;
	clear: right;
	width: 250px;
}


a#link_logout, a#link_logout:link, a#link_logout:visited, a#link_logout:hover {
	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_key_go.gif) no-repeat left;
}

a#link_uebersicht, a#link_uebersicht:link, a#link_uebersicht:visited, a#link_uebersicht:hover {
	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	white-space: nowrap;
	background: url(http://xnetcray.de/xforum/pics/icon_back.gif) no-repeat left;
}


a#link_login, a#link_login:link, a#link_login:visited, a#link_login:hover {
	margin-left: 12px;

	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_key.gif) no-repeat left;
}

a#link_anmeldung, a#link_anmeldung:link, a#link_anmeldung:visited, a#link_anmeldung:hover {
	margin-left: 12px;

	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_anmelden.gif) no-repeat left;
}

a#link_profilbearbeiten, a#link_profilbearbeiten:link, a#link_profilbearbeiten:visited, a#link_profilbearbeiten:hover {
	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_profil.gif) no-repeat left;
}

#benutzerm {
	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_user_male.gif) no-repeat left;
}



div.profilbearbeitung label {
	width: 160px;
	float: left;
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
}

div.profilbearbeitung input, div.profilbearbeitung select {
	border: solid #CCC 1px;
	float: left;
	clear: right;
	background: #FFF;
	padding: 4px;
	vertical-align: middle;
	width: 200px;
}




#benutzerw {
	padding: 4px 0 4px 20px;
	line-height: 16px !important;
	height: 16px;
	background: url(http://xnetcray.de/xforum/pics/icon_user_female.gif) no-repeat left;
}

form h3 {
	margin-bottom: 1em;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}



label.pflicht {
	color: #F00;
}


input.pflicht {
	border: solid #F00 1px !important;
}
