body {
	margin: 0;
	padding: 0;

	font: 1.0em Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height: 1.5;
	background-color: #247693;
	color: #000;
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat-x;
}

/* GLOBAL */

img {
	border: 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #b0070a;
	text-decoration: underline;
}

.centered {
	position: relative;
	width: 550px;
	left: 50%;
	margin-left: -275px;
}

.left, .alignleft {
	display: inline;
	float: left;
}

.right, .alignright {
	display: inline;
	float: right;
}

.clr {
	clear: both;
}

.level {
	height: 1300px;
	background-repeat: repeat-x;
	padding-top: 100px;
	padding-bottom: 100px;
}

.nebel {
	position: relative;
	height: 4500px;
	background-image: url(./images/bg_nebel.png);

	background-position: center top;

}

.mainframe {
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: 0 0 10px #1A3F4C;
	-webkit-box-shadow: 0 0 10px #1A3F4C;
	box-shadow: 0 0 10px #1A3F4C;
}

.head {
	padding: 20px;
	background-color: #F2F2F2;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.30, #F2F2F2),
	    color-stop(0.80, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #F2F2F2 30%,
	    #ffffff 80%
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.head img {
	margin: 0 10px 0 0;
}

.head h1, .head h2 {
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: 300;
}

.head a {
	color: #666666;
}

.head strong {
	color: black;
}

.head h1 {
	font-size: 210%;
}

.head h2 {
	font-size: 120%;
}

.navig {
	height: 30px;
	background-color: #00365D;
	
	/*
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.08, #00365D),
	    color-stop(0.80, #247693)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #00365D 8%,
	    #247693 80%
	);*/
}

.info {
	padding: 20px;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}

.contact {
	padding: 20px;
	background-color: #F2F2F2;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.30, #F2F2F2),
	    color-stop(0.80, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #F2F2F2 30%,
	    #ffffff 80%
	);
}

.links {
	border-top: 3px solid #cccccc;
}

.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.links li {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	
	height: 38px;
	width: 274px;
	border: 1px solid #999999;
	border-bottom: none;
	border-right: none;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.30, #BEDAE3),
	    color-stop(0.80, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #BEDAE3 30%,
	    #ffffff 80%
	);
}

.links li:hover {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.30, #A9D5E3),
	    color-stop(0.80, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #A9D5E3 30%,
	    #ffffff 80%
	);
}

.links a {
	display: block;
	color: black;
}

.footer {
	border-top: 3px solid #cccccc;
	padding: 10px 10px 2px 10px;
	font-size: 70%;
	text-align: right;
}