/* =======================================
--
-- Copyright: innovetia GmbH
--
-- Name     : styles-details-offer.css
-- 
-- Hisotry  : Version Date 
--            ------- -----------
--              01    24-mar-2010  
--
-- =======================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Calibri, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	vertical-align: baseline;
}

body {
	color: white;
	margin-top: 10px;
}

ol, ul {
	list-style: none;
}

/* --- tables still need 'cellspacing="0"' in the markup --- */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* ========== Standard Elements defined ========== */


h1, h2, h3 { 
	margin: 10px 0; 
	padding: 10px 0; 
	font-weight: bold; 
}
 
h1 {
	font-size: 1.5em;
	color: #7C747F;
} 

h2 {
	font-size: 1em;
	color: #7C747F;
} 

h3 {
	font-size: 0.8em;
} 

p {
	margin: 5px 0 5px 0; 
	padding: 10px 0 5px 0;
	color: #666666; 
}

a {
	color: #4f5e6c;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}


.clear { 
	clear: both;
}

/* ========== Default IDs ========== */


#page {
	width: 800px;
	height:400px;
	margin: 0 auto 0 auto;
	padding: 0;
}


/* ========== Boxes ========== */


/* ---------- header box ---------- */

.box-header {      
	width:780px;
	margin: 10px 0 20px 0;
	background-color: #F8E8FC;
	border-top: 1px #C6B9CA solid;
	border-bottom: 1px #C6B9CA solid;
}


.box-header h1 {
	margin: 10px 20px 5px 20px;
	padding: 0;
	font-size: 1.3em;
	color: #7C747F;
}

/* ---------- content box ---------- */

.box-content {      
	width:780px;
	margin: 10px 0 20px 0;
}

.box-address


