/*

wichtig:

allgemein:
	keine umlaute in den css-dateien!
klassen- und id-bezeichnungen:
	keine unter- oder bindestriche. nur zusammengeschriebene woerter!
	
*/
/* ---------- allgemeine definitionen - start ----------*/

* {
	margin:0px; padding:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#BBBBBB;
	text-align:center;
	line-height:16px;
	background-color:#000000;
	background-image:url(../images/system/background.gif);
	background-repeat:repeat-x;
}
div {
	clear:right;
}

/* SEITENPOSITION - Start */
div#page {
	width:100%;
	text-align:center;
	clear:both;
}
div#maincontent {
	margin:0px auto;
	width:775px; height:auto;
	text-align:left;
	background-color:#292929;
}
/* SEITENPOSITION - Ende */

/* Hintergrund Content - Start */
table#inhalt {
	width:100%;
}
table#inhalt td.inhalt {
	padding:10px 20px 29px 25px;
	width:100%; height:500px;
	text-align:left;
	background-image:url(../images/system/content_background.jpg);
	background-repeat:no-repeat;
	white-space:normal;
}
/* Hintergrund Content - Ende */

a {
	color:#FF9A0A;
	font-weight:normal;
	border:none;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a:focus {
	-moz-outline:none;
}
img {
	border:none;
}
input, option, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	line-height:16px;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BBBBBB;
	font-weight:normal;
	line-height:16px;
	vertical-align:top;
	white-space:nowrap;
}
.wordwrap {
	white-space:normal;
}
.clearbreak {
	clear:both;
}
.spacerunten {
	margin-bottom:20px;
}
.spaceroben {
	margin-top:20px;
}

/* ---------- allgemeine definitionen - ende ----------*/

span.seitetext {
	color:#BBBBBB;
}
span.seitetextzusatz {
	padding-left:20px;
	color:#BBBBBB;
	font-family:Arial;
	font-size:9px;
}

