* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

body {
	height: 100%;
	background: #cce6f7 url(../images/body_bg.jpg) no-repeat center top;
	width: 100%;
}

html>body {
	height: 100%;
	width: auto;
	min-width: 1000px;
}

.print_clearer {
  display: none !important;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: #FFF;
}

html>body .layout_center{
	height: auto;
}

.layout_page {
	float: left;
	width: 1000px;
	height: auto;
	min-height: 100%;
	background-color: #FFF;
}

html>body .layout_page {
	height: auto;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		height: 177px;
		background: url(../images/body_bg.jpg) -23px 0px no-repeat;
	}
	
	.layout_head h2 {
		color: #FFF;
		font-size: 10pt;
		font-weight: normal;
		position: absolute;
		right: 20px;
		top: 142px;
	}
	
	.head_text {
		position: absolute;
		right: 20px;
		top: 40px;
		width: 230px;
		height: 85px;
		color: #999;
		font-size: 1.1em;
		text-align: right;
	}
	
	.login {
		position: absolute;
		left: 0;
		top: 137px;
		padding: 3px 0 3px 21px;
		height: 24px;
		font-size: 10px;
	}
	
	.head_login_label {
		padding-right: 4px;
		color: white;
		line-height: 20px;
	}
	
	.head_login_user,
	.head_login_pass {
		border: 1px solid #333;
		width: 80px;
		height: 14px;
		padding: 2px;
		font-size: 10px;
	}
	
	.head_login_submit {
		padding-bottom: 3px;
		border: 1px solid #333;
		background: #b2d9f3;
		color: #333;
		height: 20px;
		width: 80px;
		font-size: 10px;
		cursor: pointer;
	}
	
	.breadcrumb {
		width: 960px;
		height: 16px;
		padding: 0 20px 5px;
		font-size: 10px;
		color: #a0a0a0;
		text-align: right;
	}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 1000px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
		}

			/*##############################################################*/
			/* mmenu1
			/*##############################################################*/
			.mmenu1 {
				float: left;
				margin: 0;
				list-style: none;
				font-size: 13px;
				font-weight: bold;
			}
		
				.mmenu1 li {
					margin: 0 0 5px 0;
				}
		
				.mmenu1 li a {
					display: block;
					padding: 8px 0 0 10px;
					width: 183px;
					height: 27px;
					background-image: url(../images/mmenu1_bg.png);
					color: #FFF;
				}
		
				.mmenu1 a:hover {
					background-position: 0px -35px;
					text-decoration: none;
				}
				
				.mmenu1_act_with_sub a,
				.mmenu1_act_with_sub a:hover {
					padding: 4px 0 0 10px !important;
					height: 20px !important;
					background-position: 0px -35px;
					text-decoration: none;
				}
				
				.mmenu1_act a,
				.mmenu1_act a:hover {
					padding: 8px 0 0 10px;
					background-position: 0px -35px;
					text-decoration: none;
				}
				
				/*##############################################################*/
				/* mmenu2
				/*##############################################################*/
				.mmenu2 {
					margin: 0;
					list-style: none;
					text-align: left;
					font-size: 12px;
				}
		
					.mmenu2 li {
						margin: 0;
						background: url(../images/mmenu2_bg_middle.png) left top repeat-y;
					}
					
					.mmenu2 li a {
						display: block;
						padding: 7px 0 0 20px !important;
						width: 173px !important;
						height: 15px !important;
						color: #0082D6;
						background: none;
					}
		
					.mmenu2 a:hover,
					.mmenu2_act a,
					.mmenu2_act a:hover {
						padding: 7px 0 0 20px !important;
						width: 173px !important;
						height: 15px !important;
						text-decoration: none;
						color: #F60 !important;
						background: none !important;
					}
					
					.mmenu2 li.last a,
					.mmenu2 li.mmenu2_act_last a {
						padding: 7px 0 14px 20px !important;
						width: 173px !important;
						height: 20px !important;
						background: url(../images/mmenu2_bg_bottom.png) 0px 27px no-repeat !important;
					}
					
					.mmenu2 li.last a:hover,
					.mmenu2 li.mmenu2_act_last a:hover {
						padding: 7px 0 14px 20px !important;
						height: 20px !important;
						background: url(../images/mmenu2_bg_bottom.png) 0px 27px no-repeat !important;
					}

						
					
			/*##############################################################*/
			/* contentbox
			/*##############################################################*/
			.contentbox,
			.contentbox .content {
				float: left;
				padding: 0;
			}
			
			.contentbox .content {
				margin: 11px 0 0 3px;
				line-height: 17px;
				text-align: left;
			}
			
			.contentbox .csc-frame-frame1 {
				float: left;
				width: 184px;
				line-height: 17px;
				background-color: #E8E5D5;
				text-align: left;
			}
			
			.contentbox .csc-text {
				margin: 11px 16px;
			}
		
				.contentbox .content h3 {
					margin: 0 0 8px 0;
					color: #FF6600;
					font-size: 13px;
				}
		
				.contentbox .content p {
					margin: 0 0 25px 0;
				}
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			line-height: 17px;
			text-align: left;
			color: #333;
		}
		
			.layout_content h2 {
				font-size: 16px;
				margin: 0 0 16px 0;
				color: #FF6600;
			}
		
			.content h3 {
				margin: 0 0 5px 0;
				font-size: 14px;
				color: #0082D6;
			}
			
			.csc-textpic-intext-right p {
				text-align: justify;
			}
		
		/*################################################################*/
		/* foot
		/*################################################################*/
		.layout_foot {
			clear: left;
			height: 0;
			margin: 0 auto;
			position: relative;
			width: 1000px;
		}
		
			.footer {
				float: left;
				display: block;
				margin: 0 0 0 235px;
				list-style: none;
				text-align: left;
				color: #0082D6;
				position: absolute;
				bottom: 10px;
			}
			
				.footer li {
					float: left;
					margin: 0 10px 0 0;
				}
				
			.foot_top {
				display: block;
				width: 129px;
				height: 30px;
				background: url(../images/button_top.png) 0px 0px;
			}
			
			.foot_print {
				display: block;
				width: 158px;
				height: 30px;
				background: url(../images/button_print.png) 0px 0px;
			}
			
			.foot_top:hover,
			.foot_print:hover {
				background-position: 0px -30px;
				text-decoration: none;
			}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
	color: #0082D6;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px 0;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

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;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.indent {
	margin-left: 25px;
}

