/* @override 
	http://www.handyservice.de/assets/site/style.default.css
	https://www.handyservice.de/assets/site/style.default.css
	http://www.handyhandy.de/assets/site/style.default.css
*/

/* @group Globale Definitionen */

/* @group Fonts */

@font-face
{
	font-family: "Neo Sans W01";
	src: url("/assets/site/fonts/2959d89a-a257-4ce7-9cda-63e00f275369.eot?iefix") format("eot");
}

@font-face
{
	font-family: "Neo Sans W01";
	src: url("/assets/site/fonts/2959d89a-a257-4ce7-9cda-63e00f275369.eot?iefix");
	src: url("/assets/site/fonts/a32c3a17-3242-461c-a048-ca8e775582b1.woff") format("woff"),
	url("/assets/site/fonts/97316a7d-9db1-4dc1-bd87-e24103d88a81.ttf") format("truetype"),
	url("/assets/site/fonts/1287ca7a-3ce7-40b7-9612-061d4c793f04.svg#1287ca7a-3ce7-40b7-9612-061d4c793f04") format("svg");
}

@font-face 
{
	font-family: "Neo Sans W01 Medium";
	src: url("/assets/site/fonts/85c8556d-8a76-4037-a2e2-0f5fd9dabc03.eot?iefix") format("eot");
}

@font-face
{
	font-family: "Neo Sans W01 Medium";
	src: url("/assets/site/fonts/85c8556d-8a76-4037-a2e2-0f5fd9dabc03.eot?iefix");
	src: url("/assets/site/fonts/b0eddbbb-9e8e-4e08-bde1-965bb945f73a.woff") format("woff"),
	url("/assets/site/fonts/b2931674-c992-42a0-aa22-e9cb15d3383d.ttf") format("truetype"),
	url("/assets/site/fonts/af9d27b2-3ca0-47ca-8d5d-4c4665df6305.svg#af9d27b2-3ca0-47ca-8d5d-4c4665df6305") format("svg");
}

/* @end */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	outline: none;
	
	font-family: "Neo Sans W01", Calibri, Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

ul 
{
	list-style-type: none;
}

input.button
{
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group Links */

a
{
	color: #01abdf;
}

a:hover
{
	
}

a *
{
	cursor: pointer;
	cursor: hand;
}


/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi: bidi-override;
	direction: rtl;
	white-space: nowrap;
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

a img
{
	border: 0;
}

/* @end */

/* @group Code-Snippets */

div.code-snippet
{
	display: none;
}

/* @end */

/* @group Tooltips */

.tooltip
{
	position: relative;
	z-index: 99;	
	display: none;
	
	width: 250px;
	
	padding: 2px 10px 4px 10px;
	border: 1px solid #766f71;
	
	color: #766f71;
	background: #f2f2f2;

	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* @end */

.hide
{
	display: none !important;
}

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h1
{
	display: table;
	overflow: hidden;
	
	width: 380px;
	height: 65px;
	
	margin-bottom: 10px;
}

div.content h1 strong
{
	display: table-cell; 
	vertical-align: middle;
	
	width: 380px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
	
	color: white;
}

/* @group IE-Bugfixing */

.msie6 div.content table.h1,
.msie7 div.content table.h1
{
	width: 380px;
	height: 65px;
}

.msie6 div.content table.h1 td,
.msie7 div.content table.h1 td
{
	vertical-align: middle;
}

.msie6 div.content table.h1 td h1,
.msie7 div.content table.h1 td h1
{
	width: auto;
	height: auto;
	margin: 0;
}



/* @end */

div.content h2
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
	
	margin-top: 20px;
	margin-bottom: 5px;
	
	color: #234e7b;
}

div.content h2 a
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
}

div.content h2 small
{
	font-size: 12px;
}

div.content h2.box
{
	display: table;
	overflow: hidden;
	
	width: 417px;
	height: 68px;
	
	margin-bottom: 10px;
	
	font-size: ;
	
	color: white;
	background: url(/assets/site/images.default/content_h2_bar_background.png) no-repeat;
}

div.content h2.box strong
{
	display: table-cell; 
	vertical-align: middle;
	
	width: 417px;
	padding: 0 20px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
	
	color: white;
}

/* @group IE-Bugfixing */

.msie6 div.content table.h2_box,
.msie7 div.content table.h2_box
{
	width: 417px;
	height: 68px;
	
	background: url(/assets/site/images.default/content_h2_bar_background.png) no-repeat;
}

.msie6 div.content table.h2_box td,
.msie7 div.content table.h2_box td
{
	vertical-align: middle;
}

