/* gesamter Wrapper */
#wrapper_body {
	width: 1000px;
	text-align: left;
}


/* Kopfbereich */
#wrapper_header {
	height: 301px;
	position: relative;
	overflow: hidden;
}

h1#logo {
	width: 97px;
	height: 54px;
	position: absolute;
	top: 38px;
	left: 38px;
	background: url(../_images/logo.png) no-repeat left top;
}
h1#logo span {
	display: none;
}


#wrapper_navi_main {
	width: 150px;
	height: 126px;
	position: absolute;
	top: 175px;
	left: 74px;
}


#wrapper_navi_service {
	width: 308px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
}


#wrapper_slogan {
	width: 308px;
	height: 274px;
	position: absolute;
	top: 27px;
	right: 0;
}
#wrapper_slogan q {
	display: none;
}


/* Zwischenzeile */
#wrapper_divider {
	height: 69px;
	position: relative;
	overflow: hidden;
	background-color: #a9e3f9;
}

#wrapper_category {
	width: 224px;
	height: 69px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00adef;
}
#wrapper_category h2 {
	display: block;
	width: 224px;
	height: 69px;
}
#wrapper_category h2 span {
	display: none;
}


/* Inhaltsbereich */
#wrapper_content {
	position: relative;
	min-height: 1px;
}


#wrapper_content_left {
	width: 174px;
	float: left;
	padding: 40px 10px 40px 40px;
}


#wrapper_content_right {
	width: 696px;
	float: right;
	padding: 30px 40px;
}
#wrapper_content_right_col_1 {
	width: 49%;
	float: left;
}
#wrapper_content_right_col_2 {
	width: 49%;
	float: left;
}

