/*Tag-Formatierungen*/
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 95%;
}
h2 {
	font-size: 90%;
}
h3 {
	font-size: 80%;
}
h4 {
	font-size: 70%;
}
h5 {
	font-size: 60%;
}
h6 {
	font-size: 50%;
}
p {
	font-size: 80%;
}
td, tr {
	background-color: #DDDDDD;
	font-size: 90%;
	vertical-align: top;
}
li {
	font-size: 80%;
}

td ul li {
margin-left: -20px;
marker-offset:20px;
}

td h1 {
	font-size: 100%;
}
td p {
	font-size: 95%;
}
/*ID-Layout*/
#header {
	background-color: #FFFFFF;
	background-image:url(../media/layout/Neverland-Catamaran-Charter-Logo.jpg);
	color:white;
	padding:0px;
	height:138px;
	background-repeat: no-repeat;
}
#subheader {
	position:absolute;
	right: 10px;
	top: 10px;
	width: 20%;
}

#content {
  color:black;
  margin: 0 20% 0 20%;
}
#navi_l {
	position: absolute;
	top: 138px;
	left:0;
	width: 18%;
	height:auto;
	font-size: 90%;
}
#navi_r {
	position: absolute;
	top: 138px;
	right: 0;
	width: 18%;
	height:auto;
	background-color:#003366;
	color:white;
	/*background-image: url(../media/bg_r_navi.gif);
	background-repeat: repeat-y;
	background-position: left;*/
	font-size: 80%;
}
#img_nav {
	text-align: center;
}
#footer {
  clear:both;
  background-color:#003366;
  color:white;
  margin-top: 20px;
  padding: 5px 10px 10px 10px;
  text-align: center;
  font-size: 70%;
  background-image: url(../media/layout/bg_water.jpg);
}
#footerlinks {
  clear:both;
  background-color:#FFFFFF;
  color:#003366;
  margin-top: 10px;
  padding:10px;
  font-size: 55%;
  text-align: center;
}

/*Links*/
#content a:link, a:visited {
	color: #003366;
}
#content a:hover {
	color: #FFFFFF;
	background-color: #003366;
}

#navi_l a {
	display: block;
	width: 100%;
	font-weight: bold;
	margin-top: 1px;
	padding: 4px 0 4px 2px;
}

#navi_l a:link, #navi_l a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #003366;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
#uberlink_l a:link, #uberlink_l a:visited{
	background-color: #FFFFFF;
	color: #003366;
}
#navi_l a:hover {
	background-color: #999999;
	color: #FFFFFF;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
#navi_l span a:link {
	display: inline;
	background-color: #FFFFFF;
	color: #003366;
	padding: 1px 0 1px 2px;
	font-size: 70%;
	border: none;
}
#navi_l span a:visited {
	display: inline;
	background-color: #FFFFFF;
	color: #777777;
	padding: 1px 0 1px 2px;
	font-size: 70%;
	border: none;
}
#navi_l span a:hover {
	display: inline;
	background-color: #999999;
	color: #FFFFFF;
	border: none;
}
#navi_l div a:link {
	background-color: #dcecff;
	color: #003366;
	padding: 1px 0 1px 2px;
	font-size: 70%;
	border: none;
}
#navi_l div a:visited {
	background-color: #dcecff;
	color: #003366;
	padding: 1px 0 1px 2px;
	font-size: 70%;
	border: none;
}
#navi_l div a:hover {
	background-color: #999999;
	color: #FFFFFF;
	border: none;
}

#navi_r a {
	font-weight: normal;
}
#navi_r a:link, #navi_r a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#navi_r a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/*ID Tag-Formatierungen*/
#header h1, #header h2 {
	margin: 0;
}
#content h1 {
	margin: 5px 0 2px 0;
}

#navi_l p {
	margin: 0;
	padding: 0;
}

#navi_r h1{
	margin: 0;
}
#navi_r p {
	margin: 5px 2px;
	padding: 0 20px 0 20px;
	background-image: url(../media/layout/compass.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*Klassen*/

/*Ausrichtungen*/
.left {
	float:left;
	margin: 0 15px 5px 0;
}
.right {
	float:right;
	margin: 0 0 5px 15px;
}
.center {
	clear:both;
	margin: 10px 0 40px 0;
	text-align: center;
}

/*Spezialklassen*/
.bannertext{
	padding: 70px 0 0 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.maintheme {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0 0 0 120px;
}
.topkeys {
	font-size: 12px;
	color:#003366;
}

.subkeywords {
	font-size: 12px;
	color:#003366;
	text-align: center;
}

.col1 {
	clear: both;
	width: 19%;
	height: 75px;
	float: left;
	padding: 1px;
	margin: 1%;
	border: 1px dotted #003366;
	text-align: center;
	vertical-align: middle;
} 
.col2 {
	width: 19%;
	height: 75px;
	float:left;
	padding: 1px;
	margin: 1%;
	border: 1px dotted #003366;
	text-align: center;
	vertical-align: middle;
}
.col3 {
	width: 19%;
	height: 75px;
	float:left;
	padding: 1px;
	margin: 1%;
	border: 1px dotted #003366;
	text-align: center;
	vertical-align: middle;
}
.col4 {
	width: 19%;
	height: 75px;
	float:left;
	padding: 1px;
	margin: 1%;
	border: 1px dotted #003366;
	text-align: center;
	vertical-align: middle;
}
.imgbox {
	width: 140px;
}
.red {
	color: red;
}
.bildunterschrift {
	font-size: 0.7em;
	font-style: italic;
}