.msie6 div.content table.h2_box td h2,
.msie7 div.content table.h2_box td h2
{
	width: auto;
	height: auto;
	margin: 0;
	padding-bottom: 4px;
	
	background: none;
}

.msie6 div.content table.h2_box td h2 strong,
.msie7 div.content table.h2_box td h2 strong
{
	display: block;
}



/* @end */

div.content h3,
div.content h4,
div.content h5
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content blockquote
{
	font-style: italic;
	margin-bottom: 12px;
}

.hide
{
	display: none;
}

/* @group Fußnoten */

div.content .fussnote,
div.content .fussnote *
{
	font-size: 11px;
}

div.content .fussnote span.stern
{
	position: absolute;
	margin-left: -14px;
}

/* @end */

/* @end */

/* @group Zeichenformate */

div.content sup,
div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, 
div.content .small
{
	font-size: 11px;
	line-height: 14px;
}

div.content big, 
div.content .big
{
	font-size: 16px;
}

div.content em, 
div.content i
{
	font-style: italic;
}

div.content strong, 
div.content b,
div.content .strong
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-weight: normal;
}

div.content .plain
{
	font-weight: normal;
}

div.content strike
{
	position: relative;
	text-decoration: none;
}

div.content strike img
{
	position: absolute;
	left: 0;
	top: 2px;
}

/* @end */

/* @group Farben */

div.content .weiss
{
	color: white !important;
}

div.content .schwarz
{
	color: black !important;
}

div.content .rot
{
	color: #c30618 !important;
}

div.content .dunkelblau
{
	color: #234e7b !important;
}

div.content .hellblau
{
	color: #0083ce !important;
}

div.content .graublau
{
	color: #76889c !important;
}

/* @end */

/* @group Hintergrundfarben */

div.content .hg_weiss
{
	background-color: white !important;
}

div.content .hg_rot
{
	background-color: #c30618 !important;
}

div.content .hg_dunkelblau
{
	background-color: #234e7b !important;
}

div.content .hg_hellblau
{
	background-color: #0083ce !important;
}

div.content .hg_graublau
{
	background-color: #76889c !important;
}

/* @end */

/* @group Listen */

/* @group Unordered */

div.content ul
{
	margin-top: 6px;
	margin-bottom: 12px;	
	list-style-type: none;
}

div.content ul li
{
	padding-left: 12px;
	margin-bottom: 4px;
	
	background: url(/assets/site/images.default/content_list_bullet.png) no-repeat 0 6px;
}

.windows div.content ul li
{
	background-position: 0 7px;
}



/* @end */

/* @group Ordered */

div.content ol 
{
	margin: 6px 0 12px 25px;
}

div.content ol.fussnote
{
	margin-left: 14px;
}

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li
{
	padding: 0;
	background: none;
}

div.content ul.icon li.pdf a
{
	display: block;
	zoom: 1;
	padding: 3px 0 4px 23px;
	
	background: url(/assets/site/images.default/icon_pdf_small.gif) no-repeat 0 3px;
}

