/* layout.css erstellt 2008-04-01 */

/* Container */
	html {
		width:100%;
	}

	#container {
		width:931px;
		min-height:570px;
		margin:0px auto;
		padding:0px 0px 0px 0px;
		
	}
	*html #container {
		height:570px;
	}
	#head {
		width:931px;
		height:264px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#nav {
		width:931px;
		height:28px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#content{
		width:931px;
		min-height:245px;
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		overflow:auto;
	}
	*html #content {
		height:245px;
		overflow:visible;
	}
	#content_txt {
		float:left;
		width:505px;
		min-height:230px;
		margin:0px 0px 0px 15px;
		padding:0px 0px 0px 0px;
	}
	*html #content_txt {
		width:500px;
	}
	#content_image {
		float:left;
		width:200px;
	}
	#content_right {
		float:right;
		width:200px;
		min-height:220px;
		margin:0px 0px 0px 10px;
		padding:0px 0px 0px 0px;
	}
	
	#bottom {
		background-image: url(grafiken/bottom-2.gif);
		width:931px;
		height:33px;
		margin:15px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:center;
	}
	
/* Links */
	a:link,a:visited,a:active {
		color:#245dac;
		font-weight:bold;	
	}
	a:hover {
		color:#FF0000;	
	}
	
	#nav a img {
		border:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

/* Schriften */
	html, body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
	}
	
	#bottom {
		color:#FFFFFF;
		font-weight:bold;
		line-height:33px
	}
	.wordspacing{
		margin:0px 20px 0px 20px;
	}
	#content{
		font-size:9pt;
	}
	#content h1 {
		color:#245dac;
		font-size:10pt;
		margin:0px 0px 10px 0px;
	}
	