/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

body{
	background-color: #FFFFFF;
	font-family: Arial, Geneva, Sans Serif;
	width: 540px;
}
p,td,.text{ 
	font-family: Arial, Geneva, Sans Serif; 
	font-size: 12px; 
	color: rgb(0,0,128);
}
.text{
	margin-bottom: 0;
	}
.mini{ 
	font-size:10px;
}
.utitel{ 
	font-size:15px; 
	color:rgb(0,204,153);
}
.red{
	color:rgb(153,0,0);
	font-weight: bold;
}
h1{ 
	font-size: 22px; 
	font-weight: bold;
	color: #000080;
	margin-bottom: -12px;
	font-style: italic;
}
.star{
	line-height: 0;	
	color: #00CC99;
}
h2{ 
	font-size: 16px; 
	font-weight: normal;
	color: #000080;
}
h3{
	font-size: 14px; 
	font-weight: bold;
	color: #00CC99;
	border-bottom: 1px solid #00CC99;
	margin-bottom: 12px;
	padding-bottom: 2px;
}

A:link,A:active,A:visited{ 
	font-family: Arial, Geneva, Sans Serif; 
	font-size: 15px; 
	color: rgb(0,204,153); 
	text-decoration: underline;
}

/*
=============
*** TITEL ***
=============
*/

#title{
	height: 90px;
}

/*
==============
*** IMAGES ***
==============
*/

#image{ 
	position: absolute; 
	top: 0; 
	left: 455px; 
	width: 93px;
	height: 70px;
	z-index: 0; 
}


/*
==============
*** BANNER ***
==============
*/

#banner{
	position: absolute;
	top: 120px;
	left: 568px;
	width: 160px;
	height: 600px;
	z-index: 0;
}


