/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0px;
	}
	

#page {
	margin: 30px auto 15px auto;
	width: 803px;
	}
	
#top-border {
	width: 803px;
	height: 4px;
	background:url(../img/top-border.gif) no-repeat;
	font-size: 0px;
	}
#top {
	width: 803px;
	height: 147px;
	background: url(../img/head.gif) no-repeat;
	}

#nav {
	width: 803px;
	height: 20px;
	background: url(../img/navi-back.gif) no-repeat;
	}
	#nav-box {
		margin-left: 4px;
		width: auto;
		height: 20px;
		}
		#nav-box a{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			padding-left: 5px;
			padding-right: 5px;
			/*padding-top: 2px;
			padding-bottom: 2px;*/
			text-decoration: none;
			line-height: 20px;
			}
		#nav-box a:hover{
			color: #ffcd00;
			background:#000000;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 5px;
			padding-bottom: 2px;
			}
	
#content {
	width: 803px;
	background:url(../img/content-background.gif) repeat-y;
	}
.bild {
	margin: 10px 5px 0 0;
	width: 497px;
	float: right;
	}
.überschrift {
	font-family:Arial;
	font-size:20px;
	font-weight: bold;
	color: #333333;
	margin: 15px;
	text-transform:lowercase;
	}
.fliesstext {
	font-family: arial;
	font-size: 14px;
	color: #333333;
	margin: 0 10px 10px 30px;
	line-height: 20px;
	}
	.text-bold {
		font-family: arial;
		font-size: 16px;
		font-weight: bold;
		color:#000000;
		}
.fliesstext2 {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	margin: 0 10px 10px 30px;
	}
.bilderrahmen {
	background: #ffcd00;
	margin: 50px 10px 10px 5px;
	}
.li {
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	}
.bild-klein{
	margin: 2px;
	} 
.bild-gross{
	margin: 2px;
	} 
	
#footer {
	width: 803px;
	height: 55px;
	background: url(../img/footer-back_neu.gif) no-repeat;
	}
	#footer-box {
		line-height: 23px;
		margin: 0px;
		padding-left: 15px;
		font-family: arial;
		font-size: 9px;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 2px;
		}
#footer-border {
	width: 803px;
	height: 6px;
	background: url(../img/footer-border.gif) no-repeat;
	}
	
	

.bild-koop {
	float:left;
	margin-right: 10px;
	}



.clear {
	clear:both;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcd00;
	text-decoration:none;
	}
