body {
	background-image:			url('../gfx/body_bg.jpg');
	background-repeat:		repeat-x;
	background-color:			#eeeeee;
	font-family:					arial, sans-serif;
	font-size:						11px;

	text-align:						center
}

img {
	border:								none;
}

form {
	display:							inline;
}

hr.spacer {
	margin-bottom:				40px;
	visibility:						hidden;
}

textarea, input, select {
	border:								1px solid #cccccc;
	font-family:					arial, sans-serif;
	font-size:						11px;
}

input.number {
	margin:								0px;
	padding:							0px;
	height:								13px;
	width:								18px;
	text-align:						right;
}

input.submit {
	border:								none;
}

select {
	width:								200px;
	border:								1px solid #666666;
	white-space:					nowrap;
}

input.small {
	width:								100px;
	border:								1px solid #666666;
}

input.mediumer {
	width:								170px;
}

input.medium {
	width:								200px;
	border:								1px solid #666666;
}

input.medium {
	border:								0px;
}

#border {
	width:								980px;
	margin:								auto;
	text-align:						left;
}

#shadow {
	background-image:			url('../gfx/sideshadow.jpg');
	background-repeat:		no-repeat;
	width:								980px;
	background-position-y:50%;
	background-position: bottom;
}

#shadow_bottom {
	width:								980px;
	height:								48px;
	background-image:			url('../gfx/shadow_normal.jpg');
}

#content {
	position:							relative;
	top:									0px;
	left:									35px;
	width:								898px;
	border-top:						1px solid #cccccc;
	border-right:					1px solid #cccccc;
	border-left:					1px solid #cccccc;
	background-color:			#ffffff;
}

a {
	color:								#000000;
	text-decoration:			none;
}

a.bold {
	color:								#666666;
	font-weight:					bold;
	text-decoration:			none;

}

a.underline {
	text-decoration:				underline;
}

a.flowtext {
	color:								#666666;
}

a.back, a.action {
	color:								#000000;
	font-weight:					bold;	
}

a.mag {
	color:								#E20074;
	font-weight:					bold;	
	font-size:						15px;
}

a.download, a.edit {
	text-decoration:			none;
}

a.delete {
	color:								#333333;
	text-decoration:			underline;
}

span.title {
	font-weight:					bold;
}

p, h3, h4, h5 {
	margin:								0px;
}

p {
	margin-bottom:				6px;
}

h3 {
	font-size:						17px;
	color:								#e20074;
	margin-bottom:				20px;
	font-weight:					bold;
}

h3 sup {
	font-size:						10px;
	color:								#e20074;
	font-weight:					normal;
}

h4 {
	font-size:						13px;
	color:								#e20074;
	margin-bottom:				5px;
}

h5 {
	font-size:						11px;
	color:								#000000;
	font-weight:					bold;
	margin-bottom:				5px;
}
li#square {
list-style-type: square;
}

/* navigation ****************************************************************/
#navigation_main {
	margin:								0px 0px 0px 20px;
	width:								858px;
}

#logo_t-mobile {
	margin:								5px 0 8px 0;
	width:								898px;
}

table.navigation {
	width:								100%;
}

td.inactive, td.active {
	border-left:					1px solid #cccccc;
	text-align:						center;
	vertical-align:				middle;

}

td.inactive, td.empty, td.first, td.last {
	border-bottom:				1px solid #cccccc;
}

td.empty {
	width:								30%;
}

td.active {
	border-top:						1px solid #cccccc;
	border-bottom:				none;
}

td.last {
	border-left:					1px solid #cccccc;
}

a.inactive {
	text-decoration:			none;
	color:								#000000;
}

a.inactive:hover {
	color:								#e20074;
}

a.active {
	text-decoration:			none;
	font-weight:					bold;
	color:								#e20074;
}


/*
a.navigation_active {
	font-weight:					bold;
	color:								#e20074;
}

a.navigation_main {
	margin:								20px;
}

#navigation_main {
	width:								859px;
	margin-left:					20px;
	border-bottom:				1px solid #cccccc;
}

ul.navigation_main {
	margin:								20px 0px 0px 0px;
	padding:							0px;
	list-style:						none;
}

li.navigation_main {
	display:							inline;
	margin:								0px;
	border-left:					1px solid #cccccc;
}
*/

