/*************************************************/
/* 			        index.css                    */
/*************************************************/

/*************** Seiteneigenschaften *************/
body{
	background-color: #000099;/*blau*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff9933;/*gelb-orange*/
	text-align: center;
}

/******************** Hyperlink ******************/
a:active{
	color: #ffcc33;/*hellgelb*/
}
a:link{
	color: #66ff33;/*hellgrün*/
	text-decoration: none;
}
a:visited{
	color: #66ff33;/*hellgrün*/
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************** #ff9933 gelb-orange **************/
/**************** #fc9a34 orange *****************/
.stil_a{
	color: #ff9933;/*gelb-orange*/
	text-decoration: none;
}

.stil_a1{
	color: #ff9933;/*gelb-orange*/
	font-weight: bold;
}

.stil_a2{
	color: #ff9933;/*gelb-orange*/
	font-weight: bold;
	font-size: 24px;
}

.stil_a3{
	color: #fc9a34;/*orange*/
}	

/*************** #66ff33 hellgrün ****************/
/************* #00ff00 sehrhellgrün **************/
.stil_b{
	color: #66ff33;/*hellgrün*/
	text-decoration: none;
}

.stil_b1{
	color: #66ff33;/*hellgrün*/
	font-size: 24px;
}

.stil_b2{
	color: #00ff00;/*sehrhellgrün*/
}

/***************** #999999 grau ******************/
/*************** #ffffff hellgrau ****************/
/************** #333333 dunkelgrau ***************/
.stil_c{
	color: #999999;/*grau*/
}

.stil_c1{
	color: #999999;/*grau*/
	font-weight: bold;
}

.stil_c2{
	color: #ffffff;/*hellgrau*/
	text-decoration: none;
}

.stil_c3{
	color: #ffffff;/*hellgrau*/
	font-weight: bold;
}

/*.Stil29*/
.stil_c4{
	color: #ffffff;/*hellgrau*/
	font-size: 24px;
}

.stil_c5{
	color: #ffffff;/*hellgrau*/
	font-size: 18;
}

.stil_c6{
	background-color: #999999;/*grau*/
}

.stil_c7{
	color: #ccccccc;/*dunkelgrau*/
}

/*************** #000099 dunkelblau **************/
.stil_d{
	color: #000099;/*dunkelblau*/
}

.stil_d1{
	color: #000099;/*dunkelblau*/
	font-weight: bold;
	background-color: #66ff33;/*hellgrün*/
}

/***************** #ffff00 gelb ******************/
.stil_e{
	color: #ffff00;/*gelb*/
	font-weight: bold;
}

/**************** #000000 schwarz ****************/
.stil_e1{
	color: #000000;/*schwarz*/
}

.stil_e2{
	color: #000000;/*schwarz*/
	font-weight: bold;
}

.stil_e3{
	color: #000000;/*schwarz*/
	font-weight: bold;
	font-size: 120%;
}

/****************** #ff0000 rot *******************/
.stil_f{
	color: #ff0000;/*rot*/
	font-weight: bold;
}

/******************** schriften ******************/
.stil_g{
	font-size: 50%;
	font-style: italic;
}

.stil_g1{
	font-size: 80%;
	font-style: italic;
}

.stil_g2{
	color: #66ff33;/*hellgrün*/
	font-family: Arial, Helvetica, sans-serif;
}
/******************** größen *******************/
.stil_h{
	font-size: 14px;
}

.stil_h1{
	font-size: medium;
}

.stil_h2{
	font-size: 18px}

.stil_h3{
	font-size: 80%;
}

.stil_h4{
	font-size: 120%;
	font-weight: bold;
}

