body {
	text-align: center;
	font-size: 13px;
	font-family: Arial;
	background-image: url("../img/header-bg.gif");
	background-repeat: repeat-x;
	padding-top: 7px;
}

/* HEADER */

#header {
	width: 920px;
	height: 93px;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 32px;
	text-align: left;
	background-image: url("../img/logo-top.gif");
	background-repeat: no-repeat;
}

#header-navigation {
	margin-left: 480px;
	padding-left: 119px;
	heigth: 16px;
	width: 452px;
	background-image: url("../img/header-bg-right.gif");
	background-repeat: no-repeat;
}

.header-text {
	font-family: arial;
	color: #969696; /* #3CBCF0; */
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

.nav {
	text-decoration: none;
	color: black;
}

#content {
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
}


.main-text {
	font-family: arial;
	color: #3CBCF0;
	font-size: 14px;
	text-align: left;
}

.product-list {
	width: 920px;
	text-align: center;
	padding-top: 0px;
}

/* MAP / CONTACT */

.land-schiff {
	padding-left: 60px;
}

div.map-left a {
	color: #5DC7FB;
	font-size: 12px;
	weight: bold;
}

div.showText {
	display: block;
}

div.hideText {
	display: none;
}

.map-left {
	height: 373px;
	float: left;
    vertical-align: top;
}

.map-right {
	height: 373px;
	width: 700px;
	float: right;
    vertical-align: top;
}


/* MAIN CONTENT */

.background-right {
	background-image: url("../img/content/background-right.gif");
	background-repeat: no-repeat;
	margin-left: 15px;
}

#background-right {
	background-image: url("../img/content/background-right.gif");
	background-repeat: no-repeat;
	margin-left: 15px;
}

.title {
	text-align: right;
	font-size: 27px;
	color: #909090;
	padding: 10px 25px 0px 0px;
}

.subtitle {
	text-align: right;
	font-size: 12px;
	color: #6F6F6F;
	padding: 6px 25px 0px 0px;
}

.description {
	text-align: left;
	font-size: 12px;
	color: #4D5244;
	padding: 6px 25px 0px 30px;
}

#background-bottom {
 	height: 70px;
	text-align: right;
	font-size: 12px;
	color: #909090;
	padding: 4px 25px 0px 0px;
	background-image: url("../img/content/background-bottom.gif");
	background-repeat: no-repeat;
	background-position: 16px 0px;
	vertical-align: top;
}

#background-bottom-large {
 	height: 163px;
	text-align: right;
	font-size: 12px;
	color: #909090;
	padding: 4px 25px 0px 0px;
	background-image: url("../img/content/background-bottom-large.gif");
	background-repeat: no-repeat;
	background-position: 16px 0px;
	vertical-align: top;
}

.bottom-selection {
	padding-top: 8px;
	padding-left: 21px;
	text-align: left;
}

.sub-selection {
	text-decoration: none;
	color: #909090;
	font-size: 12px;
}

a.sub-selection:hover {
	text-decoration: underline;
	color: black;
	font-size: 12px;
}

/* KONTAKT */

.kontakt-link {
	font-weight: bold;
	font-color: black;
	text-decoration: none;
}

#kontakt-area {
	text-align: left;
	width: 700px;
	float: right;
    vertical-align: top;
}

.adressbox {
	border: 1px dashed #64BFF2;
	padding: 5px;
	margin: 10px;
	width: 250px;
	float: left;
}

div.adressbox a {
	color: #5DC7FB;
	font-size: 12px;
	weight: bold;
}