div.content ul.icon li.pdf_big a
{
	display: block;
	zoom: 1;
	padding: 5px 0 4px 43px;
	
	background: url(/assets/site/images.default/icon_pdf_middle.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Bilder */

div.content p.img_list_box
{
	width: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 3px 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 3px 0 5px 10px;
}

div.content .img_right_top
{	
	position: absolute;
	right: -221px;
	top: 19px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	margin: 0 10px 10px 0;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}



/* @end */

/* @group Tabellen */

/* @group Allgemeine Definitionen */

div.content table
{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}

.msie6 div.content table
{
	border-collapse: collapse;
}

.msie7 div.content table
{
	border-collapse: collapse;
}

div.content table tr th
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-weight: normal;
}

div.content table tr th,
div.content table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

div.content table tr th.align_right,
div.content table tr td.align_right
{
	text-align: right;
}



/* @end */

/* @group Tabelle blau */

div.content table.blau
{
	
}

div.content table.blau th
{
	padding: 4px 8px;
	
	border-right: 1px solid white;
	
	color: white;
	background-color: #234e7b;
}

div.content table.blau td
{
	padding: 4px 8px;
	
	border-right: 1px solid white;
	background-color: #d7dedf;
}

div.content table.blau th.last,
div.content table.blau td.last
{
	border: none;
}

/* @end */

/* @end */

/* @group Trenner */

div.content div.hr
{
	margin: 30px 0;
	border-bottom: 1px dotted #2a4f79;
}

/* @end */

/* @group Tastenziffern */

div.main img.tz
{
	position: relative;
	width: 15px;
	height: 13px;
	
	top: 2px;	
	margin-left: 3px;
}

/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form
{
	padding-bottom: 20px;
}

div.content form label
{
	position: relative;
	color: #0083ce;
}

div.content form label.checkbox,
div.content form label.radio
{
	padding-left: 20px;
}

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

.msie8 div.content form p.form_input
{
	height: 30px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 200px;
	
	color: #0083ce;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
	border: 1px solid #0083ce;
}

div.content form p.form_input span.input input.info
{
	float: left;
	display: inline;
	
	border: 1px solid white;
	background: none;
}

.msie6 div.content form p.form_input span.input input.info,
.msie7 div.content form p.form_input span.input input.info,
.msie8 div.content form p.form_input span.input input.info
{
	margin-top: -1px;
}

div.content form p.form_input span.input input.text:focus,
div.content form p.form_input span.input textarea:focus,
div.content form p.form_input span.input select:focus
{
	background: #dcdcdd;
}

/* @end */

/* @group Variable Höhe */

div.content form p.var_height
{
	zoom: 1;
	height: auto;
	margin-bottom: 16px;
	padding-bottom: 16px;
	
	border-bottom: 1px dotted #2a4f79;
}

.msie8 div.content form p.var_height
{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.msie8 div.content form div.ie8_wrapper
{
	margin-bottom: 16px;
	padding-bottom: 16px;
	
	overflow: hidden;
	border-bottom: 1px dotted #2a4f79;
}

div.content form p.var_height span.input
{
	float: left;
	width: 510px;
}

div.content form p.var_height span.input em
{
	display: block;
	margin-bottom: 12px;
	
	font-style: normal;
}

div.content form p.var_height span.input em.slidebox
{
	display: none;
}

/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 212px;
}

/* @end */

/* @group Textareas */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 214px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
	padding-right: 20px;
}

div.content form input.radio
{
	position: absolute;
	left: 0;
	top: 1px;
}

