/* CSS Document */

body {
  /*text-align: center;*/
 margin: 0;
 padding: 0;
 	height: 100%;
	width: 100%;
	font-family: Arial;
}

html {
	
	height: 100%;
	width: 100%;
}

a.external_link {
	font-size: 12px;
	color: #8e8d8d;
	text-decoration: none;
	font-weight: bold;
}

.header {
	position: relative;
	top: 1px;
	background-image: url("../img/header.png");
	width: 960px;
	height: 134px;
}

.teaser {
	position: relative;
	top: 21px;
	left: 176px;
	background-image: url("../img/teaser.jpg");
	width: 784px;
	height: 189px;
}

.content {
	position: relative;
	width: 784px;
	top: 25px;
	left: 176px;
}

.footer {
	position: relative;
	top: 40px;
	left: 0px;
	width: 784px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #8e8d8d;
}

.headline1 {
	position: absolute;
	width: 500px;
	left: 0px;
	top: 20px;
	display: block;
}

.footer_txt {
	font-family: Arial;
	font-size: 11px;
	color: #8e8d8d;
}

.txt_small {
	font-family: Arial;
	font-size: 10px;
}

.blue_txt_small {
	font-family: Arial;
	color: #0066cc;
	font-size: 12px;
	font-weight: bold;
}

.packshots {
	position: absolute;
	left: 560px;
	top: 250px;
}

.grey_headline_txt {
	color: #8e8d8d;
	font-size: 20px;
}

.blue_headline_txt {
	color: #0066cc;
	font-size: 20px;
}

.grey_small_txt {
	font-size: 12px;
	color: #8e8d8d;
}

.backbtn {
	position: absolute;
	left: 0px;
	top: 575px;
}

.links {
	position: absolute;
	left: 0px;
	top: 380px;
}

.search {
	position: absolute;
	left: 0px;
	top: 195px;
}

.btn_search {
	position: absolute;
	top: 19px;
	left: 346px;
	margin: 0;
	padding: 0;
}


