/****************************/ 
/** Grundsätzliches Layout **/
/****************************/ 
html {
	height: 100%;
	margin: 0px;
	padding: 0px;	
}
body{
	height: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
form{
	padding:0px;
	margin:0px;
}
a {
	color:#000000;
}
img{ 
	border:0px;
}
input, select, textarea, div, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	margin-top:10px;
	color:#999999;
	background-color: transparent;
	background-image: url(/gfx/gui/businessabo/rubrik_titelbg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	width: 255px;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	padding-left: 10px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

/****************************/ 
/** Breiten für Input      **/
/****************************/ 
#warenkorb_kunden img{
	padding-left:5px;
	padding-right:5px;
}
.input_aboform{width:50px;}
.input_anrede{width:50px;}
.input_vorname{width:70px;}
.input_nachname{width:90px;}
.input_firma{width:90px;}
.input_strasse{width:100px;}
.input_hausnummer{width:40px;}
.input_plz{width:40px;}
.input_ort{width:100px;}
.input_email{width:70px;}

#warenkorb_check {
	text-align:right;
}
#warenkorb_check button{
	width:150px;
}
select.abobeginn{
	width:120px;
}
#TB_ajaxContent.TB_modal{
	padding:2px;
	width:100%;
}
input#btn_bestellen {
	border:0;
	width:181px;
	height:36px;
	color:#ffffff;
	font-weight:bold;
	background: transparent url(/gfx/gui/businessabo/button_order.gif) left top no-repeat;
}
input#btn_bestellen:hover {
	cursor:pointer;
}
	
}