* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
body {
	text-align: center;
	background-repeat: no-repeat;
	background-color: #1f1d22;
	background-position: 0 180px;
}
#page {
	width: 850px;
	margin: auto;
	text-align: left;
}
	#top {
		height: 100px;
		padding-left: 25px;
		background-color: #FFF;
		margin-top: 60px;
		padding-top: 5px;
	}
		#top #menu {
			float: left;
			width: 590px;
			height: 100px;
		}
			#top #menu a {
				display: block;
				float: left;
				padding:0 15px 5px 5px;
				text-decoration: none;
				border-right:1px solid #ccc;
				font-size: 16px;
				color: #1f1d22;
			}
			#top #menu a.on, #top #menu a:hover {
				color: #ce5e2e;
			}
			.zahlen {
				font-style: italic;
				font-size: 32px;
				font-weight: bold;
				font-family: "Times New Roman";
			}
		#top #logo {
			float: left;
			width: 220px;
			padding-right: 15px;
			height: 100px;
			text-align: right;
		}
	.submenu {
		height: 35px;
		padding-left: 15px;
		margin-bottom: 15px;
		background-color: #FFF;
	}
		.submenu a {
			text-decoration: none;
			display: inline;
			float: left;
			border-right: 1px solid #CCC;
			margin-top: 5px;
			padding: 5px 10px 0 10px;
			color: #1f1d22;
		}
		.submenu a.on, .submenu a:hover {
			text-decoration: none;
			color: #ce5e2e
		}
	#content {
		height: 325px;
		padding: 25px;
		width: 800px;
		background-color: #FFF;
	}
		#content input, #content textarea {
			border: 1px solid #ce5e2e
		}
			.smallSize {
				font-size: 11px;
				padding: 2px;
			}
			.submit {
				background-color: #ce5e2e;
				padding: 3px;
				color: #FFF;
				width: 172px;
			}
		#content .orange {
			color:#ce5e2e;
			font-weight: bold;
		}
		#content h1 {
			font-size: 18px;
			padding-bottom: 10px;
			color: #ce5e2e;
		}
		#content a, #downloads a {
			color: #ce5e2e;
		}
		#content .bildunterschrift {
			font-size: 10px;
			line-height: 120%;
		}
		#content ul {
			margin-left: 35px;
		}
			#content ul li {
				padding-bottom: 8px;
			}
		#content p {
			padding-bottom: 10px;
		}
		/* +++ EINSPALTIGES LAYOUT +++ */
		#one-column {
			background-color: #ce5e2e;
			height: 275px;
			padding: 25px;
		}
			.zitat {
				padding-top: 130px;
				color: #FFF;
				font-size: 22px;
				text-align: right;
			}
			.autor {
				color: #1f1d22;
				font-size: 14px;
				padding-left: 182px;
				font-style: italic;
			}
		/* +++ ZWEISPALTIGES LAYOUT +++ */
		#two-column {
			width:800px;
		}
			#two-column-left {
				float: left;
				width: 500px;
				padding-right: 25px;
				overflow:auto;
				margin-right: 25px;
				height: 325px;
			}
				.trenner {
					width: 50%;
					float: left;
				}
			#two-column-right {
				float: right;
				width: 250px;
			}
				#bildnavigation {
					
				}
					#bildnavigation a {
						display: block;
						float: left;
						border-right: 1px solid #1f1d22;
						width: 20px;
						text-align: center;
						color: #1f1d22;
						text-decoration: none;
					}
					#bildnavigation a:hover {
						color: #FFF;
						background-color: #ce5e2e
					}
	#downloads {
		background-color: #FFF;
		margin-top: 1px;
		padding: 5px 25px;
	}
	#footer {
		height: 25px;
		text-align: right;
		padding: 5px 5px 0 5px;
		line-height: 25px;
		line-height: normal;
		background-color: #782b1b;
		color: #FFF;
		margin-top:5px;
	}
		#footer .left {
			float:left;
			padding-left: 25px;
		}
		#footer .left a {
			display: block;
			background-image: url(../gfx/pdf-icon.png);
			background-repeat: no-repeat;
			padding-left: 27px;
			font-weight:bold;
			font-size: 11px;
		}
		#footer .left a:hover {
			text-decoration: underline;
		}
		#footer .right {
			float: right;
		}
		#footer a {
			text-decoration: none;
			color: #FFF;
			font-size: 11px;
		}
		
		.eventbox {
			background-color: #eccfbb;
			padding:5px;
			border: 1px solid #ce5e2e
		}
		
.clear {
	clear:both;
}
	.scroll {
	overflow:auto;
	height:350px;width:520px;
}

.icon-pdf {
	background-image: url(../gfx/pdf-icon.png);
	background-repeat: no-repeat;
	padding-left: 25px;	
}	
