html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B62327;
	text-decoration: none;
	height: 100%;
	background-color: #FFBA26;
	margin: 0px;
	
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B62327;
	text-decoration: none;
	border: 1px #B52021 solid;
	
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #B62327;
}

#table {
	height: 100%;
	background-image:URL(images/bg2.gif);
}

.menue {
	width: 133px;
	margin: 9px 0 0 75px;
	border-bottom: 1px #E1A11C solid;
}

.menue2 {
	width: 133px;
	margin: 9px 0 0 75px;
	border-bottom: 1px #E1A11C solid;
	border-top: 1px #E1A11C solid;
}

.menue a, .menue2 a {
	color: #000;
	font-weight: bold;
}

.menue a:hover, .menue2 a:hover {
	color: #B62327;
}

.menueaktiv {
	width: 133px;
	margin: 9px 0 0 75px;
	border-bottom: 1px #E1A11C solid;
	color: #B62327;
	font-weight: bold;
}

.header {
	text-align: right;
	padding: 38px 17px 8px 0;
}

.teaser {
	padding: 10px;
	background-image:URL(images/punkte.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.teaser2 {
	padding: 10px;
}

.footer {
	text-align: right;
	padding: 8px 0 0 0;
	margin: 30px 17px 0 10px;
	border-top: 1px #B62327 dotted;
}

.footer2 {
	text-align: right;
	padding: 5px 17px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.content {
	padding: 10px;
	font-size: 11px;
}

.submenue, .submenue a {
	background-color: #B62327;
	color: #fff;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	margin-right: 2px;
	margin-top: 2px;
}

.auflistung {
	padding-left:15px;
	background-image:url("images/aufz.gif");
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-top:5px;
}

.aktionen {
	background-image:url("images/bg-aktionen.jpg");
	background-repeat:no-repeat;
	background-color:#FFECC2;
	width:530px;
}

.aktionen-bild {
	padding:28px 0 0 6px;
}

.aktionen-text {
	padding:38px 0 5px 10px;
	font-size:10px;
}

h1 {
	margin:5px 0 0 0;
	font-size:16px;
	width:200px;
}


