* {
	padding: 0;
	border: 0;
	margin: 0;
}
html, body {
     height:100%;
}
div#wrapper {
     min-height: 100%;
}
* html #wrapper {
     height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:21px;
}

a {
	color: #53808a;
	text-decoration: underline;
}

a:hover {
	color: #236371;
	text-decoration: underline;
}

div#wrapper {
	width: 858px;
	background: url(/images/background.jpg);
	margin: 0 auto;
}

div#header {
	background: url(/images/header.jpg) no-repeat;
	height: 262px;
	min-height: 262px;
	margin: 0 30px 0 30px;
}
	div#header ul#lang {
		list-style-type: none;
		padding: 5px 25px 0 25px;
	}
	
		ul#lang li {
			display: inline;
			padding: 0 15px 0 0;
		}
			ul#lang li a {
				
			}

	div#header ul#navi {
		list-style-type: none;
		padding: 202px 25px 0 25px;
	}
	
		ul#navi li {
			display: inline;
			padding: 0 25px 0 0;
			font-size:12px;
		}
			ul#navi li a {
				text-decoration: none;
			}
			ul#navi li a:hover {
				color: #1e3c42;
				text-decoration: underline;
			}

	div#header p {
		padding: 0 25px 0 25px;
	}



div#content {
	margin: 0 30px 0 30px;
	background: url(/images/chondrax-dose.jpg) no-repeat right top;
	min-height: 424px;
}
	div#content h1 {
		padding: 15px 25px 15px 25px;
		font-size:15px;
		color: #53808a;
	}
	div#content h2 {
		padding: 15px 25px 15px 25px;
		font-size:12px;
		color: #53808a;
	}
	
	div#content p {
		padding: 0 300px 15px 25px;
		font-size:12px;
	}

div#footer {
	background-color:	#eeeced;
 	bottom:				0;
 	width:				798px;
 	margin:				30px 30px 0 30px;
}
	div#footer p {
		padding: 5px 25px 5px 25px;
		color: #6f6f6f;
	}
	