	body {
	background-color: Silver;
	font: 15px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #111;
	margin: 0;
	background: url(../bilder/bodystretch.gif) repeat;
	}
	#kopf {
		position: absolute;
		top: 0;
		width: 100%;
		height: 174px;
		background: url(../bilder/topstretch.gif) repeat-x;
		border-bottom: 2px #444 solid; 
	}
	#logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 174px;
		height: 174px;
		background-image: url(../bilder/logo.gif);
		background-repeat: no-repeat;
	}
	#menu {
		position: absolute;
		top: 0;
		left: 161px;
		width: 840px;
		height: 174px;
		border-left: 1px solid #777;
		border-right: 1px solid #777;
		font-size: 0.9em;
		font-weight: bold;
	}

	* html #menu {  /* nur fuer Internet Explorer */
  width:842px;     /* Version 5.x */
  w\idth:840px;    /* Version 6 */
	}
	
	ul.nostyle {
		list-style: none none;
		margin: 0;
		padding: 0;
	}	

	ul {
		list-style: url(../bilder/liststyle.gif);
	}
	
	li {
		margin: 0 0 3px 0;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu ul li {
		display: inline;
		float: left;
	}
	.menublock{
		width: 120px;
		height: 174px;
		background-image: url(../bilder/menuinactive.gif);
		background-repeat: no-repeat;
	}
	
	* html .menublock {
		width: 120px;
		height: 174px;
		padding: 0 0 0 0px;
		paddin\g: 0 0 0 0px;
		background-image: url(../bilder/menuinactive.gif);
		background-repeat: no-repeat;	
	}
	
	#menu a, #menu a:visited {
		text-decoration: none;
		color: #111;
		background-color: transparent;
		margin: 0 0 0 10px;
	}
	#menu a:hover {
		color: Red;
		background-color: transparent;
	}
	
	.submenu {
	visibility: visible;
	display: block;
	height: 114px;
	font-size: 0.8em;
	font-weight: normal;
	}
	
	#flagge {
		position: relative;
		width: 110px;
		height:16px;
		left: 20px;
		top: 153px;
	}
	
	#flagge img {
		border: none;
		margin: 0 5px 0 0;
	}

	#corpusbild {
	position: absolute;
	top: 176px;
	background: url(../bilder/backbild02.jpg) no-repeat;
	width: 367px;
	height: 540px;
	}
	#corpusbild p {
		width: 140px;
		margin-left: 10px;
		margin-top: 20px;
		text-align: center;
		background-color: transparent;
		color: #AE0000;
		font-weight: bold;
	}
	
	#corpusbild p img {
		border: none;
	}
	
	#textbody {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 750px;
	color: #111;
	background-color: transparent;
	}
		
	#textident {
	float: left;
	padding: 10px;
	width: 380px;
	}
	
	#textident a, #textident a:visited, #bilder a, #bilder a:visited {
/*	padding: 0 0 0 12px;*/
/*	background: url(../bilder/link.gif) no-repeat;*/
	text-decoration: none;
	color: #AE0000;
	background-color: transparent;
	}
	#textident a:hover, #bilder a:hover {
	text-decoration: underline;
	}
	#bilder {
	float: left;
	position: relative;
	top: 65px;
	margin: 0 0 0 20px;
	}
	
	#bilderblock {
	float: left;
	text-align: left;
	}
	
	.clearme {
		clear: both;
		margin: 0 0 20px 0;
	}
	
	#bilder img, #bilderblock img, #textident img {
	color: #111;
	background-color: #999;
	border: 1px solid #777;
	margin: 0 0 10px 10px;
	padding: 5px;
	}

	#bilder iframe {
		margin: 0 0 10px 10px;
	}
	
	#textfooter {
		width: 100%;
		height: 50px;
	}	
	
	h1 {
	font-size: 1.3em;
	font-weight: bold;
	}

	h2 {
	font-size: 1.1em;
	font-weight: bold;
	}

	.floatleft {
		float: left;
	}
	.floatright {
		float: right;
	}
	
.kleinright {
	font-size: 0.8em;
	text-align: right;
}

.klein {
	font-size: 0.8em;
	margin: 0 0 10px 10px;
}

.emaillink {
	border: none !important;
	padding: 0 !important;
}

a.emaillink {
	background: transparent url(../bilder/spacer.gif) !important;
}
.ident {
	margin: 2px 0 0 0;
	font-size: 0.9em;
}
input, textarea, select {
	background-color: #F0F8FF;
	border: 1px solid #183040;
	margin: 0 0 2px 0;
}
.red {
	color: Red;
	background-color: transparent;
}