/* Farben - Rottöne: #D70004, #E60003, #FF0000, #C10004 */

/* CSS Document */

/*	Formatierung HTML-Elemente - Anfang */

html, body, div, p, h1, h2, h3, ul, ol, hr 
span, a, table, td, img, li, form, textarea, input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
html, body {
	background-color: #D70004;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
hr {
	border-top : 1px dotted #999999;
	border-bottom : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;
	background-color: transparent;
}
a:link  {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
  text-decoration: none;
	color: #CCCCCC;
}
a:active {
  text-decoration: underline;
	color: #CCCCCC;
}
table {
	width: 100%;
	margin: 5px;
	padding: 5px;
}
table, td {
	vertical-align: top;
}

/*	Formatierung Layout-Elemente - Ende */

/*	Klassen - Anfang */

.width_35 {
	width: 25px;
}
.width_50 {
	width: 50px;
}
.width_60 {
	width: 60px;
}
.width_75 {
	width: 75px;
}
.width_85 {
	width: 85px;
}
.width_100 {
	width: 100px;
}
.width_120 {
	width: 120px;
}
.width_130 {
	width: 130px;
}
.width_150 {
	width: 150px;
}
.width_175 {
	width: 175px;
}
.width_200 {
	width: 200px;
}
.width_250 {
	width: 250px;
}
.width_265 {
	width: 265px;
}

