body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: navy;
	background-color: #0D0F33;	
/*	background-image: url(images/americas_468x312.jpg);
	background-repeat: no-repeat;*/
}

#containerIntro{
	width: 900px;
/*	background-color: #2A2A2A;*/
	margin: auto;
	margin-top: 50px;
}

#container{
	width: 900px;
	background-color: White ;
	margin: auto;
	margin-top: 30px;
}

#top{
	width:900px;
	height: 50px;
	background-color: White;
	padding-top: 10px;
}

#nav{
	height: 30px;
	background-color: Gray;
	padding-top: 15px;
	border: solid 2px;
	border-color: #D5D5D5;
}

#nav1{
	background-color: #353535;
	height: 20px;
	padding-left: 180px;
	padding-top: -10px;
	color: #EAEAEA;
}

#content{
	height: 550px;
	background-color: White;
	padding: 10px 0px 0px 20px;
}

#contentnauti{
	height: 650px;
	background-color: White;
	padding: 10px 0px 0px 20px;
}

#contentKontakt{
	height: 500px;
	padding: 50px 0px 0px 60px;
}

#contentKontakt .input{
	background-color: #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

#contentLeft{
	float: left;
	width: 150px;
	height: 550px;
	background-color: White;
	border-right: solid 1px;
	border-color: #6A6A6A;
	padding: 10px 0px 0px 20px;
}

#contentRight{
width: 719px;
	float: right;
	height: 550px;	
	padding-top: 10px;
	padding-left: 10px;
	background-color: White;
}

#contentIntro{
	height: 300px;
	background-color: #2A2A2A;
	text-align: center;
}

#footer{
	height: 20px;
	background-color: Gray;
	padding-left: 165px;
	color: white;
}

/* Menüleiste												*/

#nav1 ul{
	margin:0;
   list-style:none;
	color: White;
}

#nav1 li{
	display: inline;
	margin: 0;
	padding: 0px 60px 0px 0px;
	color: white;
}

#nav1 a{
	color: white;
	text-decoration: none;
}

/* Text-Stile											*/

.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
}

/* Bild-Container										*/

.img1{
	height: 550px;
	width:700px;
	position: absolute;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	background-color: white;
}

.interviewLink{
	text-decoration: none;
	color: #404040;
	font-weight: bold;
/*	background-color: #eaeaea;*/
	display:table-cell;
}
