		
		html, body {
			background-color: #FFF4D6;
			background-repeat: repeat-x;
			margin: 0 auto;
			height: 100%;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #796A55;
			background-image: url(../img/basic/main_bg.gif);
		}
		a {
			color: #796A55;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		br {
			clear: both;
		}
		ul {
			margin: 0;
			padding: 0;
		}
		li {
			list-style-type: none;
		}
		img {
			padding-bottom: 2px;
		}
		img.border {
			border: 1px solid #AA231C;
		}
		img.float {
			float: left;
			padding-right: 5px;
			padding-bottom: 5px;
		}
		input {
			border: 1px solid #AA231C;
			font-size: 8pt;
			padding-left: 2px;
			color: #000000;
		}
		select {
			font-size: 8pt;
			color: #000000;
		}
		.none {
			border: 0;
		}
		.nodisplay {
			display: none;
		}
		
		/* KOPF */
		
		#page-container {
			background-image: url(../img/basic/container_bg.gif);
			padding-top: 50px;
			padding-bottom: 20px;
			width: 780px;
			height: auto;
			margin: 0 auto;
			background-repeat: no-repeat;
		}
		#kopf {
			width: 100%;
			height: 108px;
			background-color: #FFF4D7;
		}
		#logo {
			float: left;
			position: relative;
			left: 38px;
			top: 20px;
		}
		#systemnavi {
			float: left;
			position: relative;
			left: 284px;
			top: 67px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #AA231C;
		}
		#systemnavi ul li {
			float: left;
		}
		#sprachbox {
			float: left;
			position: relative;
			left: 20px;
			top: 10px;
		}
		.systemnavibutton {
			padding-left: 10px;
			padding-right: 10px;
			background: url(../img/basic/pfeil_weiss_transparent.gif) no-repeat;
			color: #AA231C;
		}	
		.systemnavibutton:hover {
			background: url(../img/basic/pfeil_gelb_transparent.gif) no-repeat;
			text-decoration: underline;
		}

		#primaernavi {
			float: left;
			width: 640px;
			height: 51px;
			background-color: #EBF0F5;
			border-bottom: 1px solid #FFEFC5;
		}
		/* ENDE KOPF */
		
		/* BOXEN seitlich */
		.boxseitlich {
			float: left;
			width: 140px;
			height: 100%;
			background-color: #FFFCE8;
		}
		.box {
			width: 126px;
			height: auto;
			padding: 7px;
			padding-bottom: 20px;
			color: #796A55;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #FFEFC5;
		}
		.box h3 {
			font-size: 10pt;
			color: #796A55;
		}
		.box li {
			margin-top: 10px;
		}
		.button {
			list-style-type: none;
			margin: 0px;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 0px;
			padding-left: 16px;
			background: url(../img/basic/pfeil_gelb.gif) no-repeat;
		}
		/* BUTTONS */
		.button:hover {
			background: url(../img/basic/pfeil_blau.gif) no-repeat;
			text-decoration: underline;
		}
		.button-active {
			list-style-type: none;
			margin: 20px 0px 0px;
			padding: 0px 0px 0px 16px;
			background: url(../img/basic/pfeil_blau1.gif) no-repeat;
		}
		
		.submit {
			list-style-type: none;
			margin: 0px;
			margin-top: 4px;
			padding: 0px;
			padding-left: 24px;
			background: url(../img/basic/pfeil_gelb_submit.gif) no-repeat;
			float: left;
		}
		.submit:hover {
			background: url(../img/basic/pfeil_blau_submit.gif) no-repeat;
			text-decoration: underline;
		}
		.menu {
			margin: 0;
			padding: 0;
			height: auto;
			padding-left: 9px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #FFEFC5;
		}
		.menu ul li {
			margin-top: 4px;
			margin-bottom: 4px;
			float: none;
		}
		.submenu {
			list-style-type: none;
			margin: 0px;
			margin-left: 15px;
			padding: 0px;
			padding-left: 12px;
			background: url(../img/basic/pfeil_gelb_transparent.gif) no-repeat;
		}
		.submenu:hover {
			background: url(../img/basic/pfeil_blau_transparent.gif) no-repeat;
		}
		.submenu-active {
			list-style-type: none;
			margin: 0px;
			margin-left: 15px;
			padding: 0px;
			padding-left: 12px;
			background: url(../img/basic/pfeil_blau_transparent.gif) no-repeat;
		}
		.seitenbox {
			margin: 0 auto;
			margin-top: 10px;
			margin-bottom: 10px;
			width: 119px;
			height: auto;
		}
		.seitenbox h3 {
			margin: 0;
			padding-top: 8px;
			padding-left: 5px;
			width: 100%;
			height: 23px;
			font-size: 10pt;
			color: #AA231C;
			background-image: url(../img/basic/rahmen/kopf_seitenbox.gif);
			background-repeat: no-repeat;
		}
		.seitenbox span {
			display: block;
			margin: 0;
			padding: 5px;
			width: 109px;
			background-color: #fff;
			border: 1px solid #FFEFC5;
			border-top: 0;
		}
		
		/* INHALT */
		#content {
			float: left;
			width: 601px;
			height: 100%;
			color: #796A55;
			font-size: 9pt;
			padding-left: 20px;
			padding-right: 17px;
			padding-top: 20px;
			background-color: #fff;
			border-top: 1px solid #fff;
			border-left: 1px solid #FFEFC5;
			border-right: 1px solid #FFEFC5;
		}
		#content h2 {
			font-size: 13pt;
			color: #AA231C;
			font-weight: bold;
		}
		#content h3 {
			font-size: 9pt;
			color: #AA231C;
			font-weight: normal;
		}
		.contentboxL {
			float: left;
			width: 280px;
			height: auto;
			margin-top: 20px;
			margin-bottom: 10px;
			background-color: #FFFCE8;
		}
		.contentboxR {
			float: right;
			width: 280px;
			height: auto;
			margin-top: 20px;
			margin-bottom: 10px;
			background-color: #FFFCE8;
		}
		.contentboxhead {
			display: block;
			margin: 0;
			width: auto;
			height: 19px;
			padding-top: 5px;
			padding-left: 5px;
			font-size: 11pt;
			color: #AA231C;
			font-weight: bold;
			background-color: #FFF4D7;
			background-image: url(../img/basic/rahmen/content_rundung_rechts.gif);
			background-repeat: no-repeat;
			background-position: top right;
		}
		.contentboxtext {
			display: block;
			padding: 5px;
		}
		/* RAUS?! */
		
		.contenthead {
			display: block;
			margin: 0;
			width: auto;
			height: 10px;
			padding-top: 5px;
			padding-left: 0px;
			font-size: 13pt;
			color: #002569;
			font-weight: bold;
			background-color: #FFFFFF;
		}
		.contentboxtable {
			display: block;
			padding: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			border: thin none;
			margin: 2px;
		}

		/* TABELLEN */
		td.topnorm {
			border-right: 1.0pt dotted #FFEFC5;
		}
		td.topleft {
			border-right: 1.0pt solid #FFEFC5;
		}
		td.firstleft {
			border-top: 2.0pt solid #FFEFC5; 
			border-right: 1.0pt solid #FFEFC5;
		}
		td.firstnorm {
			border-top: 2.0pt solid #FFEFC5; 
			border-right: 1.0pt dotted #FFEFC5;
		}
		td.firstright {
			border-top: 2.0pt solid #FFEFC5; 
		}
		td.left
		{
	border-top: 1.0pt solid #FFEFC5;
	border-right: 1.0pt solid #FFEFC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
		}
		td.left2 {
			border-right: 1.0pt solid #FFEFC5
		}
		td.norm {
			border-top: 1.0pt solid #FFEFC5; 
			border-right: 1.0pt dotted #FFEFC5;
		}
		td.norm2 {
			border-right: 1.0pt dotted #FFEFC5;
		}
		td.right {
			border-top: 1.0pt solid #FFEFC5; 
		}
		td.bottom {
			border-top: 1.0pt solid #FFEFC5;
			border-right: 1.0pt dotted #FFEFC5;
			border-bottom: 1.0pt solid #FFEFC5;
		}
		td.bottomright {
			border-top: 1.0pt solid #FFEFC5;
			border-bottom: 1.0pt solid #FFEFC5;
		}
		td.bottomleft {
			border-top: 1.0pt solid #FFEFC5;
			border-right: 1.0pt solid #FFEFC5;
			border-bottom: 1.0pt solid #FFEFC5;
		}
		
		
		/* SHOP */
		
		#shopmenu {
			background-color: #FFFCE8;
			padding-left: 20px;
			padding-top: 5px;
			padding-bottom: 3px;
			padding-right: 20px;
		}
		#shopcontent {
			float: left; 
			width: 601px; 
			height: 100%; 
			color: #796A55; 
			font-size: 9pt; 
			padding-left: 20px; 
			padding-right: 17px; 
			padding-top: 20px; 
			background-color: #fff; 
			border-top: 1px solid #FFEFC5;
		}
		.artikelbild {
			float: left;
			padding-right: 5px;
			padding-bottom: 5px;
			/*border: 1px solid #AA231C;*/
		}
		.beschreibungbox {
			width: 70%;
			float: left;
			padding: 5px;
		}
		.preisbox {
			width: 25%;
			float: right;
			padding: 5px;
		}
		.errortext {
			color: red;
		}
		
		td.head {
			background-color: #FFEFC5;
		}
		td.body {
			background-color: #FFFCE8;
		}
		.klein {
			font-size: 11px;
		}
		.gross {
			font-size: 14px;
		}
.aText {
	text-decoration: underline;
}

