@charset "iso-8859-1";

/* Generic Selectors */

body {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	scroll-horizontal: no;
	background-color: #FFFFCC;
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: 810px 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 0px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 5px;
}

h3 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

UL {
	margin-bottom: 0px;
	margin-top: 0px;
}

LI {
text-decoration: none;
font-size: 14px;
list-style-image: url(ulfig.gif);
}

TD {
vertical-align: bottom;
}

/************************* Classes *************************/

TABLE.foto {
font-size: 14px;
font-style: italic;
text-vertical-align: bottom;
}



/*************************  Psuedo classes *************************/

a:link {
color: #990000;
text-decoration: underline;
font-size: 14px;
}

a:link.klein {
color: #990000;
text-decoration: underline;
font-size: 12px;
}

a:visited { 
color: #990000;
text-decoration: underline;
font-size: 14px;
}

a:visited.klein {
color: #990000;
text-decoration: underline;
font-size: 12px;
}

a:hover {
color: #990000;
text-decoration: underline;
font-size: 14px;
}

a:hover.klein {
color: #990000;
text-decoration: underline;
font-size: 12px;
}
 
a:active { 
color: #990000;
text-decoration: underline;
font-size: 14px;
} 

a:active.klein {
color: #990000;
text-decoration: underline;
font-size: 12px;
}

/*************************  ID's *************************/

#navigation {
	position: absolute;
	width: 165px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

#koptitel {
	position: absolute;
	width: 560px;
	height: 50px;
	border: 0px;
	padding: 10px 10px 10px 0px;
	margin: 20px 0 0 190px;
}

#centerDoc {
	position: absolute;	
	width: 560px;
	border: 1px solid #808080;
	background-color: #FFFFCC;
	padding: 10px 10px 10px 10px;
	margin: 60px 0 20px 190px; /*top right bottom left*/
}