* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: verdana , arial , sans-serif;
	font-size: 11px;
	line-height: 130%;
}

html {
	background: url(../images/html_bg.jpg) center top repeat;
}

body{
	height: 100%;
	text-align: center;
	color: #554f48;
	background: url(../images/body_bg.jpg) center top repeat-x;
}


html>body{
	height: 100%;
	width: auto;
	min-width: 1000px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 744px;
	height: 100%;
	position: relative;
	text-align: left;
}

html>body .layout_center{
	height: auto;
	min-height: 100%;

}

.layout_page {
	float: left;
	width: 744px;
	height: auto;
	min-height: 100%;
}

html>body .layout_page {
	height: auto;
	min-height: 100%;

}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		padding-bottom: 16px;
		width: 744px;
		height: 280px;
		background: url(../images/page_bg.jpg) left top no-repeat;
	}

	.head_info {
		font-size: 11px;
		left: 327px;
		line-height: 125%;
		position: absolute;
		top: 32px;
		word-spacing: -1px;
	}
	
	.head_info h2 {
		float: left;
		font-weight: normal;
		font-size: 1em;
	}
	
	.head_info a {
		color: #554f48;
	}
	
	.tx-bmpagepic-pi1 {
		position: absolute;
		left: 12px;
		top: 85px;
		width: 720px;
		height: 180px;
	}

	.layout_menu {
		float: left;
		padding: 0 0 50px 12px;
		width: 744px;
	}
	
	.mmenu1 {
		float: left;
		margin: 0;
		list-style: none;
	}
	
	.mmenu1 li {
		float: left;
		display: block;
	}
	 
	.mmenu1 li a {
		background-repeat: no-repeat; 
		display: block; 
		overflow: hidden;
		text-indent: -9999em;
		width: 180px;  
		height: 30px;
		background-position: 0px 0px;
	}
	 
	.mmenu1 li a:hover,
	.mmenu1 li.active a {
		background-position: 0px -30px;
	}
	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 744px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
		}
		
		.layout_left h3 {
			font-size: 13px;
			font-weight: bold;
			margin: 0 0 15px 0;
		}
		
		.layout_left a {
			color: #C2B7A4;
			font-weight: bold;
		}
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
		}
		
		.layout_content h3 {
			font-size: 13px;
			font-weight: bold;
			margin: 0 0 15px 0;
		}
		
		.layout_content a {
			color: #C2B7A4;
			font-weight: bold;
		}
		
		.layout_content a:hover {
			color: #554f48;
		}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		clear: both;
		margin: 0 auto;
		position: relative;
		width: 744px;
		height: 0px;
		font-size: 11px;
	}
	
	.foot_content {
		position: absolute;
		left: 328px;
		bottom: 8px;
	}
	
	.foot_content a {
		color: #554f48;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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;
}

.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;
}

/*##################################################################*/
/* tgm_publications
/*##################################################################*/
.publications_list_item {
	padding: 0 0 30px 0;
	width: 744px;
	float: left;
}

.publications_detail {
	width: 744px;
	float: left;
}

.publications_item_left {
	padding: 0 23px 0 0;
	width: 305px;
	min-height: 50px;
	float: left;
	text-align: right;
}

.publications_item_right {
	float: left;
	width: 416px;
}

.publications_list_item_title,
.publications_detail_title {
	font-weight: bold;
}

.publications_detail_text {
	padding: 15px 0; 
}

.publications_detail {
	position: relative;
}

.publications_detail_back {
	position: absolute;
	left: 328px;
	top: -34px;
	
}

.publications_detail_download {
	padding: 15px 0 10px 35px;
	background: url(../images/pdf_icon.jpg) 0px 5px no-repeat;
}

.pagebrowser {
	float: left;
	padding-left: 328px;
	color: #C2B7A4;
	font-weight: bold;
	width: 416px;
}

.pagebrowser .active {
	color: #554f48;
	margin-right: 2px;
}

.pagebrowser a {
	margin-right: 2px;
}
