* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: verdana , arial , sans-serif;
	font-size: 10pt;
	line-height: 135%;
}

body{
	height: 100%;
	text-align: center;
}


html>body{
	height: 100%;
	width: auto;
	min-width: 929px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 929px;
	height: 100%;
	position: relative;
}

html>body .layout_center{
	height: auto;
	min-height: 100%;

}

.layout_page {
	float: left;
	width: 929px;
	height: auto;
	min-height: 100%;
	text-align: left;
}

html>body .layout_page {
	height: auto;
	min-height: 100%;

}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		margin-bottom: 15px;
		width: 929px;
		height: 119px;
		background: url(../images/head_bg.jpg) left top no-repeat;
	}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 929px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
			width: 170px;
		}
		
		.mmenu1,
		.mmenu2 {
			margin: 0;
			list-style: none;
		}
		
		.mmenu1 li,
		.mmenu2 li {
			float: left;
		}
		 
		.mmenu1 li a,
		.mmenu2 li a {
			margin-bottom: 1px;
		    background-repeat: no-repeat; 
	        display: block; 
	        overflow: hidden;
	        text-indent: -999em;  
			width: 170px;
		}
		 
		.mmenu1 li a:hover,
		.mmenu1 li.active a.mmenu1,
		.mmenu2 li a:hover,
		.mmenu2 li.active a.mmenu2 {
			background-position: -170px 0px;
		}
		
		.ext_menue {
			float: left;
			margin: 5px 0 0 5px;
			text-align: left;
		}
		
		.ext_menue li{
			list-style: none;
		}
		
		.ext_menue a {
			color: #003B80;
			text-decoration: none;
			font-weight: bold;
		}
		
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
		}
		
		.layout_content h2 {
			margin: 0 0 15px 0;
		}
		
		.layout_content h3 {
			font-size: 18px;
			font-weight: normal;
			color: #003B80;
			margin: 5px 0 15px 0;
		}
		
		.layout_content h3 a {
			font-weight: normal;
		}
		
		.layout_content .csc-frame-frame1 h3 {
			color: #CC0000;
		}
		
		.layout_content .csc-frame-frame2 h3 {
			color: #910F66;
		}
		
		.layout_content a {
			color: #003B80;
			text-decoration: none;
			font-weight: bold;
		}
		
		div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
			margin-bottom: 15px;
		}
		
		.csc-textpic-caption {
			color: #003B80;
			font-size: 8pt;
			font-weight: bold;
			line-height: normal;
		}
		
		
		
		/*##############################################################*/
		/* tt_news                                              
		/*##############################################################*/
		
		.news-latest-item {
			position: relative;
			float: left;
			width: 340px;
			height: auto;
			padding: 0 5px 10px 0;
			margin: 0 10px 40px 0;
		}
		
		
		.news-latest-container h3 {
			margin: 10px 0 5px 0;
		}
		
		.news-latest-container h3 a {
			color: #910F66;
		}
		
		.news-latest-item img {
			float: left;
			margin-right: 10px;
		}
		
		.news-latest-morelink {
			position: absolute;
			right: 0;
			bottom: 0;
			margin: 5px 0 0 0;
			text-align: right;
		}
		
		.news-list-container h3 {
			font-size: 18px;
			font-weight: normal;
			color: #003B80;
			margin: 5px 0 15px 0;
		}
		
		.news-list-item-odd {
			padding: 5px;
			background-color: #CCD8E6;
		}
		
		.news-list-item-even {
			padding: 5px;
			margin: 3px 0;
			background-color: #EAEFF5;
		}
		
		.news-single-img, .news-list-img {
			float: left;
			margin-right: 10px;
		}
		
		/*##############################################################*/
		/* mailform
		/*##############################################################*/
		
		.tx-thmailformplus-pi1 label {
			float: left;
			width: 100px;
		}
		
		.tx-thmailformplus-pi1 .error-text {
			padding: 5px;
			background-color: #FAE8E8;
			color: #CC0000;			
		}
		
		/*##############################################################*/
		/* kiwi accordion
		/*##############################################################*/
		 h3.ka-handler {
		 	float:left;
			width:520px;
			height:20px;
			padding:5px;
			cursor:pointer;
		 }
		 
		 .ka-panel.open h3.ka-handler {
			background:#fff url(../images/kiwi_accordion_bg_up.jpg) left top no-repeat;
		 }
		 
		 .ka-panel.close h3.ka-handler {
			background:#fff url(../images/kiwi_accordion_bg_down.jpg) left top no-repeat;
		 }
		

		/*##############################################################*/
		/* right
		/*##############################################################*/
		.layout_right {
			float: left;
			width: 170px;
		}
		
			.tx-tgmbanner-pi1 {
				margin: 0 0 20px 0;
			}


	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		float:left;
		text-align: left;
		margin: 20px 0 0 180px;
	}
	
	.layout_foot .madeby {
		text-indent: -9999px;
	}
	
	.layout_foot li {
		list-style:none;
	}
	
	.layout_foot a {
		color: #003B80;
		text-decoration: none;
		font-weight: bold;
	}
		

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

table {
	border: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: hidden;
	margin: 0 0 15px 0;
	font-size: 10pt;
}

tr {
	border: none;
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
}

td {
	border: none;
	vertical-align: top;
	border-width: 0px;
	border-spacing: 0px;
	padding: 3px;
	border-style: hidden;
}

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;
}

.header_print {
	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;
}

table.breit {
	width: 528px;
}

table.schmal {
	width: 315px;
}

tr.hell {
	background-color: #EAEFF5;
}

tr.dunkel {
	background-color: #CCD8E6;
}


td.hell {
	background-color: #EAEFF5;
}

td.dunkel {
	background-color: #CCD8E6;
}