html,body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:focus, a:active {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.intro_background {
	position: relative;
	width: 780px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/intro_background.jpg);
}

.intro_button_container {
	position: relative;
	float: left;
	width: 369px;
	height: 225px;
	top: 293px;
	left: 205px;
}

.intro_button {
	width: 369px;
	height: 45px;
	cursor: pointer;
}
	
.intro_button_text {
	width: 274px;
	height: 30px;
	padding-left: 21px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: none;
}

#privat {
	background-image: url(../img/intro_button_privat.gif);
	background-position: center 1px;
}
#privat_hilite {
	background-image: url(../img/intro_button_privat_hl.gif);
	background-position: center 1px;
}

#business {
	background-image: url(../img/intro_button_business.gif);
	background-position: center 1px;
}
#business_hilite {
	background-image: url(../img/intro_button_business_hl.gif);
	background-position: center 1px;
}

#lagerung {
	background-image: url(../img/intro_button_lagerung.gif);
	background-position: center 1px;
}
#lagerung_hilite {
	background-image: url(../img/intro_button_lagerung_hl.gif);
	background-position: center 1px;
}

#entsorgung {
	background-image: url(../img/intro_button_entsorgung.gif);
	background-position: center 1px;
}
#entsorgung_hilite {
	background-image: url(../img/intro_button_entsorgung_hl.gif);
	background-position: center 1px;
}

#handwerker {
	background-image: url(../img/intro_button_handwerker.gif);
	background-position: center 1px;
}
#handwerker_hilite {
	background-image: url(../img/intro_button_handwerker_hl.gif);
	background-position: center 1px;
}

/* *** */

html, body {
	height: auto;
}

body.intro_neu_background {
	background: #010101 url(../img/intro_neu_background.jpg) 50% 0% no-repeat;
}

.intro_neu_container {
	/* background: transparent url(../img/intro_neu_container_background_middle.png) 0% 0% repeat-y; */
	width: 920px;
	margin: 52px auto 0px;
	padding: 39px 0px 0px;
	position: relative;
}

.intro_neu_container .body {
	padding: 0 20px;
	background: #000000;
	position: relative;
}

.intro_neu_container .logo {
	position: absolute;
	right: 26px;
	top: 30px;
}

