﻿@charset "utf-8";

html {
	min-height: 100.05%;
	-webkit-text-size-adjust: none;	/* iphone */
	background: #FFF;
}

body { 
	margin: 0px; padding: 35px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /*IE*/
	color: #535353;

	background: url(pic/back.gif) center 35px repeat-x #FFF;

	font-size: 62.5%; line-height:1.7em;
}

#seite {
	width: 892px; padding: 0px 0px 0px 0px; /* 366 */
	margin: 0px auto 0px auto;
	text-align: left; min-height: 500px;
	/* background-image:url(../pic/back.gif); */
	font-size: 1.2em;


}

#SardiniaYachtServices, #MarineCenter {
	text-align: right;
}

#SardiniaYachtServices {
	float: left; width: 439px; height: 355px; padding: 0px; margin: 0px;
	border-left: 5px #FFF solid;
}

	#SardiniaYachtServices img {
		width: 439px; height: 225px;
	}

	#SardiniaYachtServices p {
		margin: 11px 0px 0px 0px;
		padding-right: 0px;
	}

#MarineCenter {
	width: 448px; height: 355px; padding: 0px; margin: 0px 0px 0px 0px;
	float: left; 
}

	#MarineCenter img {
		width: 438px; height: 225px;

		/* Border beim Bild, damit graue Linie nicht unterbrochen */
		border-left: 5px #FFF solid; border-right: 5px #FFF solid;		
	}

	#MarineCenter p {
		margin: 11px 0px 0px 0px;
		padding-right: 5px;
	}


/* "normale" Links */
a:link {
	color: #272315;
}
a:visited  {
	color: #272315;
}
a:hover {
	color: #AD002E;
}
a:active {
	color: #AD002E;
}