/* @override http://www.handyservice.de/assets/site/style.print.css */

/* @group Globale Definitionen */

/* @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: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Links */

a
{
	text-decoration: underline;
}


/* @end */

/* @group Anti Spambot */

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

/* @end */

/* @group Bilder */

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

object
{
	display: none;
}

a img
{
	border: 0;
}

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h1
{
	font-size: 16px;
	line-height: 140%;
}

div.content h2
{
	font-size: 16px;
	line-height: 140%;
	
	margin-top: 20px;
	margin-bottom: 4px;
	
	color: #234e7b;
}

div.content h2.black
{
	color: black;
}

div.content h2 a
{
	font-size: 16px;
}

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

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

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-weight: bold;
}

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

/* @end */

/* @group Farben */

div.content .weiss
{
	color: lightgrey;
}

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

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

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

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

/* @end */

/* @group Hintergrundfarben */

div.content .hg_weiss
{
	background-color: lightgrey;
}

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

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

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

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

/* @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 5px;
}



/* @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 Definition */

div.content dl
{
	margin-bottom: 12px;
}

div.content dl dt
{
	margin-top: 6px;
	font-weight: bold;
}

div.content dl dd
{
	padding-left: 12px;
	background: url(/assets/site/images.default/content_list_bullet.png) no-repeat 0 5px;
}

/* @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;
}

/* @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,
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: lightgrey;
	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;
}

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;
}

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: 3px;
}

.safari div.content form input.radio
{
	top: 2px;
}

.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: 2px 10px 4px 10px;
	
	color: lightgrey;
	background: #c30618;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: #c30618;
	font-weight: bold;
}


/* @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-weight: bold;
	text-decoration: none;
	line-height: 30px;
	
	color: lightgrey;
	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-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
	
	color: lightgrey;
	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
{
	display: none;
}

div.content .slidebox
{
	
}

/* @end */



/* @end */

/* @group Seite */

body
{	
	padding: 1em 1em 2em 2em;
	background: white;
}

div.site
{
	color: black;
	width: auto;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	
	border-bottom: 1px solid black;
}

/* @group Logo und Slogan */

div.head a.logo
{
	
}

/* @end */

/* @group Bild */

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

/* @end */

/* @group Hauptnavigation */

div.head div.navigation 
{
	display: none;
}



/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	
}

/* @group Slideboxes */

div.main ul.slideboxes
{
	position: relative;
}

div.main ul.slideboxes li.entry
{
	position: relative;
	
	padding: 0;
	
	border-bottom: 1px dotted #2a4f79;
	background: none;
}

/* @end */

/* @group Bubbles: Info */

div.main ul.bubbles_info li
{
	padding: 0;
	background: none;
}

/* @end */

/* @group Bubbles: Count */

div.main ul.bubbles_count li
{
	padding: 0;
	background: none;
}

/* @end */

/* @group Bubbles: Image-Plus */

div.main ul.bubbles_image_plus
{
	overflow: hidden;
}

div.main ul.bubbles_image_plus li
{
	clear: both;
	background: none;
	
		
}

div.main ul.bubbles_image_plus li img
{
	float: left;
}

div.main ul.bubbles_image_plus li span.plus
{
	display: none;
}

/* @end */

/* @group Seite: Kontakt */

.current_kontakt div.main div.content
{
	width: 751px;
}

div.main ul.contact_list
{
	
}

div.main ul.contact_list li.entry
{
	position: relative;
	clear: both;
	overflow: hidden;
	
	margin-top: 20px;
	padding: 0 0 10px 0;
	background: none;

	border-bottom: 1px dotted #2a4f79;
}

.msie6 div.main ul.contact_list li.entry
{
	zoom: 1;
}

div.main ul.contact_list li.entry span.img
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 218px;
	height: 60px;
	
	background: url(/assets/site/images.website/content_contact_logo_background.png) no-repeat;
}

.msie6 div.main ul.contact_list li.entry span.img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images.website/content_contact_logo_background.png', sizingMethod='crop');
	background-image: none;
}

div.main ul.contact_list li.entry div.contact
{
	float: left;
	display: inline;
	
	width: 220px;
	margin-left: 250px;
}

div.main ul.contact_list li.entry div.info
{
	float: right;
	width: 220px;
}

.current_kontakt div.main ol.fussnote
{
	margin-top: 40px;
}

/* @end */

/* @group Template: Top-Angebote Übersicht */

.tpl_27 div.main 
{
	position: relative;
	float: none;
	
	width: 995px;
	height: 652px;
	overflow: hidden;
	
	min-height: 0;
	margin-bottom: 0;
	padding: 0;
	
	background: none;
}

.tpl_27 div.main h1
{
	display: none;
}

.tpl_27 div.main .top_left
{
	position: absolute;
	left: 0;
	top: 0;
}