/* sub */
ul.navigation_sub {
	margin:								5px 0px 0px 0px;
	padding:							0px;
	list-style:						none;
}

li.navigation_sub {
	display:							inline;
	margin:								10px;
}


/* warenkorb *****************************************************************/
/* box */
#warenkorb_box {
	position:							absolute;
	top:									100px;
	left:									698px;
	width:								180px;
	z-Index:							99;
}

#warenkorb_box_top {
	width:								180px;
	height:								14px;
	background-image:			url('../gfx/wk_top.gif');
	background-repeat:		no-repeat;
	background-position-y:50%
}

#warenkorb_box_content {
	width:								180px;
	color:								#666666;
	background-image:			url('../gfx/wk_content.gif');
	overflow:							auto
}

div.warenkorb_box_item {
	margin:								5px;
}

#warenkorb_box_bottom {
	width:								180px;
	height:								8px;
	background-image:			url('../gfx/wk_bottom.gif');
	background-repeat:		no-repeat;
	background-position-y:50%
}
/* /box */

#content_warenkorb {
	width:								898px;
	overflow:							auto;
	background-image:			url('../gfx/back_leer.jpg');
	background-repeat:		repeat-x;
	background-color:			#eef6fb
}

#content_warenkorb_content {
	position:							relative;
	top:									20px;
	width:								780px;
	margin-left:					20px;
}

div.image_warenkorb {
	margin-right:					5px;
	float:								left;
}

div.warenkorb_box {
	width:								250px;
	margin:								0px 10px 30px 00px;
	float:								left;
}

table.warenkorb {
	border-collapse:			collapse;
	width:								90%;
}

table.warenkorb td{
	vertical-align:				top;
}

table.warenkorb th.top {
	background-color:			#eee;
}

table.warenkorb td, table.warenkorb th.top {
	border:								1px solid #ccc;
	color:								#000;
}

table.warenkorb_details {
	border-collapse:			collapse;
	width:								100%;
}

table.warenkorb_details td, table.warenkorb_details th {
	vertical-align:				top;
	border:								none;
}

#edit_layer_ipod, #edit_layer_tarif {
	position:							absolute;
	padding:							10px;
	text-align:						left;
	background-color:			#eeeeee;
	border-top:						1px solid #cccccc;
	border-left:					1px solid #cccccc;
	border-bottom:				2px solid #666666;
	border-right:					2px solid #666666;
	visibility:						hidden;
}

#edit_layer_ipod {
	top:									120px;
	left:									250px;
	width:								175px;
	height:								70px;
}

#edit_layer_tarif {
	top:									200px;
	left:									250px;
	width:								175px;
	height:								110px;
}

img.numberchanger {
	position: relative;
	top: 1px;
}


/* home **********************************************************************/
#content_home {
	width:								898px;
	height:								514px;
	background-image:			url('../gfx/back_home_3g.jpg');
	background-repeat:		no-repeat
}

#content_home_headline {
	position:							relative;
	top:									60px;
	left:									370px;
	width:								155px;
	height:								26px;
}

#content_home_subline {
	position:							relative;
	top:									100px;
	left:									370px;
	width:								500px;
	height:								90px;
}

#content_home_subline h1 {
	font-size:						16px;
	color:								#000000;
	margin-bottom:				20px;
	font-weight:					bold;
}

#content_home_price {
	position:							relative;
	top:									120px;
	left:									370px;
	width:								330px;
	height:								50px;
}

/*
#content_home_price #memory {
	float:								left;
	padding:							5px 0px 0px 16px;
	font-size:						18px;
	color:								#666666;
}
*/

#content_home_price #price {
	float:								left;
	font-size:						26px;
	color:								#e20074;
	font-weight:					bold;
	padding-top:					6px;
}

#content_home_price #button_model {
	float:								right;
}

#price span.sup {
	font-size:						11px;
	position:							absolute;
	top:									3px;
}


#content_home_price .pricesup {
	color: 								#e20074;
	font-size: 							11px;
}

#content_home_price #bestandskunden_hinweis {
	float:								left;
	width: 330px;
	padding-top:						6px;
}

/*
#content #content_home_subline h1 {
	color: 								#e20074;
	font-size: 						16px;
	margin: 							15px 0px 8px 0px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-weight: 					bold;
}
*/

