body, html {
	height: 100%;
	width: 100%;
	FONT-SIZE: 12px; MARGIN: 0px; 
	FONT-FAMILY: Arial, helvetica, sans-serif;
}

.groundTable {
	height: 100%;
	width: 100%;
}

.imgback {
	background-image: url(../design/logo_gr.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.impressum {
	background-color: #aa0000;
	vertical-align: bottom;
	font-size: 9px;
	color: #ffffff;
}

.ortsanzeiger {
	height: 20px;
	background-color: #aa0000;
	vertical-align: bottom;
	font-size: 11px;
	color: #ffffff;
}

.ortsanzeiger a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.ortsanzeiger a:hover{
	text-decoration: underline;
}


/*********Formatierung Menue******************/
.menue {
	background-color: #aa0000;
	color: #FFFFFF;
	vertical-align:top;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	width: 183px;
}

.menue_element {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align:middle;
	font-weight: bold;
}

.menue_element a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
	height: 100%;
}

.menue_element:hover {
	background-color: #700000;
}

.menue_element:hover a{
	text-decoration:underline;
	background-color: #700000;
	display:block;
	width:100%;
}

.menue_element a:link{
	background-color:none;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
}

.menue_element a:hover{
	color:#FFFFFF;
	background-color: #700000;
	text-decoration:none;
	display:block;
	width:100%;
}
.menue_element a:visited{
	background-color:none;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
}

.pulldown_left {
	position:relative;
	height:0px;
	width:0px;
	top:0px;
	left:0px;
	border: solid 0px #000000;
	font-weight: normal;
}
.pulldown_left div{
	position:absolute;
	top:-21px;
	left:155px;
	width:150px;
	z-index:2;
	border: solid 2px #aa0000;
	background-color:#FFFFFF;
}

.pulldown_left div table{
	width:100%;
}

.pulldown_left div table tr td{
	background-color:#ffffff;
	font-size: 14px;
}

.pulldown_left div table tr td a:link{/*Anpassung für IE*/
	color:#000000;
	background-color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	display:block;
	width:100%;
}
.pulldown_left div table tr td a{/*Anpassung für Firefox*/
	color:#000000;
	background-color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	display:block;
	width:100%;
}


.pulldown_left div table tr td a:visited{
	color:#000000;
	background-color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	display:block;
	width:100%;
}

.pulldown_left div table tr td a:hover{
	background-color:#700000;
	color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	display:block;
	width:100%;
}

.banner {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 120px;
	border: none;
	background-image:url(../design/flammen_backgr.jpg);
	background-repeat: repeat;
	vertical-align: top;
}

/***********Artikel-Formatierung********/

.artikel {
	font-size: 12px;
	width: 600px;
	background-color: #ffffff;
	border: solid 2px #aa0000;
}

.artikel tr th {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
	background-color: #aa0000;
	border: solid 2px #aa0000;
	font-weight: none;
}

.artikel tr td {
	vertical-align: top;
	text-align: left;
}

.artikel tr td i {
	color: #888888;
	font-size: 9px;
}

.artikel tr td a {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}

.artikel tr td a:hover {
	color: #888888;
	font-size: 11px;
	text-decoration: underline;
}

.artikelBilder tr td {
	font-size: 9px;
	background-color: #ffffff;
	border: solid 2px #aa0000;
	text-align: center;
}
/***********Tabellen-Formatierung********/

.table {
	font-size: 12px;
	background-color: #ffffff;
	border: solid 2px #aa0000;
}

.table tr th {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
	background-color: #aa0000;
	border: solid 2px #aa0000;
	font-weight: none;
}

.table tr td {
	vertical-align: top;
	text-align: left;
}

.table tr td i {
	color: #888888;
	font-size: 9px;
}

.table tr td a {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}

.table tr td a:hover {
	color: #888888;
	font-size: 11px;
	text-decoration: underline;
}


/*******************Archiv-Formatierung*******************/

.archivList {
	font-size: 11px;
	width: 600px;
	background-color: #aa0000;
}

.archivList tr th {
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	background-color: #aa0000;
	border: solid 2px #aa0000;
	font-weight: none;
}

.archivList tr td {
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.archivList tr th table tr td {
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	background-color: #aa0000;
	font-weight: bold;
}

.archivList tr td table tr td {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.archivList tr td a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.archivList tr td a:hover {
	text-decoration: underline;
}

.archivLink {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}

.archivLink:hover {
	text-decoration: underline;
}

/*****************Admin-Bereich-Formatierung************/

.adminTable {
	font-size: 13px;
	background-color: #aa0000;
}

.adminTable tr th {
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	background-color: #aa0000;
	border: solid 2px #aa0000;
	font-weight: none;
}

.adminTable tr td {
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.adminTable tr td u {
	text-decoration: none;
	font-size: 9px;
}

.adminTable tr td a {
	text-decoration: none;
	color: #888888;
}

.adminTable tr td a:hover {
	text-decoration: underline;
}

/*******************Schrift-Layout***********************/

H1 {
	FONT-SIZE: 20px; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif
}
H2 {
	FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif
}
H3 {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif
}

.imgborder {
	border: solid 1px #700000;
}
