/* ***** BASIC ELEMENTS ********************************************************** */


* {
	margin: 0;
	padding: 0;
	}


body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #d7e4d4;
	font-size: 12px;
	color: #1b4628;
	line-height: 140%;
	}

p {
	padding-bottom: 10px;
	}

a {
	text-decoration: none;
	color: #6881c0;
	}

a:hover {
	text-decoration: underline;
	color: #8398d0;
	}

.clear {
	clear: both;
	height: 0px;
	}




.list-sidebar li {
	list-style: none;
	background: url('pic/i_arrow.png') no-repeat 0 3px;
	padding-left: 16px;
	margin-bottom: 7px;
	}



h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #64876e;
	margin-bottom: 20px;
	}

	h1 a {
		color: #ffffff;
		}

	h1 a:hover {
		color: #f0f5ef;
		text-decoration: none;
		}

h2 {
	margin-bottom: 15px;
	color: #2c327c;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px;
	}

h3 {
	color: #abbda9;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px;
	font-family: Georgia;
	}

h4 {
	color: #abbda9;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #dae4d8;
	margin-bottom: 5px;
	}



.align-right {
	float: right;
	}

.links {
	margin: 0 10px 5px 0;
	font-size: 11px;
	color: #5a8f69;
	}

.image-pack {
	height: 170px;
	background: url('pic/img_pack.png') no-repeat center;
	padding: 10px 0;
	}

.txt-info {
	font-size: 11px;
	font-style: italic;
	color: #96a493;
	}



/* ***** LAYOUT ***************************************************************** */


#content-wrap {
	background: #e1eede url('pic/bg_header.png') repeat-x top;
	padding-bottom: 20px;
	}

#content {
	width: 880px;
	margin: 0 auto;
	}

#main {
	width: 540px;
	float: left;
	}

#sidebar {
	position: relative;
	width: 335px;
	float: right;
	}


.main-image {
	height: 640px;
	width: 540px;
	background: url('pic/img_main.png') no-repeat center;
	}

.main-image2 a {
	display: block;
	height: 150px;
	width: 540px;
	background: url('pic/img_main2.png') no-repeat center;
	}



/* ----- main ----- */

.main-header {
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
	}

.main-header-divider {
	background: url('pic/i_divider_big.png') no-repeat left;
	height: 2px;
	margin: 10px 0;
	}

.main-section {
	background: url('pic/bg_main.png') repeat-y center;
	padding: 0 15px;
	font-size: 11px;
	}

	.main-section-bottom {
		height: 12px;
		background: url('pic/bg_main_bottom.png') no-repeat center;
		}

	.main-section-top {
		margin-top: 5px;
		height: 22px;
		background: url('pic/bg_main_top.png') no-repeat center;
		}




/* ----- sidebar ----- */

.sidebar-top {
	height: 210px;
	}

.sidebar-top-logo a {
	float: right;
	margin: 9px 10px 0 0;
	display: block;
	height: 75px;
	width: 200px;
	background: url('pic/logo_hansaplast.png') no-repeat right top;
	}


.sidebar-circle {
	position: absolute;
	top: 141px;
	left: 72px;
	height: 127px;
	width: 174px;
	background: url('pic/img_circle.png') no-repeat center;
	margin-bottom: 15px;
	}

	.sidebar-circle a {
		display: block;
		height: 127px;
		width: 174px;
		background: url('pic/img_circle.png') no-repeat center;
		}

.sidebar-content {
	padding: 75px 10px 0 5px;
	padding-bottom: 30px;
	background: url('pic/i_sidebar_border.png') no-repeat right bottom;
	}

.sidebar-divider {
	height: 20px;
	margin: 10px 0;
	background: url('pic/i_divider.png') no-repeat center;
	}


/* ----- footer ----- */

#footer-wrap {
	height: 80px;
	background: url('pic/bg_footer.png') repeat-x top;
	}

#footer {
	width: 880px;
	margin: 0 auto;
	font-size: 11px;
	padding: 10px 0;
	color: #5a8f69;
	}

	.footer-top {
		padding-bottom: 8px;
		}

	.footer-logo a {
		float: right;
		display: block;
		height: 35px;
		width: 90px;
		background: url('pic/logo_beiersdorf.png')
		}



