@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	border:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

body {
	background-color:#EBEBEB;
	text-align:center;
	font-size:100%;
}

a:link, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
}

div#wrapper {
	position:relative;
	width:790px;
	margin:0 auto;
	margin-top: 50px;
	text-align:left;
	font-size:.70em;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url(../../images/background/sky.jpg);
}

div#header {
	position:relative;
	width:750px;
	height:20px;
	padding:0 20px;
	background-color:#93ADB3;
	font-size:.8em;
}

div#headerLeftCorner {
	position:absolute;
	top:0;
	left:0;
	width: 20px;
	height: 20px;
	background-image:url(../../images/background/rund1.gif);
}

div#headerRightCorner {
	position:absolute;
	top:0;
	right:0;
	width: 20px;
	height: 20px;
	background-image:url(../../images/background/rund2.gif);
}

ul#menu {
	display:inline-block;
	margin-left:10px;
}

ul#menu a {
	text-decoration:none;
	color:#ffffff;
}

ul#menu li {	
	float:left;
	margin: 3px 3px 0 5px;
	list-style:none;
	text-transform:uppercase;
	font-family:Helvetica, sans-serif;
	letter-spacing:.1ex;
}

div#content {
	background-color:#FFFFFF;
	width: 615px;
	height:373px;
	overflow:auto;
	padding:15px;
	margin-left:155px;
}

div#footer {
	clear:both;
	position:relative;
	width:550px;
	height:20px;
	background-color:#93ADB3;
	color:#FFFFFF;
	padding-left:220px;
	padding-right:20px;
}

div#footerLeftCorner {
	position:absolute;
	bottom:0;
	left:0;
	width: 20px;
	height: 20px;
	background-image:url(../../images/background/rund3.gif);
}

div#footerRightCorner {
	position:absolute;
	bottom:0;
	right:0;
	width: 20px;
	height: 20px;
	background-image:url(../../images/background/rund4.gif);
}

div#footer img {
	margin:0;
	padding:0;
}

div#footer ul {
	display:inline-block;
}

div#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:inherit;
}

div#footer a:hover {
	text-decoration:underline;
}


div#footer ul li {
	float:left;
	margin: 3px 10px 0 10px;
	list-style:none;
	text-transform:uppercase;
	font-family:Helvetica, sans-serif;
	letter-spacing:.2ex;
}

h1, h2, h3, h4 {
	margin-top:1em;
	margin-bottom:1em;
	color:#93ADB3;
	text-transform:uppercase;
}

h2, h3, h4 {
	font-size:0.9em;
}

div.message h4 {
	margin-top:0;
	margin-bottom:0;
	color:#000000;
}

hr {
	margin: 0;
	clear:both;
	border-top:1px dotted #000000;
	border-bottom: 1px solid white;
}

p {
	margin-bottom:1em;
}

div#content {
	padding:10px;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.clear {
	clear:both;
}

div#content img {
	margin:10px;
}

div#content img#partners {
	margin:0;
}

div.message {
	background-color:#EFEFEF;
	background-image:url(../../images/icons/message.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:24px;
	margin: 1em 0;
	margin-right:200px;
}

span.menuarrow {
	color:#93ADB3;
	font-weight:bold;
}

a:hover span.menuarrow {
	color:#FFFFFF;
}

div.twoColumns div {
	float:left;
	width:190px;
	margin-right: 20px;
}

div#twoColumnContacts {
	width:550px;
}

div#address {
	float:left;
	width:150px;
	margin-right: 20px;
}

div#contacts {
	float:left;
	width:350px;
}

div.contactLeft{
	margin-bottom:1em;
	float:left;
	width:150px;
}

div.contactRight{
	margin-bottom:1em;
	float:left;
	width:200px;
}

ul {
	list-style:none;
}

.contact {
	background-color:#FF00FF;
}

img#logo {
	position:absolute;
	top:40px;
	left:20px;
}

img#stars {
	margin:0;
	padding:0;
	border:0;
	margin-left:40px;
	margin-bottom:-10px;
}

div#yearsOfSafety {
	position:absolute;
	bottom:30px;
	width:155px;
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:17px;
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
}

span#numYears {
	font-size:4em;
	color:#9C1327;
}



