* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0px;
}

a {
	outline: 0px;
}


/* =================================================== DIVS =================================================== */

#container {
	margin: 30px;
}


/* =================================================== LINKS =================================================== */

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #0e4551;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* =================================================== TEXT =================================================== */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0e4551;
	margin-bottom: 1px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #0e4551;
	margin-bottom: 4px;
}

strong {
	font-weight: bold;
}

ul {
}

ul li {
}


/* =================================================== TABELLEN =================================================== */

table {
	width: 517px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table td {
	vertical-align: top;
	padding: 0px;
}

table.header td.top {
	height: 39px;
}

table.header td.month {
	font-size: 12px;
	font-weight: bold;
	color: #0e4551;
	padding-left: 5px;	
	line-height: 12px;
}

table.products td {
	line-height: 17px;
}

table.products td.separator {
	height: 2px;
	line-height: 2px;
}

table.products td.space {
	width: 19px;
	line-height: 2px;
}

table.products td.text {
	width: 167px;
	vertical-align: bottom;
	padding-bottom: 6px;
}

table.products td.image {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

table.products td.price {
	font-size: 18px;
	font-weight: bold;
	color: #0e4551;
	white-space: nowrap;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 6px;
}

table.footer td {
	font-size: 11px;
	color: #0e4551;
	line-height: 12px;
	padding: 19px 0px 0px 0px;
}


/* =================================================== HELPER =================================================== */

.clear {
	clear: both;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
}