#content_home_tariffusps {
	position:							relative;
	top:									160px;
	left:									370px;
	width:								500px;
	height:								160px;
}

#content_home_tariffusps h1 {
	color: 								#e20074;
	font-size: 						16px;
	margin: 							15px 0px 20px 0px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-weight: 					bold;
}


#content_home_usps {
	position:						relative;
	left:								-20px;
	top:								-10px;
	list-style-image:		url("../gfx/checked.gif");
}

/* tarife ********************************************************************/
#content_tarife {
	width:									898px;
	height:									980px;
	background-image:				url('../gfx/back_leer.jpg');
	background-repeat:			no-repeat;
	background-color:				#eef6fb
}

#content_tarife_content {
	position:								relative;
	top:										20px;
	left:										20px;
	width:									660px;
}

#content_tarife_content_stoerer {
	position:							absolute;
	top:									80px;
	left:									120px;
	width:								59px;
	width:								59px;
	z-Index:							10;
}

#content_tarife_content_iphone {
	position:							absolute;
	top:									-7px;
	left:									5px;
	width:								149px;
	width:								110px;
	z-Index:							12;
}

table.tarife {
	border-collapse:				collapse;
	width:									100%;
}

table.tarife td, table.tarife th.top {
	padding:								3px 4px 3px 4px;
	border-bottom:					1px solid #cccccc;
	border-left:						1px solid #cccccc;
	text-align: 						center;
}

table.tarife td span {
	font-size:							10px;
	line-height:						12px;
}

table.tarife th.side {
	border-bottom:					1px solid #cccccc;
	padding-left: 					4px;
	font-weight:						normal;
}

table.tarife td.price {
	background-color:				#c5dff2;
	color:									#e20074;
	font-size:							24px;
	font-weight:						bold;
}

table.tarife td.selection {
	border-top:							1px solid #cccccc;
	background-color:				#d1e6f5;
	font-weight:						bold;
}

table.tarife td.selection span.notice {
	font-size:							11px;
	font-weight:						normal;
}

table.tarife td.waehlen {
	border-bottom:					none;
}

th {
	text-align:							left;
}

th.top {
	font-weight:						bold;
	color:									#e20074;
}

table.tarife th.title {
	padding:								3px 4px 3px 4px;
	border-bottom:					1px solid #cccccc;
	font-weight:						bold;
	background-color:				#c5dff2;
	text-align: 						left;
}

td.magenta {
	color: 									#e20074;
	font-weight: 						bold;
}

/* tarifvergleich **********************************************************/
table.tarifvergleich {
	width:								100%;
}

table.tarifvergleich th, table.tarifvergleich td {
	vertical-align:						top;
	padding:							3px 10px 3px 10px;
	border-bottom:						1px solid #cccccc;
}

table.tarifvergleich th{
	width:								16%;
	font-weight:						normal;
	text-align:							right;
}

table.tarifvergleich td{	
	width:								21%;
	border-left:						1px solid #cccccc;
}

table.tarifvergleich td.t-mobile {
	background-color:					#ffffff;
	border-left:						1px solid #e20074;
	border-right:						1px solid #e20074;
}

table.tarifvergleich td.no-left-border {
	border-left:						none;
}

table.tarifvergleich span.t-mobile {
	font-weight:						bold;
	color:								#e20074;
}

table.tarifvergleich span.vodafone {
	font-weight:						bold;
	color:								#ff0000;
}

table.tarifvergleich span.e-plus {
	font-weight:						bold;
	color:								#00603f;
}

table.tarifvergleich span.o2  {
	font-weight:						bold;
	color:								#020266;
}

table.tarifvergleich span.highlight{	
	font-weight:						bold;
}

table.tarifvergleich ul {
	margin:								0px 0px 0px 15px;
	padding:							0px;
	list-style:							square;
	color:								#000000;
}

/* pressemitteilung **********************************************************/
#content_pressemitteilung, #content_technische_details {
	background-color:					#eef6fb;
	background-image:					url('../gfx/back_leer.jpg');
	background-repeat:					repeat-x;
	width:								898px; background-position-y:50%
}

#pressemitteilung, #technische_details {
	padding:							20px;
}

