﻿*		{
	margin: 0px;
	padding: 0px;
	}


body	{
	min-width: 1350px;
	background-color: #E1E1E1;
}
	
.clear {
	clear: both;	
}

#centerbox {
	width: 1350px;
	margin: 0 auto;
}

#header	{
	position: fixed;
	width: 1350px;
	background-color: #FFFFFF;;
	height: 30px;
	z-index: 10000;
}

/* Navigation */

div#topnav {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 720px !important;
}

div#topnav ul.navlevel {
	text-align:	center;
}

div#topnav ul.navlevel_1 li {
	display: inline-block;
	list-style-type: none;
	color:	#666666;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;;
	font-size: 14px;
	margin: 0 15px 0 15px;
}

div#topnav ul.navlevel_1 li:hover {
	cursor: pointer;
	border-bottom: 6px solid #005c9c ;
}

div#topnav ul.navlevel_1 li a:link,
div#topnav ul.navlevel_1 li a:visited,
div#topnav ul.navlevel_1 li a:hover,
div#topnav ul.navlevel_1 li a:active,
div#topnav ul.navlevel_1 li a:focus {
	text-decoration: none;
	color: #666666;
}


/* Ende Navigation */

#teaser {
	width: 100%;
	height: 500px;
}

#teaser_left {
	float: left;
	height: 100%;
	width: 500px;
	background-color: #005c9c;
}

#logo {
	position: relative;
	width: 280px;
	height: 171px;
	left: 100px;
	top: 100px;
	background-image: url('../images/logo_glt_white.png');
	background-repeat: no-repeat;
	background-position: center;
}

#teaser_right {
	position: relative;
	left: 500px;
	height: 100%;
	width: 750px;
}

#teaser_right img {
	position: relative;
	right: 0px;
}

#claim {
	position: relative;
	display: block;
	width: 950px;
	height: 100px;
	left: 204px;
	top: -150px;
	background: rgba(255, 255, 255, 1);
	border-right: 15px solid #005c9c;
	z-index: 9999;

}
#claim p {
	position: relative;
	color: #005c9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	text-align: left;
	top: 10px;
	left: 20px;
	font-weight: 700;
	line-height: 40px;
}

#content {
	width: 100%;
	background-color: #FFFFFF;	
}

#content_left, #content_right {
	margin-bottom: 30px;
}

#content_left {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
}

#content_left img {
	margin: 30px 0 20px 75px;
}

#content_left h1 {
	color: #005c9c;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 14px;
	margin: 0 10px 5px 40px;
	font-weight: 300;
}

#content_left h2 {
	color: #666666;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 14px;
	margin: 0 10px 50px 40px;
	font-weight: 300;
}

#content_right {
	float: right;
	width: 850px;
	min-height: 515px;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}

#content_right h1{
	color: #666666;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 32px;
	font-weight: 300;	
	margin: 35px 30px 0 28px;
}

#content_right h2 {
	color: #005c9c;
	/* border-left: 20px solid #005c9c; padding-left: 10px; */
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 18px;
	margin: 0 30px 0 30px;
	font-weight: 300;
}

#content_right h3 {
	color: #666666;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 18px;
	margin: 0 30px 0 30px;
	font-weight: 300;
}


#content_right p {
	color: #666666;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 14px;
	margin: 10px 30px 0 30px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 18px;
}

#content_right p img {
	float: right;
	margin: 5px 0 5px 15px;
	border: 1px #666666 solid;
}

#content_right p a:link,
#content_right p a:visited,
#content_right p a:hover,
#content_right p a:active,
#content_right p a:focus {
	text-decoration: none;
	color: #005c9c;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 1350px;
	height: 30px;
	background-color: #666666;
	z-index: 9999;
}

#footer p.address {
	color: #FFFFFF;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 14px;
	margin: 5px auto;
	font-weight: 300;
}

#footer p.address a:link,
#footer p.address a:visited,
#footer p.address a:hover,
#footer p.address a:active,
#footer p.address a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

/* Mailer */

td {
	vertical-align: middle;
}

input {
	width: 400px;
	margin-bottom: 5px;
}

input[type=text] {
	font-family: 'Open Sans', sans-serif;
	padding-left: 5px;
	font-size: 14px;
	margin-right: 30px;
	margin-top: 10px;
	height: 30px;
	border: 1px solid #666666;		
}

select {
	font-family: 'Open Sans', sans-serif;
	padding-left: 3px;
	font-size: 14px;
	width: 407px;
	margin: 20px 0 0 30px;
	height: 30px;		
}

textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 5px;
	padding: 6px;
	width: 393px;
	height: 150px;
	resize: none;
	outline: none;
	overflow: auto;
	border: 1px solid #666666;	
}

input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
	background-color: #666666;
	font-size: 14px;
	line-height: 30px;
	border: 0px;
	outline: 0px;
	color: #FFFFFF;
	width: 204px;
	margin-top: 10px;
}

input[type=submit]:hover, div.text select {
	cursor: pointer;
	background-color: #005c9c;
}

textarea:hover, select:hover, input[type=text]:hover, textarea:focus, select:focus, input[type=text]:focus	{
	border: 1px solid #005c9c;
}