.tpl_27 div.main .top_right
{
	position: absolute;
	right: -5px;
	top: 0;
}

.tpl_27 div.main .bottom_left
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.tpl_27 div.main .bottom_center
{
	position: absolute;
	left: 402px;
	bottom: 0;
}

.tpl_27 div.main .bottom_right
{
	position: absolute;
	right: -2px;
	bottom: 0;
}

/* @group Hintergründe */

.tpl_27 div.main span.background_top
{
	display: none;
	background: none;
}

.tpl_27 div.main span.background_bottom
{
	display: none;
	background: none;
}

/* @end */

/* @end */

/* @group Templates: Top-Angebote */

/* @group Inhaltsbereich allgemein */

/* @group Aktionsnummer */

div.main p.aktionsnummer
{
	display: none;
}

/* @end */



/* @end */

/* @group Seite: Angebot */

/* @group Angebotsbild */

.tpl_17 div.main a.angebotsbild
{
	margin-bottom: 20px;
}



/* @end */

/* @group Bestell-Button */

.tpl_17 div.main a.button_bestellung
{
	display: none;
}

.tpl_17.msie6 div.main a.button_bestellung
{
	right: 1px;
}



/* @end */

/* @group Fußnote */

.tpl_17 div.main p.fussnote
{
	margin-left: 14px;
}



/* @end */

/* @end */

/* @group Reiter-Navigation */

div.main div.reiter_navigation
{
	display: none;
}

/* @end */

/* @group Seite: Prämien & Produkte */

/* @group Prämien & Beschreibungen */

div.main div.praemie
{
	zoom: 1;
	margin: 20px 0 30px 0;
}

div.main div.praemie div.left
{
	float: left;
	width: 310px;
	min-height: 100px;
	
	overflow: hidden;
}

div.main div.praemie div.left img
{
	
}

div.main div.praemie div.right
{
	float: left;
	display: inline;
	
	width: 420px;
	padding-left: 40px;
	
	background: url(/assets/site/images.top-angebot/pramien-und-produkte_plus.png) no-repeat 12px 0;
}

div.main div.praemie div.right h2
{
	margin-top: 0;
	margin-bottom: 20px;
}



/* @end */

/* @group Bestell-Button */

.tpl_19 div.main a.button_bestellung
{	
	display: none;
}


/* @end */



/* @end */

/* @group Seite: Tarif */

/* @group Freie Netzwahl */

.tpl_20 div.main h2.freie_netzwahl
{
	height: 40px;
	margin-bottom: 20px;
	padding: 8px 8px 4px 8px;
	
	color: lightgrey;
	background: #234e7b;
}

.tpl_20 div.main h2.freie_netzwahl span
{
	float: left;
	display: inline;
	
	margin-right: 30px;
	margin-top: 8px;
}

.tpl_20 div.main h2.freie_netzwahl img
{
	float: left;
	display: inline;
	
	margin-right: 6px;
}



/* @end */

/* @group Tarif-Übersicht */

.tpl_20 div.main table.tarif_uebersicht
{
	
}



/* @end */

/* @group Tarif-Details */

.tpl_20 div.main table.tarif_details
{
	
}

.tpl_20 div.main table.tarif_details tr th
{
	border: none;
}

.tpl_20 div.main table.tarif_details tr th.leer
{
	background: none;
}

.tpl_20 div.main table.tarif_details tr th h2
{
	margin: 0;
}

.tpl_20 div.main table.tarif_details tr.hell td
{
	background: #e6e6e5;
}

.tpl_20 div.main table.tarif_details tr.dunkel td
{
	background: #cfd0ce;
}

.tpl_20 div.main table.tarif_details tr.rot td
{
	color: lightgrey;
	background: #c30618;
}

.tpl_20 div.main table.tarif_details tr td.beschreibung
{
	
}

.tpl_20 div.main table.tarif_details tr td.preis
{
	text-align: right;
	border: none;
}

.tpl_20 div.main table.tarif_details tr td.leer
{
	border: none;
	background: none;
}

.tpl_20 div.main table.tarif_details tr td.tarifzugabe
{
	text-align: center;
	vertical-align: middle;
	
	border: none;
	background: #d7dedf;
}

.tpl_20.msie6 div.main table.tarif_details tr td.tarifzugabe
{
	background: #dbe9ec;
}

.tpl_20 div.main table.tarif_details tr td.tarifzugabe img
{
	display: inline;	
}



/* @end */

/* @group Bestell-Button */

.tpl_20 div.main a.button_bestellung
{
	display: none;
}



/* @end */

/* @group Fußnote */

.tpl_20 div.main p.fussnote
{
	margin-left: 14px;
}



/* @end */

/* @end */

/* @group Seite: Bestellung */

.tpl_21 div.main div.formulartext
{
	width: 500px;
}

/* @group Seiten-Anzeige */

