html, body  {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}



a  {		color: #333333;}
a:hover {	color: #CC0000;}

span#grau_s a{		color: #666666; font-size:10px;}
span#grau_s a:hover {	color: #CC0000;}

span#ueberschrift{
	font-size : 16px;
	font-weight : bold;
	color: #975b3b;
	margin-bottom:5px;
	text-decoration: none;
}

span#ueberschrift a{
	font-size : 16px;
	font-weight : bold;
	color: #975b3b;
	margin-bottom:5px;
	text-decoration: none;
}
span#ueberschrift a:hover{color: #333333;}


td, .schrift  {
	font-family : arial;
}


/*---------- Schriften ------------*/
.gross  {
	font-size : 16px;
	font-weight : bold;
}

.mittel  {
	font-size: 12px;
	
}

.klein  {
	font-size : 12px;
	font-family : arial;
	background-repeat: no-repeat;
}

.xxl {
	font-size : 20px;
	font-weight : bold;
}

h1 {	font-size : 24px;	font-weight : bold;	color: #975b3b; margin-bottom:5px;}
h2 {	font-size : 20px;	font-weight : bold;	color: #975b3b; margin-bottom:5px;}
h3 {	font-size : 16px;	font-weight : bold;	color: #975b3b; margin-bottom:5px;}
h4 {	font-size : 14px;	font-weight : bold;	color: #975b3b; margin-bottom:5px;}


.braun {color:#975b3b;}

.s {
	font-size:10px;
	color: #666666;
}
.m { font-size:11px; }
.l { font-size:14px; }
.xl{ font-size:16px; }

/*---------- Sonstiges ------------*/

.rahmen  {
	background-color : #b7b7b7;
}


