HTML {
	height: 95%;
}

BODY {
    height: 90%;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: medium;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	background: #FF7F50;
	text-align: left;
}

.blue {
	color : Blue;
}

A:link {text-decoration: none; color: #3366FF;
 }

A:hover { color: #FF9900; background: #FFFFD4;
 }

A:hover.orange {
	background-color : #FF9900;
	color: #3366FF;
}

A:visited {text-decoration: none; color: #3366FF;
 }

H1 {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 30px;
	font-weight: 700;
	color : #000099;
}

H2 { font-family: Tahoma, Verdana, Sans-serif; font-size: 20px; font-weight: 700; 
 border-left: 10px inset #808080;
 padding-left: 10px; 
 }

.smaller {
	font-size : small;
}

.v-small {
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 100%;
}

H3 {
	font-family: Souvenir, Tahoma, Verdana, Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color : #000099;
}
H4 {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: 700;
	border-left: 5px outset Silver;
	border-right: 5px inset Silver;
	border-top: 5px outset Silver;
	border-bottom: 5px inset Silver;
	text-align: center;
	background-color : #FFFFCE;
	width : 60%;
} 
H5  {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color : Silver;
	text-align : center;
	color : Blue;
	font-variant : small-caps;
	border : ridge;
}

 H6{
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: 300;
	border-left: 5px outset Silver;
	border-right: 5px inset Silver;
	border-top: 5px outset Silver;
	border-bottom: 5px inset Silver;
	text-align: center;
	background-color : #FFFFCE;
	width : 100%;
	line-height : 130%;
} 
 
.bigger { font-size: 40px;
 }
 
P {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	font : normal larger /155% Georgia, "Times New Roman", Times, serif;
}

 .right { text-align: right;
 }

 .center { text-align: center;
 }

.left { text-align: left;
 }

.deutlich {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: large;
	font-weight: bold;
	text-align : center;
	padding : 3px;
} 

table {
     margin-left: auto;
     margin-right: auto;
	 margin-bottom : auto;
	 margin-top : auto;
  }

table.halbhoch {
	height: 500px;
}
 
TD { font-family: Tahoma, Verdana, Sans-serif; font-size: 12px; font-weight: 300;
 }

 .beige {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: 300;
	border-left: 5px outset Silver;
	border-right: 5px inset Silver;
	border-top: 5px outset Silver;
	border-bottom: 5px inset Silver;
	text-align: center;
	background-color : #FFFFCE;
	width : 100%;
	line-height : 130%;
}

 li {
	list-style-position : outside;
	list-style-type : square;
	padding-bottom : 2%;
}

BLOCKQUOTE {
	background-color : #FFCC99;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : italic;
	line-height : 16px;
	text-indent : 10px;
}

.padded {
	padding : 5%;
}

.alarm {
	background-color : Gray;
	color : #FF3300;
	font-weight : bolder;
	border : ridge Yellow;
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	text-align : center;
	padding : 25px;
	font-size : medium;
	line-height : normal;
}