.intro_neu_container .header {
	height: 118px;
	padding: 0px 20px;
	position: relative;
}
.intro_neu_container .header .welcome {
	font-size: 21px;
	font-weight: bold;
}
.intro_neu_container .header .welcome h1 {
	font-size: 21px;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.intro_neu_container .header .introduction {
	margin-top: 8px;
	font-size: 11px;
}

.intro_neu_container .body .sections {
	padding-bottom: 17px;
	position: relative;
	zoom: 1;
}
.intro_neu_container .body .sections h1,
.intro_neu_container .body .sections h2,
.intro_neu_container .body .sections h3,
.intro_neu_container .body .sections h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.intro_neu_container .body .sections .section_header h4 {
	font-size: 10px !important;
}

.intro_neu_container .body .sections .privatumzug,
.intro_neu_container .body .sections .business,
.intro_neu_container .body .sections .lagerung,
.intro_neu_container .body .sections .entsorgung,
.intro_neu_container .body .sections .handwerkerservice {
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
	width: 168px;
	position: relative;
}
.intro_neu_container .body .sections .handwerkerservice {
	margin-right: 0px;
}
.intro_neu_container .body .sections .section_header {
	background: transparent none 0% 0% no-repeat;
	width: 148px;
	padding: 9px 10px 20px;
	min-height: 68px;
	height: auto !important;
	height: 68px;
	position: relative;
}
.intro_neu_container .body .sections .privatumzug .section_header {
	background-image: url(../img/intro_neu_section_header_1.gif);
	background-color: #9a0d00;
}
.intro_neu_container .body .sections .business .section_header {
	background-image: url(../img/intro_neu_section_header_2.gif);
}
.intro_neu_container .body .sections .lagerung .section_header {
	background-image: url(../img/intro_neu_section_header_3.gif);
}
.intro_neu_container .body .sections .entsorgung .section_header {
	background-image: url(../img/intro_neu_section_header_4.gif);
}
.intro_neu_container .body .sections .handwerkerservice .section_header {
	background-image: url(../img/intro_neu_section_header_5.gif);
	background-color: #0063a2;
}
.intro_neu_container .body .sections .section_header .more,
.intro_neu_container .body .sections .section_header .less {
	position: absolute;
	right: 14px;
	bottom: 5px;
	color: #ffffff;
	text-decoration: underline;
}
.intro_neu_container .body .sections .section_header .more:hover,
.intro_neu_container .body .sections .section_header .less:hover {
	text-decoration: none;
}
.intro_neu_container .body .sections .section_header .extended {
	display: block;
}
.intro_neu_container .body .sections .section_body {
	padding: 7px 10px;
	height: 225px;
	line-height: 14px !important;
	position: relative;
}
.intro_neu_container .body .sections .section_body h3 {
	line-height: 14px !important;
	font-size: 11px !important;
	margin: 0px;
	padding: 0px;
}

.intro_neu_container .body .sections .privatumzug .section_body {
	background: transparent url(../img/intro_neu_section_body_1.gif) 0% 100% no-repeat;
}
.intro_neu_container .body .sections .business .section_body {
	background: transparent url(../img/intro_neu_section_body_2.gif) 0% 100% no-repeat;
}
.intro_neu_container .body .sections .lagerung .section_body {
	background: transparent url(../img/intro_neu_section_body_3.gif) 0% 100% no-repeat;
}
.intro_neu_container .body .sections .entsorgung .section_body {
	background: transparent url(../img/intro_neu_section_body_4.gif) 0% 100% no-repeat;
}
.intro_neu_container .body .sections .handwerkerservice .section_body {
	background: transparent url(../img/intro_neu_section_body_5.gif) 0% 100% no-repeat;
}

.intro_neu_container .body .sections a {
	color: #ffffff;
}

/*.intro_neu_container .body .sections .privatumzug a {
	color: #ce1100;
}
.intro_neu_container .body .sections .business a {
	color: #ff8103;
}
.intro_neu_container .body .sections .lagerung a {
	color: #acb712;
}
.intro_neu_container .body .sections .entsorgung a {
	color: #0aa3ae;
}
.intro_neu_container .body .sections .handwerkerservice a {
	color: #2881ef;
}*/
.intro_neu_container .body .sections .section_header h1,
.intro_neu_container .body .sections .section_header h2 {
	font-size: 14px;
	font-weight: bold;
}
.intro_neu_container .body .sections h3 a {
	font-size: 11px;
	text-decoration: underline;
	display: inline-block;	
	margin-bottom: 7px;
}
.intro_neu_container .body .sections h3 a:hover {
	text-decoration: none;
}
.intro_neu_container .body .sections .section_divider {
	height: 2px;	
	background: transparent none 0% 0% repeat-y;
	line-height: 1px;
	font-size: 1px;
}
.intro_neu_container .body .sections .privatumzug .section_divider {
	background-image: url(../img/intro_neu_section_divider_1.gif);
}
.intro_neu_container .body .sections .business .section_divider {
	background-image: url(../img/intro_neu_section_divider_2.gif);
}
.intro_neu_container .body .sections .lagerung .section_divider {
	background-image: url(../img/intro_neu_section_divider_3.gif);
}
.intro_neu_container .body .sections .entsorgung .section_divider {
	background-image: url(../img/intro_neu_section_divider_4.gif);
}
.intro_neu_container .body .sections .handwerkerservice .section_divider {
	background-image: url(../img/intro_neu_section_divider_5.gif);
}

.intro_neu_container .body .boxes {
	position: relative;
}
.intro_neu_container .body .boxes .box_hotline,
.intro_neu_container .body .boxes .box_kva,
.intro_neu_container .body .boxes .box_glossar {
	display: inline-block;
	background: transparent none 0% 0% no-repeat;
	width: 250px;
	height: 263px;
	margin-right: 20px;
	vertical-align: top;
	padding: 0px 15px;
	position: relative;
}

.intro_neu_container .body .boxes h2 {
	margin-top: 38px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}
.intro_neu_container .body .boxes .box_glossar h2 {
	font-size: 14px;
	margin-top: 19px;
	margin-bottom: 16px;
}
.intro_neu_container .body .boxes .text {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #9a9a99;
}
.intro_neu_container .body .boxes .text .callback {
	position: absolute;
	left: 15px;
	bottom: 13px;
	width: 250px;
}
.intro_neu_container .body .boxes .box_glossar .text {
	text-align: left;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe {
	margin: 4px 0 17px;
	line-height: 24px;
	text-align: center !important;
}

.intro_neu_container .body .boxes .box_glossar .link {
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	position: absolute;
	bottom: 13px;
	left: 15px;
}

.intro_neu_container .body .boxes .box_hotline {
	background-image: url(../img/intro_neu_box_hotline.jpg);
}
.intro_neu_container .body .boxes .box_kva {
	background-image: url(../img/intro_neu_box_kva.jpg);
}
.intro_neu_container .body .boxes .box_glossar {
	background-image: url(../img/intro_neu_box_blank.jpg);
	margin-right: 0px;
	width: 254px;
	padding: 0px 13px;
}

.intro_neu_container .body .boxes .box_kva select {
	background:none repeat scroll 0 0 #F1F1EE;
	display:block;
	font-size:11px;
	margin-top:13px;
	width: 100%;
}

.intro_neu_container .body .boxes .box_kva .link {
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	position: absolute;
	bottom: 13px;
	right: 17px;
}
.intro_neu_container .body .boxes .box_kva .link a,
.intro_neu_container .body .boxes .text a {
	color: #ffffff;
	text-decoration: underline;
}

.intro_neu_container .body .boxes .box_kva .link a:hover,
.intro_neu_container .body .boxes .text a:hover {
	color: #ffffff;
	text-decoration: none;
}

.intro_neu_container .body .boxes .box_hotline .phone_big {
	font-size: 27px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin-top: 28px;
}
.intro_neu_container .body .boxes .box_hotline .phone_small {
	font-size: 9px;
	text-align: center;
	color: #959592;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 24px;
}

.intro_neu_container .body .boxes .box_kva  .plz_container {
	/*height: 26px;
	width: 314px;*/
}

.intro_neu_container .body .boxes .box_kva input.plz {
	margin-top: 8px;
	display: inline-block;
	width: 120px;
	border: 1px solid #a6a5a2;
	background: #f1f1ee;
	height: 14px;
	font-size: 11px;
	color: #4b4b4b;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe a {
	margin-right: 8px;
	display: inline-block;
	text-decoration: none;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe a:hover {
	text-decoration: underline;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	display: inline;
	line-height: 24px;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size1 a {
	font-size: 20px;
	color: #efefef;
	margin-top: 7px;
	margin-left: 18px;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size2 a {
	font-size: 19px;
	color: #efefef;
	margin-top: 3px;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size3 a {
	font-size: 18px;
	color: #c0c0c0;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size4 a {
	font-size: 17px;
	color: #c0c0c0;
	margin-left: 10px;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size5 a {
	margin-right: 6px;
	margin-left: -22px;
	display: block;
	font-size: 16px;
	color: #c0c0c0;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size6 a {
	font-size: 15px;
	color: #a5a5a5;
	margin-top: -3px;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size7 a {
	font-size: 14px;
	color: #8a8a8a;
	margin-right: 2px;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size8 a {
	font-size: 13px;
	color: #8a8a8a;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size9 a {
	font-size: 12px;
	color: #737373;
	margin-top: 3px;
	margin-left: -9px;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size10 a {
	font-size: 11px;
	color: #737373;
	vertical-align: super;
	margin-left: 9px;
}
.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size11 a {
	font-size: 10px;
	color: #737373;
	vertical-align: super;
}
*:first-child+html .intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size10 a,
*:first-child+html .intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size11 a {
	vertical-align: top;
}
* html .intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size10 a,
* html .intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size11 a {
	vertical-align: top;
}

.intro_neu_container .body .boxes .box_glossar .text .begriffe h2.size12 a {
	font-size: 9px;
	color: #737373;
	margin-left: 20px;
}

.intro_neu_container .footer {
	height: 130px;
	/* background: transparent url(../img/intro_neu_container_background_bottom.png) 0 0 no-repeat; */
	position: relative;
	color: #939393;
}

.intro_neu_container .footer a {
	color: #939393;
}
.intro_neu_container .footer a:hover {
	color: #ffffff;
}

.intro_neu_container .footer .bottom_bg {
	background: transparent url(../img/intro_neu_container_background_bottom.png) 0% 0% no-repeat;
	height: 51px;
	width: 920px;
	top: 0px;
	left: 0px;
}


.intro_neu_container .footer .login {
	position: absolute;
	left: 0px;
	top: 41px;
}

.intro_neu_container .footer .geo {
	position: absolute;
	right: 0px;
	top: 41px;
	width: 390px; 
}
