* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 135%;
}

body{
	height: 100%;
	text-align: center;
	background: url(../images/body_bg.png) left top repeat-x;
}


html>body {
	height: 100%;
	width: auto;
	min-width: 1000px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
	background: url(../images/page_bg.png) left top repeat-y;
}

html>body .layout_center {
	height: auto;
	min-height: 100%;
}

.layout_page {
	float: left;
	width: 1000px;
	height: auto;
	height: 100%;
	background: url(../images/page_bg.png) left top repeat-y;
	text-align: left;
}

html>body .layout_page {
	height: auto;
	min-height: 100%;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		width: 1000px;
		height: 191px;
		background: url(../images/header_bg.png) left top no-repeat;
	}
	
	#link_bmas {
		position: absolute;
		display: block;
		left: 343px;
		top: 81px;
		width: 134px;
		height: 63px;
	}
	
	#link_perspektive50plus {
		position: absolute;
		display: block;
		left: 507px;
		top: 82px;
		width: 135px;
		height: 62px;
	}
	
	#link_queo50plus {
		position: absolute;
		display: block;
		left: 673px;
		top: 35px;
		width: 319px;
		height: 116px;
	}
	
	.tx-tgmpagepic-pi1 {
		position: absolute;
		left: 6px;
		top: 0px;
		width: 241px;
		height: 178px;
	}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 1000px;
		overflow: hidden;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
			padding: 6px;
			width: 240px;
			overflow: hidden;
		}
		
		.layout_left ul {
			margin: 0;
			list-style: none;
		}
		
		.layout_left li {
			margin: 0;
		}
		
		ul.mmenu1{
			float:left;
			margin:0 0 35px;
		}
		
		.mmenu1 li {
			float: left;
			margin-top: 2px;
		}
		
		.mmenu1 li a {
			display: block;
			height: 26px;
			overflow: hidden;
			text-indent: -9999em;
			background-repeat: no-repeat;
		}
		
		.mmenu1 li a:hover,
		.mmenu1 li.active a {
			background-position: 0px -26px;
		}
		
		.mmenu1 .mmenu2 li a {
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		.mmenu1 .mmenu2 li a:hover,
		.mmenu1 .mmenu2 li.active a {
			background-position: 0px -26px;
		}
		
		.layout_left p {
			margin: 0 0 7px 0;
		}
		
		.layout_left .right-col-box{
			float:left;
			display: block;
			border-bottom: 2px solid #a2acd5;
		}
		
		.layout_left h3 {
			margin: 0 0 9px 0;
			padding: 4px 24px !important;
			font-size: 13px;
			color: #1a2e88;
			background-color: #a2acd5;
		}
		
		.layout_left .right-col-box-image,
		.layout_left .right-col-box-text {
			padding: 0 24px;
			display: block;
		}
		
		.layout_left .right-col-box-image {
			margin: 0 0 7px 0;
		}
		
		.layout_left .right-col-box a {
			color: #f39604;
		}
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			padding: 30px 34px 40px 32px;
			width: 463px;
			overflow: hidden;
		}
		
		.layout_content h2 {
			padding-bottom: 15px;
			font-size: 14px;
			color: #1a2e88;
		}
		
		.layout_content h3 {
			padding: 15px 0px;
			font-size: 12px;
			color: #1a2e88;
		}
		
		.layout_content a {
			padding: 1px;
			color: #1d2f84;
			border-bottom: 1px dotted #1d2f84;
		}

		.layout_content a:hover {
			text-decoration: none;
			background-color: #D0D5EA;
		}
		
		.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
			height:1%;
			overflow: visible;
			padding-left:0px;
		}
		
		.csc-textpic-imagewrap a {
			padding: 0px;
			color: #000;
			border-bottom: none;
		}

		/*##############################################################*/
		/* right
		/*##############################################################*/
		.layout_right {
			float: left;
			padding: 6px 0 30px 0;
			width: 213px;
			overflow: hidden;
		}
		
		.layout_right p {
			margin: 0 0 7px 0;
		}
		
		.right-col-box {
			display: block;
			border-bottom: 2px solid #a2acd5;
		}
		
		.layout_right h3 {
			margin: 0 0 9px 0;
			padding: 4px 12px !important;
			font-size: 13px;
			color: #1a2e88;
			background-color: #a2acd5;
		}
		
		.right-col-box-image,
		.right-col-box-text {
			padding: 0 12px;
			display: block;
		}
		
		.right-col-box-image {
			margin: 0 0 7px 0;
		}
		
		.layout_right a {
			color: #f39604;
		}
		

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		clear: both;
		float:left;
		position: relative;
		height: 0px;
		width: 100%;
	}
	
	.foot_bg {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 15px;
		background: url(../images/foot_bg.png) left top repeat-x;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px 0;
}

