
/* #### ANGEBOTSÜBERSICHT ######################################## */

div#print_box{
    text-align:right;
}

div#print_box img{
    cursor:pointer;
}

div#overview{
	border:2px solid;
    border-color: #99cc33;
	
	
	margin-top:5px;
	width:616px;
	clear:both;
	float:left;
	background-image:url("ct_hg_box3_mainback.gif");
}

div#overview div{
	float:left;
	width:308px;
}


div#overview div.header{
	background-image:url("ct_hg_box3_header.gif");
	background-repeat:no-repeat;
	height:10px;
	line-height:8px;
}

div#overview div.content{
	background-image:none;
	padding:0px 8px;
	width:292px;
}

div#overview div.footer{
	background-image:url("ct_hg_box3_footer.gif");
	background-repeat:no-repeat;
	height:10px;
	line-height:8px;
}

img#handyimage{
	float:left;
	margin:5px;
	margin-right:10px;
}

div#overview ul{
	margin-top:5px;
}

div#overview div.icons{
	float:left;
	clear:both;
	width:auto;
	white-space:nowrap;
}

div#overview img.icon{
	margin-right:3px;
}


div#overview div#end{
	float:left;
	clear:both;
	height:10px;
	width:616px;
	line-height:8px;
	background-image:url("ct_hg_box3_footer.gif");
	background-repeat:repeat-x;
}


span.order_topangebot{
    font-weight:bolder;
    color:red;
    font-size:14px;
}


/** #### TABELLE ################################################## */
div#overview div.row{
	float:left;
	clear:both;
	width:292px;
	padding:0px;
}

div#overview div.cell_left{
	margin-left:5px;
	float:left;
	width:auto;
}

div#overview div.cell_right{
	float:right;
	width:auto;
}

div#overview div.cell_left-1{
	margin-left:5px;
	width:100px;
	float:left;
}

div#overview div.cell_right-1{
	float:left;
	width:185px;
}

/** #### FORM #################################################### */

div#overview div.form{
	margin:5px 0px;
	margin-left:40px;
	/*/margin-left:20px;*/
	width:252px;
	float:left;
	clear:both;
}

div#overview span.inputheader{
	font-size:8px;
}

div#overview input.text{
	width:250px;
}

div#overview input.check{
	width:12px;
	margin:0px;
	border:0px;
}

div#overview input.zip{
	width:45px;
	margin-right:5px;
}

div#overview input.city{
	width:198px;
	//width:194px;
}

div#overview input.button{
	width:64px;
	height:19px;
	border:0px;
}

/* #### ORDERBUTTONS ### */

div.orderbuttons div
{
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    
}

a.d1, a.eplus, a.d2, a.o2, a.d1_top, a.eplus_top, a.d2_top, a.o2_top{
    background-color:#FFF;
    display:block;
    width:66px;
    height:24px;
}

a.d1:hover, a.eplus:hover, a.d2:hover, a.o2:hover, a.d1_top:hover, a.eplus_top:hover, a.d2_top:hover, a.o2_top:hover{
    background-color:#99ff00;
}


a.d1 img{
    width:66px;
    height:24px;
    background-image:url("order_d1.png");
    background-repaet:no-repeat;
}

a.eplus img{
    width:66px;
    height:24px;
    background-image:url("order_eplus.png");
    background-repaet:no-repeat;
}

a.d2 img{
    width:66px;
    height:24px;
    background-image:url("order_d2.png");
    background-repaet:no-repeat;
}

a.o2 img{
    width:66px;
    height:24px;
    background-image:url("order_o2.png");
}

a.d1_top img{
    width:66px;
    height:24px;
    background-image:url("order_d1_red.png");
    background-repaet:no-repeat;
}

a.eplus_top img{
    width:66px;
    height:24px;
    background-image:url("order_eplus_red.png");
    background-repaet:no-repeat;
}

a.d2_top img{
    width:66px;
    height:24px;
    background-image:url("order_d2_red.png");
    background-repaet:no-repeat;
}

a.o2_top img{
    width:66px;
    height:24px;
    background-image:url("order_o2_red.png");
    background-repaet:no-repeat;
}