.rehadb_detail_label {
	clear: both;
	float: left;
	width: 250px;
	font-weight: bold;
	margin: 5px 0;
}

.rehadb_detail_data {
	float: left;
	margin: 5px 0;
	width: 730px;
}
/*########################################*/
/* Diagfinder
/*########################################*/
.diagfinder_searchform {
	float: left;
	width: 745px;
}

.diagfinder_searchform form {
	float: right;
}

.diagfinder_searchword {
	margin-top: 2px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #000;
}

.diagfinder_searchbtn {
	padding-bottom: 7px;
	padding-right: 10px;
	width: 90px;
	height: 30px;
	border: 0px;
	background-image: url(../images/diagfinder_search-button.png);
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
}

.diagfinder_searchbtn:hover {
	background-position: 0px -30px;
}

.diagfinder_matches {
	font-weight: bold;
	color: #0082D6;
}

.diagfinder_result_item_even,
.diagfinder_result_item_odd {
	border: 1px solid #0082D6;
	border-right: 2px solid #0082D6;
	border-bottom: 2px solid #0082D6;
	margin: 10px 0;
	float: left;
	width: 740px;
}

.diagfinder_result_item_odd {
	
}

.diagfinder_caption {
	font-weight: normal;
}

.diagfinder_item_description {
	float: left;
	padding: 10px 10px 5px 10px;
	width: 720px;
	border-top: 1px solid #0082D6;
	font-family: Courier, sans-serif;
	background-color: #FFF;
}

.diagfinder_item_description span {
	margin-bottom: 15px;
}

.diagfinder_item_description span {
	display: block;
	margin-bottom: 15px;
}

.diagfinder_item_head {
	float: left;
	padding: 5px 10px;
	width: 720px;
	font-weight: bold;
	position: relative;
	font-size: 15px;
	background-color: #B2D9F3;
}

.diagfinder_pagebrowser {
	clear: both;
	float: left;
	text-align: center;
	width: 745px;
	margin: 5px 0;
}

.pagebrowser_left_arrows,
.pagebrowser_right_arrows {
	display: inline;
}

.diagfinder_pagebrowser_sites {
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 745px;
}

.diagfinder_resultlist,
.diagfinder_resultcounter {
	clear: both;
	float: left;
	width: 745px;
}

/*##################################################################*/
/* tt_news Listenansicht
/*##################################################################*/