ul, ol {
	margin: 0 0 0 8px;
	list-style: circle;
}

li {
	margin: 0 0 4px 15px;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.print_header {
	display: none;
}

.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;
}

.csc-textpic-imagewrap {
	margin-top: 5px;
}

.csc-textpic-caption {
	padding: 2px;
	font-size: 8pt;
	background-color: #D0D5EA;
}

.ka-handler {
	cursor: pointer;
}

/*##################################################################*/
/* Ansprechpartner
/*##################################################################*/
.tgm_queo_ce_contact .ka-panel {
	border: 1px solid #a2acd5;
	position: relative;
}

.tgm_queo_ce_contact h3 {
	padding: 4px !important;
	font-size: 13px;
	color: #1a2e88;
	background-color: #a2acd5;
}

.tgm_queo_ce_contact_content {
	padding: 7px;
}

.tgm_queo_ce_contact_contact {
	padding: 9px 0 0 30px;
	background: url(../images/small_orange_square.png) 3px 9px no-repeat;
}

.tgm_queo_ce_contact_address,
.tgm_queo_ce_contact_contact,
.tgm_queo_ce_contact_name,
.tgm_queo_ce_contact_phone,
.tgm_queo_ce_contact_email {
	display: block;
}

.tgm_queo_ce_contact_spacer {
	padding: 15px 0 0 0;
}

/*##################################################################*/
/* Downloads
/*##################################################################*/
.fce-download {
	border: 1px solid #a2acd5;
	position: relative;
	display: block;
}

.fce-download h3 {
	padding: 4px 4px 0 4px !important;
	font-size: 13px;
	color: #1a2e88;
	background-color: #a2acd5;
}

.fce-download-content {
	padding: 5px;
	display: block;
}

.fce-download-text {
	display: block;
	padding: 6px 0 4px 0;
}

.fce-download-file {
	display: block;
	padding: 0 0 10px 25px;
	line-height: 17px;
	background: url(../images/small_orange_square.png) 0px 0px no-repeat;
}

.fce-download-spacer {
	padding: 15px 0 0 0;
}

/*##################################################################*/
/* Netzwerkpartner CE
/*##################################################################*/
table.tgm_queo_ce_partner {
	border-collapse: collapse;
}

.tgm_queo_ce_partner a {
	border: none;
}

tr.tgm_queo_ce_partner_item {
	display: block;
}

.tgm_queo_ce_partner_logo {
	padding: 5px 9px;
	width: 160px;
	height: 50px;
	vertical-align: middle;
	border: 1px solid #a2acd5;
	border-right: none;
}

.tgm_queo_ce_partner_logo a {
	display: block;
}

.tgm_queo_ce_partner_logo a:hover {
	background-color: #FFF;
}

.tgm_queo_ce_partner_company {
	padding-right: 9px;
	width: 274px;
	vertical-align: middle;
	border: 1px solid #a2acd5;
	border-left: none;
}

.tgm_queo_ce_partner_spacer {
	height: 5px;
}

/*##################################################################*/
/* Netzwerkpartner CE
/*##################################################################*/
.tgm_queo_ce_partner_preview {
	padding: 0 8px 0 8px;
	border-bottom:2px solid #A2ACD5;
}

.tgm_queo_ce_partner_preview .tgm_queo_ce_partner_item{
	height:147px;
}

#network_partner2 {
	position: absolute;
}

#network_partner {
	position: relative;
}

/*##################################################################*/
/* Kontaktformular
/*##################################################################*/

.mailformplus_contactform label {
	float: left;
	width: 447px;
	padding: 2px 0px 2px 5px;
	color:#1A2E88;
	font-weight: bold;
	font-size: 9pt;
	background-color: #A2ACD5;
}

.mailformplus_contactform input, .mailformplus_contactform textarea {
	margin-bottom: 10px !important;
	border-right: none;
}

.mailformplus_contactform input {
	height: 20px;
}


.mailformplus_contactform .error-text {
	color: red;
}

.mailformplus_contactform input#submit {
	height: 30px;
	width: 140px;
	background-color: #D0D5EA;
	padding: 5px;
	color:#1A2E88;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
}

