/*

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:#ffffff;
	text-align:center;
	line-height:16px;
	background-color:#666666;
	background-image:url(../images/system/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
div {
	clear:right;
}
div#page {
	width:100%;
	text-align:center;
	clear:both;
}
div#maincontent {
	margin:0px auto;
	width:775px;
	text-align:left;
}
a {
	color:#A23535;
	font-weight:normal;
	border:none;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
h3 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
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:#000000;
	font-weight:normal;
	line-height:16px;
	vertical-align:top;
	white-space:nowrap;
}
td.spacer {
	width:1px;
}
td.position_middle {
	vertical-align:middle;
}
.wordwrap {
	white-space:normal;
}
.clearbreak {
	clear:both;
}
table.strecher {
	margin:0px; padding:0px;
	width:100%;
	display:inline;
}
td.strecher {
	margin:0px; padding:0px;
	width:100%;
}

span.grau   {color:#666666;}

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

