/***************************/
/****  HTML tag styles  ****/
/***************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFE0;}
	
table{
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px 20px 0px;
	text-align: center;}
	
th{
	color: #000080;
	padding: 5px 2px 5px 2px;
	background-color: #F0F0F0;}
	
td{
	color: #000000;
	padding: 5px 2px 5px 2px;
	background-color: #FFFFC0;}

p{
	margin: 0px 0px 10px 0px;}

	

/****  Span-Stile  ****/

.Fett {font-weight: bold}	
.Kleiner {font-size: 70%}


/****  Hyperlinks  ****/

a:link, a:visited{
	color: #808080;
	text-decoration: none;}

a:hover{
	color: #000080;}


/****  Überschriften  ****/

h1{
	font: bold 165% Arial, Helvetica, sans-serif;
	color: #000080;
	margin: 0px;
	padding: 0px 0px 20px 0px;}
	
h2{
	font: italic 150% Arial, Helvetica, sans-serif;
	color: #800000;
	margin: 0px;
	padding: 0px 0px 20px 0px;}

h3{
	font: 130% Arial, Helvetica, sans-serif;
	color: #808080;
	margin: 0px;
	padding: 0px 0px 15px 0px;}

h4{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px 0px;}



/****  Listen  ****/

ul{
	margin: 0px 0px 10px 20px;
	padding: 0px;}

li{
	list-style-position: outside;
	/*font-style: italic;*/}


/***********************/
/****  Layout Divs  ****/
/***********************/

#Page{
	position: absolute;
	top: 14px;
	left: 20px;
	right: 30px;
	bottom: 10px;
	background-color: #FFFFE0;}

#Head{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;}

#Related{
	font: small Arial, Helvetica, sans-serif;
	float: right;
	/*position: absolute;
	right: 2%;*/
	width: 130px;
	/*margin: 75px 0px 0px 0px;*/
	margin: 100px 0px 20px 40px;
	padding: 0px;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;}

#Content{
	/*padding: 0px 30px 0px 0px;
	margin: 0px 120px 0px 0px;}*/
	padding: 0px;
	margin: 0px;}



/**************************/
/****  Component Divs  ****/
/**************************/


/****  Header- und Footer-Stile  ****/

#HeadText, #HeadPath{
	font: 80% Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	margin: 0px;
	padding: 0px 0px 20px 0px;}

#FootText{
	font: 80% Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	margin: 0px;
	padding: 40px 0px 10px 0px;}

#HeadText a, #FootText a, HeadPath a{
	color: #C0C0C0;}

#HeadText a:hover, #FootText a:hover, #HeadPath a:hover{
	color: #000080;
	text-decoration: none;}


/****  Related Section Links  ****/

#RelatedSection{
	margin: 0px;
	padding: 0px;}

#RelatedSection h4{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #C0C0C0;}

#RelatedSection a:link, #RelatedSection a:visited{
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	/*background-image:  url("navi_bg.jpg");*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #505050;}

#RelatedSection a:hover{
	border-top: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	text-decoration: none;}


/****  Related Links  ****/

.RelatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;}

.RelatedLinks h4{
	color: #505050;
	font-style: italic;
	text-align: left;
	padding: 5px 0px 5px 0px;}

.RelatedLinks a{
	display: block;}
	
.RelatedLinks li{
	line-height: 1.0;}


/****  Haupttext  ****/

.Story{
	padding: 0px 0px 20px 0px;
	font-size: 100%;}

.Story a:link, .Story a:visited{
	text-decoration: underline;}
	

/****  Bild-Hyperlinks  ****/
.CLink{
	border: 0px;}
	

/****  Tabellen   ****/
.CTabLeft{
	text-align: left;}

.CDiaH th{
	width: 150px;}

.CDiaV th{
	width: 150px;
	height: 150px;}


/****  Fotos  ****/
.CPicLeft th, .CPicLeft td, .CPicRight th, .CPicRight td, .CPicCenter th, .CPicCenter td{
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 80%;
	font-style: italic;}
	
.CPicLeft{
	margin: 0px 20px 5px 0px;
	float: left;}
	
.CPicRight{
	margin: 0px 0px 5px 20px;
	float: right;}
	
.CPicCenter, .CTabCenter{
	margin: 0px 0px 5px 0px;
	float: none;}
	
.CTabCenter th, .CTabCenter td{
	padding: 4px;
	margin: 0px;
	text-align: center;}