html, body {
	height: 100%;
}

@font-face {
    font-family: DIN;
    src: url(font/DINEngschrift.otf);
}

@font-face {
    font-family: MS;
    src: url(font/TrebuchetMS.ttf);
}

body {
	margin: 0px;
	padding: 0px;
	
	font: 12px/1.33 Arial;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font: 16px/1.33 Arial;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: normal;
}

strong {
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(../images/background2.jpg);
	background-repeat:no-repeat;
   	background-size:cover;
}

#wrapper-bgtop {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 75px;
	
}

#header {
	overflow: hidden;
	width: 1000px;
	height: 75px;
	margin: 0px auto;
}

#hr-white
{
	opacity: 0.3;
	width: 1000px;
	height: 1px;
	background-color: #ffffff;
}


/** LOGO */

#logo {
	padding-left: 30px;
	float: left;
	width: 100px;
	height: 75px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}


.top-search
{
	margin-top: 0px;
    padding: 0px 0px 0px 0px; 
    width: 260px;
    height: 10px; 
}

.top-search a
{
	color: #ffffff;
	font: 1.9em MS;
	width: 100px;
}

#tagline-image img
{
	width: 1000px;
	height: 400px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: 20px;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 25px 25px 0px 15px;
	text-decoration: none;
	font-size: 15px;

}

#menu a:hover {
	text-decoration: none;
}

#menu li.active a {
	background: #000000;
	color:#ffffff;
}

#page {
	min-height: 500px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#page-content
{
	width: 1000px;
	min-height: 500px;
	background: url(../images/body-bg.png) repeat;
}

#page-content img
{
	width: 920px;
	padding: 0px 40px 0px 40px;
}

#page-content h2
{
	color: #ffffff;
	font: 1.9em Verdana;
	font-size: 34px;
	padding: 20px 40px 10px 40px;
}

#page-content-text
{
	text-align: justify;
	color: #ffffff;
	font: 1.9em Verdana;
	font-size: 12px;
	padding: 20px 40px 50px 40px;
}

#hr-maroon
{
	width: 100%;
	height: 5px;
	background-color: #4c0000;
}

#bg1 {
	background: url(../images/bg03.png) repeat;
}

#bg2 {
	min-height: 90px;
	text-align: center;
	overflow: hidden;
	padding: 0px 0px;
	background: #000000;
}

/* ===================== PAGE ====================== */

#content
{
	width: 980;
	position: center;
	box-shadow: 0px 0px 10px #888888;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	min-height: 400px;
	font-family: "Arial";
}

#content-image
{
	width: 950px;
}

#content-image img
{
	width: 950px;
	height: 380px;
	padding: 0px 0px 20px 0px;
}

#content-text
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-size: 14px;
}

#content-text h2
{
	font: 1.9em MS;
	font-weight: bold;
	padding: 0px 0px 20px 0px;

}

#footer {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#footer-logo
{
	float: left;
	width: 150px;
	min-height: 50px;
	padding: 0px 0px 0px 0px;
}

#footer-logo img
{
	width: 150px;
	height: 20px;
}

#footer-left {
	margin-top: 10px;
	float: left;
	width: 200px;
	min-height: 40px;
	padding: 0px 0px 0px 20px;

	color: #ffffff;
	font-size: 11px;
	text-align: left;
}

#footer-right {

	margin-top: 10px;
	float: left;
	width: 400px;
	min-height: 40px;
	padding: 10px 0px 0px 10px;

	border: 1px;
	border-style: solid;
    border-right-color: transparent;
    border-left-color: #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;

    color: #ffffff;
	font-size: 11px;
	text-align: left;
}