/* GENERAL */
/*=========*/
a:link {
	color:#0000CC; 
	text-decoration:underline; 
}

a:visited { 
	color:#aa0000; 
	text-decoration:underline; 
}

a:hover { 
	color:#999900; 
	text-decoration:underline; 
}

a:active { 
	color:red; 
	text-decoration:underline; 
}

.clearit {
	clear:both;
}

h1 {
	clear: both;
	font-size: 170%;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:center;
}

h2 {
	font-size: 130%;
	margin-bottom:10px;
	line-height: 115%;
	margin-top: 15px;
	font-style:italic;
	text-align:center;
}

h3 {
	font-size: 110%;
 	margin-bottom:7px;
	line-height: 100%;
	margin-top: 15px;
}

p {
	margin-bottom:10px;
	line-height: 130%;
}

.underheading {
	font-size:110%;
	color: #444;
	font-weight:bold;
	margin-top: -5x;
	margin-bottom: 15px;
}


.important {
	font-weight: bold;
}

.tribenames {
	font-variant: small-caps;
	font-style: italic;
}

.poem {
	text-align: center;
}

.note {
	font-size: small;
	line-height: 120%;
}
	
.thanks {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.poem-author {
	text-align: right;
}

.cite {
	font-size: small;
	padding: 10px;
	text-align: center;
}	

.navigation-group {
	margin: 5px 0 10px 0;
}

/* CONTENT */
/*=========*/
/* in footer */
#copyright {
	font-size: small;
}
 
 /* at bottom of text */ 
#backlinks {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: small;
}

.toc {
	margin: 20px 0px 0px 0px;
}

.backlinks p {
clear:both;
	margin: -3px 0px 0px 0px;
	text-align: center;
}

.form {
	margin: 20px 0px 20px 0px;
}

.additionalInfo {
	width: 178px;
	border: 1px dashed #C54F2A;
	font-size:small;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
}

.additionalInfo h1 {
	
}
/*  NAVIGATION */
/*=============*/

#navigation h1 {
   color: #390D0D;
	font-size: 115%;
	line-height: 135%;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #873727;
}
#navigation h1 span {
	font-size: 80%;

}

#navigation li a {
	font-size: 100%;
	display:block;
	margin:0px;
	padding:5px 2px 2px 0px;
	text-decoration:none;
	
}

#navigation li a span {
	
	font-size: 90%;
	
}


#navigation li a:link {
	color:#fff7b7;
	
	

}

#navigation li a:visited {
	color:#fff7b7;
	
	
}

#navigation li a:hover {
	color:#ffff00;
	
	
}

#navigation li a:active {
	color:#ffff00;
	
	
}


#navigation ul {
	list-style-type:none;
	border-bottom: 1px dotted #873727;
}

/* FOOTER */
/*========*/

#footer {
	color: #eee;
}

#footer a:link {
	color:#ddd; 
}

#footer a:visited { 
	color:#aaa; 
}

#footer a:hover { 
	color: #eee; 
}

#footer a:active { 
	color:ff0; 
}

.ExtraNav ul li {
	display:inline;
	text-align:center;
}

.ExtraNav ul {
	list-style-type:none;
}

/* SOZIALIZIT table*/
.center { 
	text-align: center;
}


.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


