/* -----------------------------------------------------------
 *	A l l g e m e n e i n e   D e f i n i t i o n e n 
 *		d i e   Ü b e r a l l   g ü l t i g   s i n d
 * -----------------------------------------------------------*/

body		{
	font-family: Tahoma, Arial, sans serif;
	font-size: 12px;
	padding-right: 15px;
	background-image: #FFFFFF;
}

h1,	h2, h3, h4 {
	font-variant:small-caps;
	color: #000000;
	letter-spacing: 2px;
	background-image: url("./Index1/HFenster1-Dateien/farbstrich.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
}

p	{
	font-size: 12 px;
	color: #000000;
}

th	{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

td	{
	font-size: 12 px;
	vertical-align: top;
	color: #000000;
}

a	{
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
	font-size: 22px;
}

a:visited	{
	font-variant: normal;
	font-weight: normal;
}

a:hover	{
	font-variant: normal;
	font-weight: normal;
	color: #dd2200;
	background-color:url("./Index1/HFenster1-Dateien/farbstrich.png");
}

/* -------------------------------------------
 *	D e f i n i t i o n e n   f ü r   d a s 
 *		L a y o u t  
 * ------------------------------------------*/

#logo	{
	position: fixed;
	top: 0px;
	height: 75px;
	width: 100%;
	background-image: none;
	background-position: center;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 1000;
}

#navigation	{
	position: absolute;
	top: 90px;
	left: 20px;
	width: 180px;
	z-index: 1000;
}




/* -------------------------------------------
 *  W h a t ' s   n e w   T a b e l l e 
 *       a u f   i n d e x . h t m l
 * ------------------------------------------*/
 
.whats_new_table th	{
	width: 740px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #dd2200;
	border-bottom-width: 1px;
	text-align: left;
	font-variant: small-caps;
	color: #dd2200;
	letter-spacing: 2px;
	font-size: 12px;
}

.whats_new_table td	{
	width: 760px;
	vertical-align: top;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 5px;

}


/* -------------------------------------------
 *	N a v i g a t i o n 
 * ------------------------------------------*/

.nav_table	{
	width: 110%;
	border: 0;
}
	
.nav_th {
	font-family:Monotype Corsiva, Tahoma, Arial, sans serif;
	color: white;
	text-align: left;
	font-variant: normal;
	font-size:22px;
	font-weight: normal;
}

.nav_td 	{
	background-color: url("./Index1/HFenster1-Dateien/farbstrich.png");
	font-variant:normal;
}

.nav_a:link 	{
	font-family: Tahoma, Arial, sans serif;
	color: #000000;
	font-size: 13px; 
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-bottom-style: dotted;
	border-bottom-color: #dd2200;
	border-bottom-width: 1px;
}

.nav_a:visited 	{
	font-family:Tahoma, Arial, sans serif;	
	color: #000000;
	font-size: 13px; 
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-bottom-style: dotted;
	border-bottom-color: #dd2200;
	border-bottom-width: 1px;
}

.nav_a:hover 	{
	font-family:Tahoma, Arial, sans serif;
	color: #FFFFFF;
	font-size: 13px; 
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-bottom-style: dotted;
	border-bottom-color: #dd2200;
	border-bottom-width: 1px;
}

