* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: url('images/body.gif') repeat-x;
}

.breaker {
	clear: both;
}

/* Struktur */

#wrapper {
	width: 988px;
	margin: auto;
	padding: 0 0 15px 0;
}

	#header {
		height: 300px;
		background: url('images/header.gif') 0 100px no-repeat;
	}
	
		#logo {
			float: left;
			width: 278px;
		}
		
		#topnav {
			float: left;
			width: 668px;
			padding: 65px 0 0 0;
		}
		
			#topnav li {
				display: block;
				float: left;
				height: 35px;
				padding: 0 0 0 5px;
			}
			
				#topnav li.open {
					background: url('images/topnav_li.gif') 0 0 no-repeat;
				}
			
				#topnav a {
					display: block;
					float: left;
					height: 25px;
					text-decoration: none;
					padding: 10px 20px 0 15px;
					color: #424242;
				}
				
					#topnav a:hover {
						color: #666;
					}
				
					#topnav .open a {
						background: url('images/topnav_a.gif') top right;					
						color: #fff;
					}
					
		#headerimage {
			width: 480px;
			height: 167px;
			float: left;
			padding: 9px 9px 0 9px;
			background: #fff;
			margin: 28px 0 0 250px;
			border: 1px solid #ccc;
			border-bottom: none;
		}
		
		#search {
			float: left;
			margin: 145px 0 0 0;
		}
		
			#search .text {
				display: block;
				float: left;
				padding: 3px 5px 0 10px;
			}
			
				#search .text input {
					width: 135px;
					font: normal 10px Verdana, Arial, Helvetica, sans-serif;
					color: #424242;
					border: 1px solid #ccc;
					padding: 2px 0 2px 5px;
					background: url('images/search.gif') repeat-x;
				}
			
			#search .submit {
				display: block;
				float: left;
			}
		
	#leftsidebar {
		width: 250px;
		float: left;
		padding: 30px 0 0 0;
	}
	
	#content {
		width: 480px;
		float: left;
		padding: 30px 9px 9px 9px;
		min-height: 400px;
		border: 1px solid #ccc;
		border-top: none;
	}
	
		#content h1 {
			font: normal 23px Georgia, "Times New Roman", Times, serif;
			color: #CE0000;
			padding: 0 0 15px 0;
		}
		
			#content p {
				line-height: 17px;
				color: #52514F;
			}
			
			#content a {
				color: #CE0000;
			}
			
				#content a:hover {
					text-decoration: none;
				}
	
	#rightsidebar {
		width: 240px;
		float: left;
	}
	
		.teaser {
			width: 152px;
			background: url('images/teaser.gif') 0 0 no-repeat;
			margin: auto;
			padding: 9px 10px 30px 10px;
			line-height: 15px;
		}
		
			.teaser .headline {
				font: normal 23px Georgia, "Times New Roman", Times, serif;
				color: #CE0000;
				padding: 0 0 10px 0;
				text-align: center;
			}
			
			.teaser a {
				color: #000066;
			}
			
				.teaser a:hover {
					text-decoration: none;
				}			
			
	#leftnav li {
		display: block;
		background: url('images/leftnav_li.gif') 2px 3px no-repeat;
		padding: 0 5px 5px 18px;
	}
	
		#leftnav a {
			display: block;
			padding: 0 0 0 0;
			color: #424242;
			text-decoration: none;
		}
		
			#leftnav a:hover {
				color: #666;
			}
		
			#leftnav a.open {
				font-weight: bold;
			}
			
		#leftnav li ul {
			padding: 10px 0 0 0;
		}
		
			#leftnav li li {
				background: none;
				padding: 0 5px 5px 0px;
			}
			
				#leftnav li li a.open {
					text-decoration: underline;
					font-weight: normal;
					color: #CE0000;
				}
			
	#footer {
		height: 24px;
		background: #ECECEC url('images/footer.gif') repeat-x;
		clear: both;
		text-align: center;
		padding: 12px 0 0 0;
		font-size: 10px;
		color: #424242;
	}
	
		#footer a {
			color: #424242;
		}

.csc-textpic-caption {
	font-size: 11px;
	font-style: italic;
	color: #706E6D;
	line-height: 15px;
}

/* Suche */

.tx_indexedsearch {

}

	.browsebox {
		padding: 15px 0 15px 0;
	}

/* Sitemap */

.csc-sitemap ul {
	padding: 5px 0 0 0;
}
	
	.csc-sitemap li a {
		font-size: 14px;
		color: #CE0000;
	}

		.csc-sitemap li li a {
			font-size: 12px;
		}

			.csc-sitemap li li li a {
				font-size: 11px;
			}

	.csc-sitemap li {
		padding: 0 0 5px 15px;
	}