/* zubehoer ******************************************************************/
#content_zubehoer {
	width:								898px;
	height:								1800px;
	background-image:					url('../gfx/back_leer.jpg');
	background-repeat:					no-repeat;
	background-color:					#eef6fb
}

#content_zubehoer_content {
	margin:								20px;
	width:								660px;
}

div.zubehoer_box {
	width:								320px;
	height:								150px;
	margin:								0px 10px 20px 0px;
	float:								left;
}

div.zubehoer_box h4 {
	color:								#000;
}


ul.zubehoer {
	list-style:							square;
	color:								#e20074;
}

table.zubehoer {
	position:							relative;
	bottom: 							0px;
	width:								175px;
}

table.zubehoer .price {
	font-size:							22px;
	color:								#e20074;
	display: 							block;
}

table.zubehoer .price span {
	font-size: 12px;
	vertical-align: text-top;
	position: relative;
	left: -3px;
	top: 2px;
}

span.zubehoer {
	color:								#000000;
}

img.zubehoer {
	margin-right:					30px;
	border:								1px solid #666666;
}

img.zubehoer_info {
	margin-right:					5px;
	margin-top:						10px;
}

/* iphone bei t-mobile *****************************************************/
#content_iphonebeitmobile {
	width:								898px;
	background-image:					url('../gfx/back_leer.jpg');
	background-repeat:					repeat-x;
	background-color:					#eef6fb;
	overflow:							auto
}

#content_iphonebeitmobile_content {
	width:								850px;
	margin:								20px;
}

.iphonebeitmobile_teaser {
	padding-left: 20px;
}

/* service *****************************************************************/
#content_service {
	width:								898px;
	background-image:					url('../gfx/back_service.jpg');
	background-repeat:					repeat-x;
	background-color:					#eef6fb;
	overflow:							auto
}

#content_service_content {
	width:								850px;
	margin:								20px;
}

#content_service_content h5 {
	color: #e20074;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content_service_content input {
	margin-bottom: 6px;
	margin-top: 2px;
	padding: 2px;
}

#content_service_content .forgotten {
	font-size: 10px;
	color: #666;
}

#content_service_content .forgotten a {
	color: #666;
	text-decoration: underline;
}

#content_service_content .forgotten a:hover {
	color: #e20074;
	text-decoration: underline;
}

.service_teaser {
	padding-right: 20px;
}

/* highlights ****************************************************************/
#content_highlights {
	width:								898px;
	height:								200px;
	background-image:			url('../gfx/back_highlights.jpg');
	background-repeat:		no-repeat
}

#content_highlights_content {
	position:							relative;
	top:									20px;
	left:									230px;
	width:								420px;
}

div.highlights_box {
	clear:								both;
	width:								500px;
}

div.highlights_image {
	float:								left;
	margin-right:					10px;
}




/* neues modell ********************************************************/
#content_neues_modell {
	width:								898px;
	height:								600px;
	background-image:			url('../gfx/back_neuesmodell.jpg');
	background-repeat:		repeat-x;
	background-color:			#eef6fb;
	overflow:							auto
}

#content_neues_modell-email {
	width:								898px;
	height:								860px;
	background-image:			url('../gfx/back_neuesmodell.jpg');
	background-repeat:		repeat-x;
	background-color:			#eef6fb;
	overflow:							auto
}

#content_neues_modell_content {
	position:							relative;
	top:									60px;
	left:									120px;
	width:								756px;
}

#content_neues_modell_content_top {
	position:							absolute;
	top:								0px;
	left:								255px;
	width:								500px;
	height:								400px;
	clear:								left;
}

#counter {
	position:absolute;
	left:-80px;
	top:380px;
	width:280px;
	height:79px;
	z-index:25;
	margin-top:						15px;

}
#countdowncontainer2 {
	
	background-image:			url('../gfx/bg-count.png');
	height:						79px;
	padding-top:					15px;
	background-repeat:		no-repeat;


}

#content_neues_modell_content_top-email {
	position:							relative;
	top:									0px;
	left:									255px;
	width:								500px;
	height:								550px;
}

#content_neues_modell_content_bottom {
	position:							relative;
	top:									0px;
	left:									0px;
	width:								756px;
}

#content_neues_modell_content_form {
	position:							relative;
	top:									0px;
	left:									0px;
	width:								756px;
}

