/* CSS Document */
BODY {
	leftmargin="0" topmargin="0" marginwidth="0" marginheight="0";
	MARGIN: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12 px;
	background-color: #e2c18c;
}
a:visited   {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
a:active   {
	color: #00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: fett;
    text-decoration:underline;;
}
a:hover   {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: fett;
    text-decoration:underline;
}
a:link   {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
 .red /* Seitentitel all */
{
 color:#993300;
 font-family:verdana;
 font-size:14 px;
 text-decoration:none
 }
.red-1 /* Tabellentext all */
{
 color:#993300;
 font-family:verdana;
 font-size:12px;
 text-decoration:none
 }
 .red-2 /* input text formular */
 {
 color:black;
 font-family:verdana;
 font-size:12 px;
 text-decoration:none
 }
#inhalt { /* container all*/
	HEIGHT: 410px;
	WIDTH: 675px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: auto;
}
.box { /* link box all */
	width: 250px;
	background: #835114;
	cursor: hand;
}

/* box runde ecken home*/
    .box h1, .box p {margin: 0 10px; font-size:14px; color:#ffffff;}
    .box h1 {font-size:16px; color:#ffffff; }
    .box .top, .box .bottom{display:block;background: #e2c18c;}
    .box .top b, .box .bottom b{display:block;height: 1px; overflow: hidden; background: #835114;}
    .box .r1{margin: 0 5px;}
    .box .r2{margin: 0 3px;}
    .box .r3{margin: 0 2px;}
    .box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

