* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: arial, verdana , sans-serif;
	font-size: 10pt;
	background-color: #CCCCFF;
}

body {
	height: 100%;
	text-align: center;
}


html>body {
	height: 100%;
	width: auto;
	min-width: 1000px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
	background-color: #EA6A0A;
}

html>body .layout_center {
	height: auto;
	min-height: 100%;

}

.layout_page {
	float: left;
	height: auto;
	min-height: 100%;
	background-color: #EA6A0A;
}

html>body .layout_page {
	height: auto;
	min-height: 100%;

}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		width: 1000px;
		height: 279px;
		background: #000 url(../images/header.png);
	}
	
		.logo_link{
			width: 285px;
			height: 195px;
			position: absolute;
			left: 0px;
		}
		
			.logo_link a {
				display: block;
				width: 285px;
				height: 195px;
				text-indent: -9999em;
			}

		/*################################################################*/
		/* mmenu1
		/*################################################################*/

		.mmenu1 {
			float: left;
			padding: 0;
			line-height: 30px;
			list-style: none;
			font-family: "Franklin Gothic Medium", verdana , arial , sans-serif;
		}

		.mmenu1_ul {
			margin: 231px 0 0 45px !important;
		}

		.mmenu1 li {
			float: left;
		}

		.mmenu1 a {
			color: #FFF;

			font-size: 22px;
			font-weight: bold;

			background-repeat: no-repeat;
			display: block;
			overflow: hidden;
			text-indent: 9999em;
			height: 30px;
		}

		.mmenu1 a:hover {
			color: #FFF;
			text-decoration: none;
			background: #014493 url(../images/mmenu1_hover.png);
			background-position: 0px -30px;
			background-repeat: no-repeat;
		}

		 .mmenu1 .mmenu1_active a {
			color: #014493;
			text-decoration: underline;
			background: #FFD401 url(../images/mmenu1_hover-act.png);
		}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		margin: 0 5px;
		padding: 0 40px;
		padding-bottom: 50px;
		width: 910px;
		height: 489px;
		background: #fff url(../images/content-back.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	html>body .layout_torso {
		height: auto;
		min-height: 489px;
	}

		.layout_torso a {
			padding: 1px 3px;
			border: 1px solid #FFF;
			background-color: #FFD401;
			color: #000;
			outline: none;
			text-decoration: none;
		}

		.layout_torso a:hover {
			padding: 1px 3px;
			text-decoration: underline;
		}

		/*##############################################################*/
		/* mmenu2-top
		/*##############################################################*/
		.mmenu2-top {
			float: left;
			margin: 0 auto;
			padding-left: 22px;
			width: 888px;
			border-bottom: 3px solid #014493;
			font-family: "Franklin Gothic Medium", verdana , arial , sans-serif;
		}

			.mmenu2 {
				float: left;
				padding: 0;
				list-style: none;
				height: 23px;
			}

			.mmenu2_ul {
				margin: 0 !important;
				overflow: hidden;
			}

			.mmenu2 li {
				float: left;
			}

			.mmenu2 a {
				color: #014493;
				background-color: #FFF;

				font-size: 17px;

				background-repeat: no-repeat;
		        display: block;
		        overflow: hidden;
		        text-indent: 9999em;
		        height: 23px;
			}

			.mmenu2 a:hover {
				color: #FFF;
				text-decoration: underline;
				background: #014493 url(../images/mmenu2_hover.png);

				background-position: 0px -23px;
			}

			 .mmenu2 .mmenu2_active a {
				color: #FFF;
				text-decoration: underline;
				background: #FFD401 url(../images/mmenu2_hover.png);
			}

			/*##############################################################*/
			/* search
			/*##############################################################*/
			.searchfield {
				float: right;
			}

			.searchfield form {
				float: left;
			}

			.searchText {
				float: left;
				color: #014493;
				font-family: Arial;
				font-size: 11pt;
				padding-top: 2px;
			}

			.tx-indexedsearch-searchbox-sword {
				float: left;
				display: block;
				margin: 0 5px;
				border: 1px solid #EA6A0A;
			}

			.tx-indexedsearch-searchbox-button {
				float: left;
				width: 25px;
				border: 1px solid #fff;
				background: #fff url(/fileadmin/fibs-sn.de/images/search-icon.png) no-repeat;
				cursor: pointer;
				display: block;
			}

			.browsebox {
				float: left;
				margin: 0 !important;
				list-style: none;
			}

			.browsebox li {
				float: left;
			}

			.browsebox a {
				display: block;
			}

			.tx-indexedsearch-descr {
				margin-bottom: 0;
			}

			.tx-indexedsearch-result {
				float: left;
				margin: 10px 5px;
				padding: 10px;
				width: 538px;
				background-color: #e5e5ff;
			}

		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			margin-top: 18px;
			margin-right: 10px;
			width: 600px;
		}

			.content_h2 {
				margin: 0 0 13px 0;
				padding-left: 20px;
				background-color: #CCCCFE;
				color: #014493;
				font-size: 16px;
				font-weight: normal;
				text-align: left;
				display: block;
				line-height: 32px;
			}

			.content {
				margin: 0 0 20px;
				text-align: left;
			}

				.content h4 {
					color: #EA6A0A;
					font-size: 17px;
					font-weight: bold;
				}

				.content .csc-text,
				.csc-textpic-text {
					margin: 12px 0;
					padding: 5px 15px;
				}

				.content .csc-frame-frame1 {
					margin: 12px 0;
					/*padding: 5px 15px;*/
					background-color: #e5e5ff;
				}

				.content h3 {
					position: absolute;
					text-indent: -9999em;
					width: 0;
					height: 0;
				}

				.content ul {
					margin: 10px 0px 10px 5px;
					list-style-image: url(../images/list-bullet.png);
				}

				.content li {
					margin: 5px 0px 5px 5px;
				}

		/*##############################################################*/
		/* layout_right
		/*##############################################################*/
		.layout_right {
			float: left;
			margin: 18px 0 225px 5px;
			padding: 0;
			text-align: left;
		}

		/* CSS-Hack für IE7 */
		*:first-child+html .layout_right {
		    padding-bottom: 225px;
		}

			.right_h2_dummy {
				margin: 0;
				height: 32px;
				width: 295px;
				background-color: #004493;
			}

			.right_content {
				float: left;
				margin: 0;
				padding: 26px 23px;
				width: 249px;
				background-color: #CCCCFE;
			}

				.right_content h2 {
					background-color: #014493;
					color: #CCCCFE;
					font-size: 25px;
					font-weight: bold;
				}

				.right_content h3 {
					color: #EA6A0A;
					font-size: 17px;
					font-weight: bold;
				}

				.right_content p {
					float: left;
				}

				.right_content ul {
					float: left;
					margin-top: 10px;
					list-style-image: url(../images/list-bullet.png);
				}

				.right_content .csc-textpic-text {
					margin: 0;
					padding: 0;
					background-color: #CCCCFE;
				}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		float: left;
		margin: 0 5px 20px;
		padding: 0 60px 20px;
		width: 870px;
		position: relative;
	}

		.foot_left {
			float: left;
		}

			.foot_left span {
				margin-right: 9px;
				padding: 10px 15px 2px;
				background-color: #FFF;
			}

			.foot_left a {
				font-size: 12px;
				color: #014493;
				font-weight: bold;
			}

			.foot_left a:hover {
				text-decoration: none;
			}

		.foot_right {
			float: right;
			color: #FFF;
			margin-right: -30px;
		}

			.foot_right a {
				color: #FFF;
			}

			.foot_right a:hover {
				color: #014493;
				text-decoration: none;
			}

		.randomimage {
			position: absolute;
			right: 0;
			bottom: 36px;
		}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