#content_neues_modell_content_top h3, #content_neues_modell_content_top-email h3, #content_neues_modell_content_bottom h3 {
	font-size:						15px;
	color:								#000000;
	margin:								15px 0px 15px 0px;
	font-weight:					bold;
}

#content_neues_modell_content_top h4, #content_neues_modell_content_top-email h4 {
	font-size:						11px;
	color:								#000000;
	margin:								15px 0px 15px 0px;
	font-weight:					bold;
}

#content_neues_modell_content_top table {
	width:								100%;
}

#content_neues_modell_content_top table td {
	vertical-align:				top;
}

#details_form_content, #vormerken_form_content {
	width:								460px;
	margin-top:						20px;
	margin-bottom:				30px;
}

#details_form_content td, #vormerken_form_content td {
	vertical-align:				top;
}

#content_neues_modell_content_bottom table td {
	padding:							0px 0px 5px 0px;
}

input, select{
	border:								1px #666666 solid;
	margin-bottom:				0px;
}

.error {
	font-weight:					regular;
	color:								#e20074;
}

#checkbox {
	margin: 0; 
	border: none; 
	padding: 0; 
}

.agb_link {
	text-decoration: underline;
}

/*
#send_button {
	width: 420px;
	margin: 20px 40px 50px 0;
	text-align: right;
	
}
*/
/* technische details ********************************************************/
#content_technische_details {
	width:								898px;
	background-image:			url('../gfx/back_leer.jpg');
	background-repeat:		repeat-x;
	background-color:			#eef6fb;
	overflow:							auto
}

#content_technische_details_content {
	margin:								20px;
}

#details_table {
	margin-top: 10px;
	width: 420px;
}

#details_table td {
	padding-top: 15px;	
}

/* vormerken ********************************************************/
#content_vormerken {
	width:						898px;
	background-image:			url('../gfx/back_vormerken1.jpg');
	background-repeat:			no-repeat;
	background-color:			#eef6fb;
	overflow:					auto;
	height:						620px
}

#vormerken_form {
	width: 420px;
	margin-top: 10px;
}

#vormerken_txt {
	margin-top: 25px;
}

#content_vormerken_inhalt {
	width: 495px;
	margin-left: 380px;
	margin-top: 50px;
}


/* faq ***********************************************************************/
#content_faq {
	width:								898px;
	background-image:			url('../gfx/back_leer.jpg');
	background-repeat:		repeat-x;
	background-color:			#eef6fb;
	overflow:							auto
}

#content_faq_content {
	width:								600px;
	margin:								20px;
}

div.faq_box_header {
	padding:							4px 0px 6px 5px;
	margin-bottom:				10px;
	width:								590;
	background-color:			#e20074;
	cursor:								pointer;
}

div.faq_box_controller {
	float:								left;
	width:								17px;
	height:								17px;
	margin-right:						5px;
}

h5.faq {
	display:							inline;
}

div.faq_box_content {
	display:							none;
	clear:								both;
	margin-left:					30px;
	width:								600px;
}


/* online vorteil **************************************************************/
/* box */
#online_vorteil_box_top {
	width:								180px;
	height:								14px;
	background-image:			url('../gfx/wk_top.gif');
	background-repeat:		no-repeat;
	margin-top:						12px; background-position-y:50%
}

#online_vorteil_box_content {
	width:								180px;
	color:								#666666;
	background-image:			url('../gfx/wk_content.gif');
	overflow:							hidden
}

#online_vorteil_box_content div.title {
	position:							relative;
	left:									10px;
	font-weight:					bold;
	font-size:						13px;
	color:								#e20074;
}

#online_vorteil_box_content div.content {
	position:							relative;
	left:									28px;
	font-size:						11px;
	color:								#000000;
}

div.online_vorteil_box_item {
	margin:								5px;
}

#online_vorteil_box_bottom {
	width:								180px;
	height:								8px;
	background-image:			url('../gfx/wk_bottom.gif');
	background-repeat:		no-repeat;
	background-position-y:50%
}

/* rueckruf ******************************************************************/
/* box */
#rueckruf_box_top {
	width:								180px;
	height:								14px;
	background-image:			url('../gfx/wk_top.gif');
	background-repeat:		no-repeat;
	margin-top:						12px; background-position-y:50%
}

