/*
	Farbwerte:
	Hintergrund-Braun: #e2d5c4
	Lila: #4e408b
	Grau: #eef2f4
	Grau Hauptnavigation: #4a4a4a
*/


/* Standard Formatierungen */

a {
	color: #4e408b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol, dl {
	margin: 0;
	padding: 0 0 15px 0;
}

h1 {
	font-size: 16px;
	color: #4e408b;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #4e408b;
	margin: 0;
	padding: 0 0 10px 0;
}

h3, h4, h5, h6 {
	font-size: 13px;
	text-transform: none;
	color: #4e408b;
	margin: 0;
	padding: 0 0 10px 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

#contentframe-middle p {
	line-height: 16px;
}

input, select, textarea, submit {
	border: solid 1px #cbcbcb;
}

/* Seitenrahmen */

body {
	background-color: #e2d5c4;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: Verdana,Sans-Serif;
	font-size: 11px;
}

#mainframe {
	width: 925px;
	margin-left: 25px;
	padding-bottom: 30px;
	float: left;
}

	#headframe {
		width: 925px;
		height: 150px;
	}
	
		img#logo {
			float: left;
			margin-left: 94px;
			border: none;
		}
		
		ul#headframe-nav {
			float: left;
			margin: 5px 0 0 75px;
			padding: 0;
		}
		
		ul#headframe-nav li {
			margin: 0;
			padding: 0 0 1px 0;
			list-style-type: none;
		}
			
	#contentframe {
		float: left;
		width: 925px;
		background-color: #fff;
		background-image: url(formate_02_FILES/contentframe-bg.gif);
		background-repeat: repeat-y;
	}
	
		ul#contentframe-nav {
			width: 925px;
			height: 50px;
			margin: 0;
			padding: 0;
			background-image: url(formate_02_FILES/contentframe-nav-bg.gif);
			background-repeat: repeat-x;
			overflow: hidden;
		}
		
			ul#contentframe-nav li {
				margin: 0;
				padding: 0;
				list-style-type: none;
				float: left;
			}
			
				ul#contentframe-nav li a {
					display: block;
					padding: 18px 14px 16px 14px;
					font-size: 12px;
					text-transform: uppercase;
					color: #4a4a4a;
					border-right: solid 1px #fff;
				}
				
				ul#contentframe-nav li.active a {
					color: #4e408b;
					background-image: url(formate_02_FILES/contentframe-nav-bg-over.gif);
				}
				
				ul#contentframe-nav li a:hover {
					color: #4e408b;
					text-decoration: none;
					background-image: url(formate_02_FILES/contentframe-nav-bg-over.gif);
				}
				
		#contentframe-pic {
			float: left;
		}
		
		#contentframe-left {
			float: left;
			width: 200px;
		}
	
		#contentframe-middle {
			float: left;
			width: 450px;
			padding: 15px 25px 25px 25px;
		}
		
		#contentframe-right {
			float: left;
			width: 225px;
		}
	
	#footerframe {
		float: left;
		width: 925px;
		height: 70px;
		border-top: solid 1px #e2d5c4;
		background-color: #fff;
	}
	
		ul#footerframe-nav {
			margin: 20px 0 0 225px;
			padding: 0;
		}
		
			ul#footerframe-nav li {
				margin: 0;
				padding: 0;
				list-style-type: none;
				float: left;
			}
			
				ul#footerframe-nav li a {
					color: #ffffff;
					display: block;
					margin-right: 26px;
				}



/* Inhaltselemente */
/* Boxen */

.box.search {
	height: 43px;
	background-color: #eef2f4;
	border-bottom: solid 1px #bdc4ca;
	padding-top: 22px;
	padding-left: 20px;
}

	.searchbox-sword {
		float: left;
		margin-right: 3px;
		width: 130px;
	}
	
	#searchbox-submit {
		background-image: url(formate_02_FILES/submit-bg.gif);
		background-repeat: repeat-x;
		border: none;
		color: #fff;
		font-size: 11px;
		padding: 2px;
		height: 20px;
	}

.box.address {
	color: #4a4a4a;
	padding: 40px 20px 40px 20px;
	background-color: #e9e9e9;
}


.box.std {
	padding: 20px;
	background-image: url(formate_02_FILES/box-std-bg.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #bdc4ca;
}

	.box.std h1 {
		font-size: 11px;
	}

	
.box.header {
	background-image: url(formate_02_FILES/box-header-bg.gif);
	background-repeat: repeat-x;
	padding: 7px 13px 7px 13px;
}

	.box.header .box-header {
		height: 24px;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		color: #4e408b;
		margin-bottom: 20px;
	}

	
.fce-shortcut {
	background-color: #4e408b;
	margin-bottom: 10px;
	background-image: url(formate_02_FILES/fce-shortcut-bg.gif);
	background-repeat: repeat-x;
	height: 52px;
}

	.fce-shortcut a img {
		border: none;
		float: left;
	}
	
	.fce-shortcut .fce-shortcut-content {
		float: left;
		width: 135px;
		padding: 5px;
		color: #fff;
	}


.fce-list ul {
	margin: 0;
	padding: 0 0 15px 0;
}

	.fce-list ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		.fce-list ul li a {
			display: block;
			font-weight: bold;
			margin: 0 0 6px 0;
			padding: 0 0 0 15px;
			background-image: url(formate_02_FILES/fce-list-img.gif);
			background-repeat: no-repeat;
			background-position: 0px 1px;
		}
		
/* News Teaser */

.news {
	float: left;
	#padding-bottom: 15px;
	background-image: url(formate_02_FILES/news-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news-teaser {
	float: left;
	width: 208px;
	_width: 208px;
	height: 164px;
	padding: 0 16px 15px 0;
}

.news-teaser a .news-teaser-img {
	border: none;	
	float: left;
	margin: 0 5px 0 0;
}

.news-teaser-date {
	display: inline;
}

.news-teaser h1 {
	font-size: 13px;
	padding: 4px 0 4px 0;
	#padding: 3px 0 4px 0;
}

.news-teaser p {}

.news-teaser a.news-teaser-more {
	float: right;
}