p {
	margin: 10px 0;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.print_header {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.csc-textpic-image {
	margin-top: 0 !important;
}

.csc-textpic-image a {
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
}

.csc-textpic-image a:hover {
	padding: 0;
	text-decoration: none;
}

.csc-textpic-image img {
	padding: 5px;
	border: 1px dashed #014493 !important;
	background-color: #FFF;
}

.csc-textpic-imagewrap {
	margin: 0 !important;
}

/*##################################################################*/
/* tt_news
/*##################################################################*/
.news-list-container {
}

.news-list-item-odd,
.news-list-item-even {
	float: left;
	margin: 0 0 30px 0;
	padding: 5px 5px 5px 15px;
	width: 580px;
	text-align: left;
	background-color: #e5e5ff;
}

.news-list-noimage {
	float: left;
	padding: 5px;
	width: 560px;
}

.news-list-img {
	float: left;
	margin: 0;
	width: 245px;
	text-align: center;
}

.news-list-img img {
	padding: 5px;
	border: 1px dashed #014493;
	background-color: #FFF;
}

.news-list-container h4, h4 a {
	padding: 0 !important;
	border: 0 solid #FFF !important;
	color: #EA6A0A !important;
	background-color: #e5e5ff !important;
	font-size: 18px;
	font-weight: bold;
}

.news-list-date {
	margin-top: 7px;
	display: block;
}

.news-list-subheader {
	margin-top: 15px;
	margin-bottom: 15px;
}

.news-list-morelink {
	margin-top: 2px;
}

.news-list-browse {
	float: left;
}

.news-single-item {
	padding: 5px;
	background-color: #e5e5ff;
}

.news-single-info {
	text-align: right;
	font-size: 8pt;
}

.news-single-backlink {
	margin-top: 10px;
}

.news-single-img-p {
	margin: 0 !important;
	margin-bottom: 5px;
	padding: 0 !important;
	text-align: center;
}

.image-center {

}

.news-single-img-p img {
	padding: 5px;
	border: 1px dashed #014493;
	background-color: #FFF;
}

.news-single-img-p a,
.news-single-img-p a:hover {
	padding: 0;
	border: 0px solid #FFFFFF;
	color:#000000;
}

.news-single-imgcaption {
	margin: 0 30px 20px 30px !important;
	padding: 5px 0 !important;
}