#rueckruf_box_content {
	width:								180px;
	color:								#666666;
	background-image:			url('../gfx/wk_content.gif');
	overflow:							hidden
}

#rueckruf_box_content div.title {
	position:							relative;
	left:									10px;
	font-weight:					bold;
	font-size:						13px;
	color:								#e20074;
}

#rueckruf_box_content div.content {
	width:								170px;
	padding:							5px;
	font-size:						11px;
	color:								#000000;
	text-align:						center;
}

#rueckruf_box_content div.hotline {
	margin:								5px 0px 5px 0px;
	font-size:						20px;
	font-weight:					bold;
	color:								#e20074;
}

#rueckruf_box_bottom {
	width:								180px;
	height:								8px;
	background-image:			url('../gfx/wk_bottom.gif');
	background-repeat:		no-repeat;
	background-position-y:50%
}

/* usp *********************************************************************/
/* box */

#usp_box_top {
	width:									180px;
	height:									14px;
	background-image:				url('../gfx/usp_top.gif');
	background-repeat:			no-repeat;
	margin-top:							12px; background-position-y:50%
}

#usp_box_content {
	width:									180px;
	color:									#666666;
	background-image:				url('../gfx/usp_content.gif');
	overflow: 							hidden
}

#usp_box_usps {
	position:								relative;
	left:										-12px;
	margin-bottom:					0px;
	list-style-image:				url(../gfx/check_white.gif);
	color:									#FFF;
}

#usp_box_bottom {
	width:									180px;
	height:									14px;
	background-image:						url('../gfx/usp_bottom.gif');
	background-repeat:						no-repeat;
	background-position-y:50%
}


/* bottom ********************************************************************/
#bottom {
	margin-left:					35px;
	width:								945px;
}

#bottom_boxes {
	width:								900px;
	height:								85px;
}

#bottom_boxes h2 {
	color: #666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
}

div.bottom_box {
	padding:							10px;
	width:								271px;
	height:								72px;
	border:								1px solid #cccccc;
	background-color:					#E6E6E6;
	float:								left;
}

#footer {
	color:								#999999;
	margin-top:						20px;
}

div.footnotes {
	width:								860px;
}

a.footer {
	margin-left:					15px;
	color:								#999999;
	text-decoration:			none;
}

#stoerer_vorbestellen {
	position: absolute;
	width: 124px;
	height: 122px;
	top: 300px;
	left: 730px;
	border: none;
}


/* home **********************************************************************/
#content_home {
	width:								898px;
	height:								555px;
	background-image:					url('../gfx/back_home_3g.jpg');
	background-repeat:					no-repeat;
	background-color:				#eef6fb
}

#content_home_headline {
	position:							relative;
	top:									60px;
	left:									370px;
	width:								155px;
	height:								26px;
}

#content_home_subline {
	position:							relative;
	top:									100px;
	left:									370px;
	width:								500px;
	height:								150px;
}

#content_home_subline h1 {
	font-size:						16px;
	color:								#000000;
	margin-bottom:				20px;
	font-weight:					bold;
}

#content_home_price {
	
	top:									20px;
	left:									0px;
	width:								330px;
	height:								50px;
	clear:								both;
}

/*
#content_home_price #memory {
	float:								left;
	padding:							5px 0px 0px 16px;
	font-size:						18px;
	color:								#666666;
}
*/

#content_home_price #price {
	float:								left;
	font-size:						36px;
	color:								#e20074;
	font-weight:					bold;
	padding-top:					6px;
}

#content_home_price #button_model {
	float:								right;
	padding-top: 8px;
}

#price span.sup {
	font-size:						11px;
	position:							absolute;
	top:									3px;
}


#content_home_price .pricesup {
	color: 								#e20074;
	font-size: 							11px;
}

#content_home_tariffusps {
	position:							relative;
	top:									20px;
	left:									0px;
	width:								500px;
}

#content_home_tariffusps h1 {
	color: 								#e20074;
	font-size: 						16px;
	margin: 							15px 0px 20px 0px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-weight: 					bold;
}

#content_home_usps {
	position:						relative;
	left:								-20px;
	top:								-10px;
	list-style-image:		url(../2/gfx/check.gif);
}

#bestandskunden_hinweis {
	position:						relative;
	top:								0px;
	width:	507px;
}
