@charset "UTF-8";
/* CSS Document */

body {
	color: #AB9F82;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

acronym{
	font-weight: bolder;
	text-decoration: underline;
	}

span{
	font-weight:bold;
	font-size:small;
	}
	
h2	{
	font-size:medium;
	}

#navigation {
	letter-spacing: 2px;
	word-spacing: 4px;
	margin-top:0px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top:30px;
	padding-right:0px;
	padding-bottom:10px;
	font-size:larger;
	font-variant:small-caps;
	text-align:left;
	background-image:url(hintergrund_navi.jpg);
	background-position:0px 0px;
	background-attachment:fixed;
	z-index:20;
	text-indent: -38px;
	overflow:hidden;
	left: 0px;
	} 
	
#inhalt {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:smaller;
	float:left;
	display:block;

	}
	
#textbox {
	width:600px;
	} 
	
#navigation li {
	display:inline;
	list-style:none;
	text-align:left;
	
	}
	
#navigation a:link, a:visited {
	text-decoration:none;
	color:#AB9F82;
	}
	
#navigation a:hover, a:active {
	color:white;
	text-decoration:none;
	}
	

	
#inhalt a:link, #inhalt a:visited, #inhalt a:hover {
	color:#AB9F82; 
	text-decoration:none;
	border-bottom: 1px dotted #AB9F82;
	}
	
#linktable{
	vertical-align:text-top;
	}
	
		
#footer {
	border-top: 1px solid #AB9F82;
	width:100%;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:20px;
	margin-right:0px;
	float:left;
	color:#AB9F82;
	font-size:x-small;
	text-align:left;
	text-decoration:none;
	z-index:1;
	}

#footer a:link, footer a:hover, footer a:visited {
	color:#AB9F82;
	border-bottom:none;
	text-decoration:none;
	text-align:left;
	}
	