.tpl_21 div.main ul.pages
{
	display: none;
}

/* @end */

/* @group Formular */

.tpl_21 div.main form
{
	margin-top: 30px;
}

/* @group Absatzformate */

.tpl_21 div.main form h2
{
	
	margin-bottom: 12px;
}

/* @end */

/* @group Geburtsdatum */

.tpl_21 div.main form #Form_Geburtsdatum_Monat
{
	width: 70px;
}

.tpl_21 div.main form #Form_Geburtsdatum_Jahr
{
	width: 64px;
}



/* @end */

/* @group Netzbetreiber */

.tpl_21 div.main form p.Netzbetreiber
{
	padding-top: 20px;
}

.tpl_21 div.main form p.Netzbetreiber label
{
	float: left;
	padding-right: 0;
}

.tpl_21 div.main form p.Netzbetreiber label input
{
	float: left;
}

.tpl_21 div.main form p.Netzbetreiber label span
{
	float: left;
	display: inline;
	
	width: 54px;
	height: 38px;
	
	margin-right: 10px;
	text-indent: -1000em;
	
	background-repeat: no-repeat;
}

.tpl_21 div.main form label.Netzbetreiber_T-Mobile span
{
	background-image: url(/assets/images/netzbetreiber/sim_t-mobile.png);
}

.tpl_21 div.main form label.Netzbetreiber_Vodafone span
{	
	background: url(/assets/images/netzbetreiber/sim_vodafone.png);
}

.tpl_21 div.main form label.Netzbetreiber_E-Plus span
{	
	background: url(/assets/images/netzbetreiber/sim_e-plus.png);
}

.tpl_21 div.main form label.Netzbetreiber_o2 span
{	
	background: url(/assets/images/netzbetreiber/sim_o2.png);
}



/* @end */

/* @group Personalausweisnummer */

.tpl_21 div.main form p.PAN1_PAN2_PAN3_PAN4
{
	width: 735px;
	height: 80px;
}

.tpl_21 div.main form p.PAN1_PAN2_PAN3_PAN4 img.Personalausweis
{
	position: absolute;
	z-index: 1;
	
	top: -45px;
	right: 0;
}

.tpl_21 div.main form #Form_PAN1
{
	width: 75px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_PAN1_Info
{
	width: 26px;
}

.tpl_21 div.main form #Form_PAN2
{
	width: 52px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_PAN2_Info
{
	width: 10px;
}

.tpl_21 div.main form #Form_PAN3
{
	width: 52px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_PAN3_Info
{
	width: 52px;
}

.tpl_21 div.main form #Form_PAN4
{
	position: relative;
	z-index: 2;
	
	width: 12px;
}

/* @end */

/* @group oder */

.tpl_21 div.main form p.oder
{
	height: 70px;
}

/* @end */

/* @group Reisepassnummer */

.tpl_21 div.main form p.RPN1_RPN2_RPN3_RPN4
{
	width: 735px;
	height: 50px;
}

.tpl_21 div.main form p.RPN1_RPN2_RPN3_RPN4 img.Reisepass
{
	position: absolute;
	z-index: 1;
	
	top: -50px;
	right: 0;
}

.tpl_21 div.main form #Form_RPN1
{
	width: 75px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_RPN1_Info
{
	width: 26px;
}

.tpl_21 div.main form #Form_RPN2
{
	width: 52px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_RPN2_Info
{
	width: 12px;
}

.tpl_21 div.main form #Form_RPN3
{
	width: 52px;
	margin-right: 0;
}

.tpl_21 div.main form #Form_RPN3_Info
{
	width: 52px;
}

.tpl_21 div.main form #Form_RPN4
{
	position: relative;
	z-index: 2;
	
	width: 12px;
}

/* @end */

/* @group Datenflat */

.tpl_21 div.main form p.Datenflat
{
	min-height: 150px;
	background: url(/assets/images/bestellung/teaser_datenflat.jpg) no-repeat 0 25px;	
}

.tpl_21.msie6 div.main form p.Datenflat
{
	height: 150px;
}

/* @end */

/* @group Upgrade-Optin */

.tpl_21 div.main form p.UpgradeOptin2
{
	height: 150px;
	background: url(/assets/images/bestellung/teaser_upgrade-optin.jpg) no-repeat 0 25px;
}

/* @end */

/* @group Cross-Selling-Optin */

.tpl_21 div.main form p.CrossSellingOptin2
{
	background: url(/assets/images/bestellung/teaser_cross-selling-optin.jpg) no-repeat 0 25px;
}

/* @end */

/* @group Buttons */

.tpl_21 div.main form p.button
{	
	padding-top: 30px;
}



/* @end */



/* @end */

/* @end */



/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	display: none;
}

/* @end */

/* @group Fußzeile */

div.footer 
{
	display: none;
}

/* @end */