.msie6 div.content form input.radio
{
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.radio
{
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

.msie6 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 8px 10px 4px 10px;
	
	color: white;
	background: #c30618;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: #c30618;
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
}


/* @end */

/* @group Felder */

div.content form p.error span.input input.error,
div.content form p.error span.input textarea,
div.content form p.error span.input select
{
	border: 1px solid #c30618;
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	zoom: 1;
}

div.content form p.button span.input
{
	float: left;
	margin-left: -5px;	
}

div.content form p.button a.button_blue
{
	float: left;
	
	height: 40px;
	margin-right: 10px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	text-decoration: none;
	line-height: 30px;
	
	color: white;
	background: url(/assets/site/images.default/button_blau_right.png) no-repeat top right;
}

div.content form p.button a.button_blue span
{
	float: left;
	display: inline;
	
	margin-right: 15px;
	height: 40px;
	
	padding-left: 50px;
	padding-right: 5px;
	
	background: url(/assets/site/images.default/button_blau.png) no-repeat;
}

div.content form p.button a.button_grey
{
	float: left;
	
	height: 40px;
	margin-right: 10px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
	
	color: white;
	background: url(/assets/site/images.default/button_grau_left.png) no-repeat;
}

div.content form p.button a.button_grey span
{
	float: left;
	display: inline;
	
	margin-left: 15px;
	height: 40px;
	
	padding-right: 50px;
	padding-left: 5px;
	
	background: url(/assets/site/images.default/button_grau.png) no-repeat right top;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Slideboxes */

div.content a.slidebox_switch
{
	cursor: pointer;
	text-decoration: underline;
}

div.content .slidebox
{
	display: none;
	float: left;
}

/* @end */

/* @group Rahmen */

div.content div.rahmen
{
	padding: 10px 10px 0 10px;
	border: 1px solid black;
}

div.content div.rahmen h2
{
	margin-top: 0;
}

/* @end */



/* @end */

/* @group Seite */

body
{
	background: white url(/assets/site/images.default/body_background.png) repeat-y center;
}

div.site
{
	position: relative;
	width: 995px;

	margin: 0 auto;
	
	color: black;
	background: #ddddde;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	
	width: 984px;
	height: 166px;
	
	background: url(/assets/site/images.default/head_background.jpg) no-repeat;
}

/* @group Logo und Slogan */

div.head a.logo
{
	position: absolute;
	left: 44px;
	top: 58px;
	
	width: 237px;
	height: 50px;
}

/* @end */

/* @group Bild */

div.head p.head_image
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 666px;
	height: 102px;
}

div.head p.head_image img
{
	position: absolute;
}

div.head p.head_image img.fade
{
	display: none;
}

/* @end */

/* @group Navigation */

div.navigation 
{
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 932px;
	height: 32px;
	
	background: #008dd3 url(/assets/site/images.default/navigation_background.png) no-repeat;
}

div.navigation ul
{
	height: 32px;
	overflow: hidden;
	margin-left: 30px;
	
	border-left: 1px solid #999999;
}

div.navigation ul li
{
	float: left;
	height: 32px;
		
	border-right: 1px solid white;
}

div.navigation ul li.first
{
	border-left: 1px solid white;
}

div.navigation ul li a
{
	float: left;
	height: 32px;
		
	padding: 0 11px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	
	text-decoration: none;	
	white-space: nowrap;
	
	border-right: 1px solid #999999;
	
	color: white;
	background: url(/assets/site/images.default/navigation_entry_background.png) no-repeat;
}

.windows div.navigation ul li a
{
	line-height: 30px;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	background-position: left bottom;
}



/* @end */



/* @end */

/* @group Hauptbereich */

/* @group Template: Standard */

div.main 
{
	position: relative;
	float: left;
	
	width: 802px;
	min-height: 710px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
	background: #e0e0e0 url(/assets/site/images.default/content_background.png) repeat-y;
}

div.main div.content
{
	position: relative;
	z-index: 2;
	
	width: 550px;
	padding: 19px 0 0 20px;
}

/* @group Hintergründe */

div.main span.background_top
{
	position: absolute;
	z-index: 1;
	
	left: 0;
	top: 0;
	
	width: 802px;
	height: 650px;
	
	background: url(/assets/site/images.default/content_background_top.jpg) no-repeat;
}

div.main span.background_bottom
{
	position: absolute;
	z-index: 1;
	
	left: 0;
	bottom: 0;
	
	width: 802px;
	height: 30px;

	background: url(/assets/site/images.default/content_background_bottom.png) no-repeat;
}

.msie6 div.main span.background_bottom,
.msie7 div.main span.background_bottom
{
	bottom: -12px;
}



/* @end */



/* @end */

/* @group Fehlerseite */

.current_404 div.main div.content h2.home
{
	margin-top: 50px;
}

.current_404 div.main span.background_top
{	
	background-image: url(/assets/site/images.default/content_background_404_top.jpg);
}

/* @end */

/* @group Video-Overlays */

div.video_overlay
{
	display: none;
	
	padding: 10px 10px 47px 10px;
	
	background: #eeeeee;
	background: rgba(255, 255, 255, 0.8);
	
	-moz-box-shadow: 0px 0px 10px #191919;
	-webkit-box-shadow: 0px 0px 10px #191919;
	box-shadow: 0px 0px 10px #191919;
}

div.video_overlay a#flowplayer
{
	border: 1px solid #cccccc;
}

div.video_overlay div.info
{
	position: absolute;
	left: 10px;
	bottom: 15px;
}

div.video_overlay div.info p.caption
{
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
}

div.video_overlay a.close
{
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images.default/icon_close.png) no-repeat;
}

/* @end */

/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	position: relative;
	z-index: 1;
	
	float: left;
	display: inline;
	
	width: 203px;
	
	margin-top: 19px;
	margin-left: -10px;
	margin-bottom: 10px;

	background: url(/assets/site/images.default/sidebar_background.png) repeat-y;
}

/* @group Hintergründe */

div.sidebar span.background_top
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 203px;
	height: 65px;
	
	background: url(/assets/site/images.default/sidebar_background_top.png) no-repeat;
}

div.sidebar span.background_bottom
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 203px;
	height: 30px;
	
	background: url(/assets/site/images.default/sidebar_background_bottom.png) no-repeat;
}



/* @end */

/* @group Box allgemein */

div.sidebar div.box
{
	position: relative;
	
	margin: 0 17px 0 10px;
	
	background-repeat: no-repeat;
}

div.sidebar div.box h4
{
	display: none;
	margin-bottom: 5px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	
	color: #234e7b;
}

div.sidebar div.box	p,
div.sidebar div.box	ul,
div.sidebar div.box	a strong
{
	display: none;
	margin-bottom: 5px;
	
	font-family: "Neo Sans W01", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	
	color: #234e7b;
}

div.sidebar a
{
	display: block;
	
	width: 100%;
	height: 100%;
}


/* @end */

/* @group eKomi */

div.sidebar div.ekomi
{
	z-index: 12;
	
	height: 198px;
	padding-top: 10px;
	
	background-image: url(/assets/images/sidebar/ekomi.png);
}

div.sidebar div.ekomi a
{
	display: block;
	width: 176px;
	height: 174px;
	
	overflow: hidden;
}

