@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
.clearer {clear:both;}		
body {
	background:#f5f4f0 url(../images_system/start_bg_body_tile.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}

.container {
	width: 955px;
	margin:auto;
	}
.header {
	width:950px;
	overflow:hidden;
	}	
	.logo {
		float:left;
		padding:25px 0 23px 0;
		}
#pageTop {
	height: 97px;
	overflow: hidden;
}	
/** PAGEHEAD OVERLAYS **/

	#pageHead {
		overflow: visible !important;
	}

	/* color */
	#headOverlay,
	.paneOverlay {
		background: #73aeda;
		opacity: 0.3;
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
	}
	
	/* body overlay */
	#headOverlayWrapper {
		position: absolute;
		width: 100%;
		height: 476px;
		display: none;
		z-index: 1;
	}
	#headOverlay {
		width: 100%;
		height: 476px;
	}
	#overlayEventCatcher {
		width: 950px;
		margin: 0 auto;
	}
	/* pane overlays */
	.paneOverlay {
		width:238px;
		height:476px;
		position:absolute;
		z-index: 1;
	}
	/* shadow overlay */
	#shadowOverlay {
		background:transparent url(../images_system/shadow.png) no-repeat scroll 0 0;
		height:518px;
		left:-10000px;
		opacity:0.5;
		padding:0;
		position:absolute;
		width:279px;
		z-index:4;
		/*
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='../images_system/shadow.png');
		*/
	}
#IEzIndexContainer {
	position: absolute;
	overflow: hidden;
}

/** END PAGE OVERLAYS **/
			
.pagehead {
	width:955px;
	height:476px;
	/* overflow:hidden; */
	position:relative;}
	
	#pane1 {
		position:absolute;
		left:0;}
	#pane2 {
		position:absolute;
		left:238px;
		}
	#pane3 {
		position:absolute;
		left:476px;
		}
	#pane4 {
		position:absolute;
		left:714px;
		}

	
	.pane {
		width:238px;
		height:476px;
		}
.content p {font-size:12px; line-height:14px;}
	.trenner {
		background:url(../images_system/start_trenner.gif) no-repeat bottom right;
		}
	.pane_inner {
		}
	.copy {
		padding:20px 10px;
		}
		.copy h2 {
			color:#fff;
			padding:0 0 15px 0;
			font-size:20px;
			line-height:22px;
			display:none;
			}
		.copy p {
			color:#cecdcd;
			font-size:12px;
			line-height:16px;
			padding:15px 0 20px 0;
			}
		.mehr_button {
			display:block;
			position:absolute;
			bottom:20px;
			width:63px;
			height:19px;
			background:url(../images_system/mehr_button.gif) no-repeat;
			}
	
	
	
.lower_wrapper {
	width:955px;
	overflow:hidden;
	padding:25px 0 20px 0;
	}	
	.lower_wrapper h3 {
		display:none;
		}
.frameouter {
	border:1px solid #bbb;

	}
.frameinner {
	border:5px solid #e1e1e1;
	background:#fff;
height:160px;
	}
	.padded {
		padding:20px;
		}

.frameinner p {
padding:10px 0 0px 0;}

a img {border:none;}
.mehr {display:block;padding:15px 0 0 0;}
a.mehr_button {text-decoration:none}
img.headerimg {display:block; border-bottom:1px solid #e1e1e1;}
.content {
	width:465px;
	float:left;
	margin-right:12px;
	}
	
	
.col_right {
	float:left;
	width:465px;
	}	
	


