@import url('/website/style/zoom.css');

body {
	background: #316597;
	background-image: url('/website/images/background.png');
	background-repeat: repeat-x;
	margin: 0;
	min-width: 780px;
	height: 100%;
	font-size: 16px;
}

#main_container {
	background-image: url('/website/images/background_water.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	background-image: url('/website/images/background_header.png');
	background-repeat: repeat-x;
	height: 15px;
}

#content {
	background-image: url('/website/images/background_logo.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	min-height: 650px;
	margin: 0 auto;
}

#bottom_line {
	clear: both;
	background-image: url('/website/images/background_footer.png');
	background-repeat: repeat-x;
	height: 15px;
}

#bottom_container {
  background: #2c2e29;
  height: 100%;
}

#teasers {
  width: 780px;
  min-height: 250px;
  margin: 0 auto;
}

.teaser {
	width: 240px;
	float: left;
	margin: 0 10px 0 10px;
}

#footer {
	clear: both;
  background: #2c2e29;
}

p {
	margin: 0;
}

h2 a:link {color: #ccc; font-family: "Times New Roman"; text-align: left; text-decoration: none;}
h2 a:visited {color: #ccc; font-family: "Times New Roman"; text-align: left; text-decoration: none;}
h2 a:hover {color: #fff; font-family: "Times New Roman"; text-align: left; text-decoration: none;}
h2 a:active {color: #c00; font-family: "Times New Roman"; text-align: left; text-decoration: none;}

#footer p {padding: 10px; font-family: Arial, sans-serif; font-size: 0.7em; color: #fff; text-align: center;}
#footer p a:link {color: #ccc; text-decoration: none;}
#footer p a:visited {color: #ccc; text-decoration: none;}
#footer p a:hover {color: #fff; text-decoration: underline;}
#footer p a:active {color: #c00; text-decoration: underline;}

.teaser p {font-family: Arial, sans-serif; font-size: 0.8em; color: #e1e1e1; text-align: justify;}
.teaser p a:link {color: #ccc; text-decoration: none;}
.teaser p a:visited {color: #ccc; text-decoration: none;}
.teaser p a:hover {color: #fff; text-decoration: underline;}
.teaser p a:active {color: #c00; text-decoration: underline;}

#mainbanner {
	position: absolute;
	display: block;
	top: 75px;
	left: 675px;
}