div.sidebar div.ekomi a img
{
	width: 176px;
	height: auto;
	
	margin-top: -1px;
}

.msie6 div.sidebar div.ekomi
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sidebar/ekomi.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Ihre Vorteile */

div.sidebar div.ihre-vorteile
{
	z-index: 10;
	height: 278px;
	
	margin-top: -50px;
	
	background-image: url(/assets/images/sidebar/ihre-vorteile.png);
}

.msie6 div.sidebar div.ihre-vorteile
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sidebar/ihre-vorteile.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Ihre Vorteile RU */

.ru div.sidebar div.ihre-vorteile
{
	margin-top: -25px;
}

/* @end */

/* @group Angebote */

div.sidebar div.angebote
{
	z-index: 9;
	height: 186px;
	margin-top: -45px;
	
	background-image: url(/assets/images/sidebar/angebote.png);
}

.msie6 div.sidebar div.angebote
{
	background-image: url(/assets/images/sidebar/angebote_ie6.gif);
}

/* @end */

/* @group Hotline */

div.sidebar div.hotline
{
	z-index: 8;
	height: 229px;
	margin-top: -22px;
	
	background-image: url(/assets/images/sidebar/hotline.png);
}

.partnermodus div.sidebar div.hotline
{
	display: none;
}

.msie6 div.sidebar div.hotline
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sidebar/hotline.png', sizingMethod='crop');
	background-image: none;
}

div.sidebar div.hotline strong.number
{
	display: block;
	
	position: absolute;
	left: 5px;
	top: 160px;
	
	font-family: "Neo Sans W01 Medium", Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	
	white-space: nowrap;
	color: #234e7b;
}

div.sidebar div.hotline small.zeiten
{
	display: block;
	
	position: absolute;
	left: 5px;
	top: 180px;
	
	line-height: 12px;
	
	color: #234e7b;
}

/* @end */

/* @group Newsletter */

div.sidebar div.newsletter-sidebar
{
	z-index: 7;
	height: 117px;
	margin-top: -50px;
	
	background-image: url(/assets/images/sidebar/newsletter.png);
}

.msie6 div.sidebar div.newsletter-sidebar
{
	background-image: url(/assets/images/sidebar/newsletter_ie6.gif);
}

/* @end */

/* @group DHL-Partner */

div.sidebar div.dhl-partner
{
	z-index: 6;
	height: 95px;
	margin-top: -22px;
	
	background-image: url(/assets/images/sidebar/dhl-partner.png);
}

.msie6 div.sidebar div.dhl-partner
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/sidebar/dhl-partner.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	position: relative;
	height: 41px;
	
	margin-top: 10px;
	
	background: url(/assets/site/images.default/footer_background.jpg) no-repeat;
}

/* @group Footer-Links */

div.footer ul.footer_links
{
	position: absolute;
	
	left: 80px;
	top: 9px;
	
	height: 32px;
	
	border-left: 1px solid #999999;
}

div.footer ul.footer_links li
{
	float: left;
	height: 32px;
		
	border-right: 1px solid white;
}

div.footer ul.footer_links li.first
{
	border-left: 1px solid white;
}

div.footer ul.footer_links li a
{
	float: left;
	height: 32px;
		
	padding: 0 11px;
	
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;	
	white-space: nowrap;
	border-right: 1px solid #999999;
	
	color: white;
	background: url(/assets/site/images.default/footer_entry_background.jpg) no-repeat;
}

.windows div.footer ul.footer_links li a
{
	line-height: 32px;
}

div.footer ul.footer_links li a:hover
{
	background-position: left bottom;
}

/* @end */

/* @group Meta-Navigation */

div.footer div.meta_navigation
{
	position: absolute;
	
	right: 50px;
	top: 9px;
	
	height: 32px;
}

div.footer div.meta_navigation ul
{
	border-left: 1px solid #999999;
}

div.footer div.meta_navigation ul li
{
	float: left;
	height: 32px;
		
	border-right: 1px solid white;
}

div.footer div.meta_navigation ul li.first
{
	border-left: 1px solid white;
}

div.footer div.meta_navigation ul li a
{
	float: left;
	height: 32px;
		
	padding: 0 11px;
	
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;	
	white-space: nowrap;
	border-right: 1px solid #999999;
	
	color: white;
	background: url(/assets/site/images.default/footer_entry_background.jpg) no-repeat;
}

.windows div.footer div.meta_navigation ul li a
{
	line-height: 32px;
}

div.footer div.meta_navigation ul li a:hover,
div.footer div.meta_navigation ul li.active a
{
	background-position: left bottom;
}

/* @end */

/* @end */
