/*   Tags: Grundsätzliche Einstellungen		*/  
body, table td, table th { 
  font-family: Arial, Helvetica, sans-serif;
  font-size : 100.01%;
  background-color : #FFFFFF;
  color: #000000;
  }
table th p, table td p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}  
 
	h1,h3,h4,h5,h6,pre {
		padding: 0px 0px 0px 0px;
	   margin: 0px 0px 18px 0px;
		font-size: 14pt;
		font-weight: bold;
	} 
 	address {
		font-size: 10pt;
	}	
	
	h2  {
		padding: 0px 0px 0px 0px;
	   margin: 0px 0px 12px 0px;
		font-size: 12pt;
		font-weight: bold;
	}
	
	
  /*	Absatz - Abstand unten 12 Pixel	*/
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 11pt;
	}
	

	img {
		border: 0px;
	}
 .ASGrot {
 	color: #EE1F2A;
 }

.bild_rechts  {
	margin-left: 15px;
	float: right;
	margin-bottom: 10px;
}

.bild_links  {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.comicsans {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
.comicsans_weiss {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/*		Ende Tags: Grundsätzliche Einstellungen */

ul {
			padding: 0px 0px 12px 16px;
			margin: 0px 0px 0px 0px;
         list-style-image: url(../grafik/li.gif);
			list-style: disc;
	}
	li {
				padding: 0px 0px 0px 0px;
	         margin: 0px 0px 5px 0px;
				list-style-image: url(../grafik/li.gif);
				font-size: 11pt;
				

	}



/* aus box.css 
	.artlist_link {
      padding: 0px 0px 0px 0px;
	   margin: 0px 0px 6px 0px;
		font-size: 0.80em;
		font-weight: normal; 
	}
*/	
	
/*
TABLE.download {
background: blue;
border-collapse: separate;
border-spacing: 10px;
border: 5px dashed black;
margin: 100px;
padding: 0px; }

TABLE.download TD, TH {
background: white;
border: outset 5pt;
horizontal-align: right;
padding: 15px; }

CAPTION {
background: orange;
border: ridge 5px blue;
border-top:
ridge 10px blue;
padding: 5px; }
*/
TABLE.TBnormal {
border: 1px solid #EE1F2A;
border-collapse:collapse;
width: 685px;
}

TABLE.TBnormal TH {
padding: 6px;
text-align: center;
background: #EE1F2A;
color: White;
border: 1px solid #EE1F2A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

TABLE.TBnormal TD {
padding: 6px;
background: white;
border: 1px solid #EE1F2A;
vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



TABLE.TBbreit {
border: 1px solid #EE1F2A;
border-collapse:collapse;
width: 749px;
}

TABLE.TBbreit TH {
padding: 6px;
text-align: center;
background: #EE1F2A;
color: White;
border: 1px solid #EE1F2A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

TABLE.TBbreit TD {
padding: 6px;
background: white;
border: 1px solid #EE1F2A;
vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



TABLE.TBschmal {
border: 1px solid #EE1F2A;
border-collapse:collapse;
width: 500px;
}

TABLE.TBschmal TH {
padding: 6px;
text-align: center;
background: #EE1F2A;
color: White;
border: 1px solid #EE1F2A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

TABLE.TBschmal TD {
padding: 6px;
background: white;
border: 1px solid #EE1F2A;
vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.link_weiss  {
font-weight: bold;
text-decoration: underline;
}

.link_weiss:link { color: #FFFFFF; font-weight: bold; text-decoration: underline;}
.link_weiss:visited { color: #FFFFFF; font-weight: bold;  text-decoration: underline;} 
.link_weiss:hover { color: #DDDDDD; font-weight: bold;  text-decoration: underline;} 
.link_weiss:active { color: #FFFFFF; font-weight: bold;  text-decoration: underline;}
.link_weiss:focus { color: #FFFFFF; font-weight: bold; text-decoration: underline;} 
