/* CSS Document */
/* Grundeinstellungen */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
}

blau 
{
	color: #009EE0;
}

a 
{
	color:#009EE0;
	text-decoration:underline;
}

titel
{
	line-height:48px;
	font-size:48px;
	color: #009EE0;
}
imprint
{
	position:fixed;
	top:95%;
	color: #009EE0;
	left: 30px;
}
td
{
	vertical-align:top;
	min-width:250px;
}
b
{
	color: #009EE0;
}
strong
{
	color: #009EE0;
}

/* Navigationscontainer */
navi
{
	position: absolute;
	top: 50px;
	left: 810px;
}
/* Titelcontainer */
titelcontainer
{
	position: absolute;
	text-align:center;
	top: 55px;
	left: 210px;
	width:580px;
}
/* Logocontainer */
logo
{
	position: absolute;
	top:35px;
	left: 30px;
	width: 400px;
	height: 125px;
	background-image:url(../Bilder/caflogo3.jpg);
}	
/* Inhaltscontainer */
inhaltscontainer
{
	position: absolute;
	top: 600px;
	left: 210px;
	width: 580px;
}
/* Inhaltscontainer rechte Spalte */
inhaltrechts
{
	position:absolute;
	top: 600px;
	left: 810px;
	width: 190px;
	color:#666;
	font-style:italic;
}
/*Auszeichnungen */
quote
{
	position:relative;
	margin-top:20px;
	margin-left:50px;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:30px;
	float:left;
}
/* Fließtext */
text
{
	position:relative;
	margin-top: 20px;
	float:left;
	
}
/* Titelbild */
tibi
{
	position: absolute;
	width:100%;
	height:350px;
	top:210px;
	left:0px;
	background-image:url(../Bilder/ellingertor.jpg);
}
/* Überschriften */
uber
{
	font-size:30px;
	color: #009EE0;
	line-height:30px;
}