.news-list-container {
	float: left;
	margin: 12px 0 0 0;
	width: 740px;
}

.news-list-item {
	position: relative;
	padding: 5px 8px;
	width: 724px;
	background-color: #FFF;
	margin:10px 0 25px 0;
	border: #0082D6 dashed 1px;
}

.news-list-container h4 {
	color: #0082D6;
	font-size: 12px;
	margin: 10px 0 3px 5px;
}

.news-list-container h3 a {
	color: #0082D6;
	font-size: 14px;
}

.news-list-date {
	position: absolute;;
	top: -13px;
	left: 10px;
	padding: 0 4px 2px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	background-color: #E8E5D5;
	border: #0082D6 dashed 1px;
	padding: 0 4px 2px;
}

.news-list-subheader {
	width: auto;
	padding-left: 5px;
}

.news-list-morelink {
	text-align: right;
	font-weight: bold;
}

.news-list-img {
	float: left;
	margin-right: 10px;
}

.tx-ttnews-browsebox {
	float: left;
}

.tx-tt_news-browsebox-link,
.tx-tt_news-browsebox-activeLink,
.tx-ttnews-browsebox a {
	padding: 0 5px 0 0;
}

/*##################################################################*/
/* tt_news Detailansicht
/*##################################################################*/

.news-single-container {
	float: left;
	margin: 10px 0 0 0;
	width: 745px;
	border: #0082D6 dashed 1px;
}

.news-single-item {
	position: relative;
	float: left;
	padding: 20px 10px 10px 10px;
	background-color: #FFF;
}

.news-single-date {
	position: absolute;
	left: 10px;
	top: -12px;
	padding: 0 4px 2px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	background-color: #E8E5D5;
	border: #0082D6 dashed 1px;
	padding: 0 4px 2px;
}

.news-single-img {
	float: left;
	margin: 5px 10px 0 0;
}

.news-single-subheader {
}

.news-single-backlink {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/*##################################################################*/
/* tt_news Newsbox
/*##################################################################*/

.newsbox {
	float: left;
	padding-top: 13px;
}

.news-latest-item {
	position: relative;
	float: left;
	width: 170px;
	margin: 20px 0 0 0;
	padding: 13px 9px 9px 9px;
	background-color: #FFF;
	border: #0082D6 dashed 1px;
}

.newsbox h3 {
	font-size: 15px;
	color: #0082D6;
	margin:0 0 0 10px;
}

.news-latest-container {
	float: left;
	width: 190px;
	font-size: 10px;
}

.news-latest-container h4 {
	font-size: 10px;
	padding: 0 0 5px 0;
}

.news-latest-container h3 a {
	color: #F60;
	font-size: 12px;
}

.news-latest-date {
	position: absolute;
	left: 10px;
	top: -9px;
	padding: 0 4px 2px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	background-color: #E8E5D5;
	border: #0082D6 dashed 1px;
	padding: 0 4px 2px;
}

.news-latest-subheader {
	width: auto;
	background: none !important;
}

.news-latest-subheader p {
	margin: 0 0 4px 0;
}

.news-latest-morelink {
	text-align: right;
	font-weight: bold;
}
	
/*##################################################################*/
/* Kontaktformular
/*##################################################################*/

.mailform_fieldset {
	border:1px dashed #0082D6;
	float:left;
	font-weight:bold;
	margin:0 0 20px;
	padding:20px;
}

.mailform_legend {
	background-color:#FFFFFF;
	border:1px solid #0082D6;
	color:#FF6600;
	padding:1px 15px;
}

.mailform_info-message {
	color:#FF6600;
	margin:0 0 12px 130px !important;
}

.mailform_fieldset p {
	margin:0;
}

.mailform_input_desc {
	border-bottom:1px dashed #0082D6;
	display:block;
	float:left;
	margin-right:10px;
	padding:5px;
	text-align:right;
	width:120px;
}

.mailform_input {
	border: 1px solid #0082D6;
	margin: 3px;
	padding: 2px;
	width: 306px;
}

.tx-thmailformplus-pi1 .gender {
	border: 1px solid #0082D6;
	margin: 3px;
}

.mailform_input:hover, .mailform_input:focus {
	border: 1px solid #FF6600;
	margin: 3px;
	padding: 2px;
}

.mailform_submit {
	background-color:#FFFFFF;
	border:1px solid #0082D6;
	cursor:pointer;
	margin-left:195px;
	margin-top: 7px;
	padding:5px;
}
 