body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	#background-image: url(../pics/backgr.jpg);
	#background-attachment: fixed;
	#background-position: 0px -200px;
	background-color: #FCFAD1;
	background-image: url(../pics/bg.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

	#background-position: left top;
}

a:link {
	color: #EA981B;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA981B;
}

a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-repeat: repeat-x;
}
.Stil1 {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
}

p {
	line-height: 1.4em;
}

/*H1 für Überschriften in Kategorien*/
.mode-kategorie {
	padding: 10px 0 0 10px;
}

/*Trennstrich zwischen Kategorien*/
hr.trenn {
	background-color: #C2C760;
	color: #C2C760;
	width: 470px;
	margin-left: 5px;
	border-width: 2px;
	border-style: none;
}

/*Trennstrich zwischen Kategorien mit 4 Bildern*/
hr.trenn-lang {
	background-color: #C2C760;
	color: #C2C760;
	width: 630px;
	margin-left: 5px;
	border-width: 2px;
	border-style: none;
}

/* Content ----------------------------------------------------------------------*/

#rahmen-oben {
	background-image: url(../pics/rahmen-oben.gif);
	height: 17px;
	width: 800px;
	
}

#content {
	background-image: url(../pics/rahmen-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 3px 0 10px 0;
	width: 800px;
	margin: 0;
	clear: both;
	
}

#rahmen-unten {
	background-image: url(../pics/rahmen-unten.gif);
	height: 17px;
	width: 800px;
	
}

.pad {
	padding: 0 50px 00 40px;
}

.rahmen-pad {
	margin: 0 0 0 40px;
}

