* {
    padding: 0;
    margin: 0;
} 

body {
    background: #00315D url(/euroyachtcharter/images/background.jpg) repeat-x scroll left top;
}
body, td {
    font-family: Georgia, Palatino, serif;
    font-size:13px;
	line-height: 1.4em; 
	color: #ffffff;
}

.middle a {
	color:#79BFF6;
	text-decoration: none;
}

.middle a:visited {
    color:#79BFF6;
}

.middle a:hover {
	text-decoration: underline;
}

#wrap {
    margin: 0 auto;
    width: 765px;
}

#top { 
    display: none;
}

#content {
    padding: 0;
}

#bottom {
    display: none;
}


.header {
    height: 200px;
}

h1, h2, h3, h4 { 
    margin: 0.2em 0;
}

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}

.mod_navigation {
    height: 50px;
/*    border-width: 1px;
    border-style: none none solid none;
    border-color: white;*/
    width: 100%;
	 background-image:url("/euroyachtcharter/images/lijn.png");
	 background-position:center bottom;
	 background-repeat:no-repeat;
}

.middle {
	float: left;
	width: 770px;
	margin: 10px 0 0 0;
	padding: 0;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

/* important is needed to overrule hardcoded colors */
.middle img {
    border-color: white !important;
}

.middle div.mod_article.block {
    border-width: 1px;
    border-style: none none solid none;
    border-color: white;
    padding: 0 20px 16px 20px;
    margin: 0 0 8px 0;
}

.middle h1 { 
    font-size: 16px; 
    margin-bottom: 10px; 
    margin-top: 10px;
}


.middle h2 { 
    font-size: 14px; 
    margin-bottom: 4px; 
    margin-top: 4px;
}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    border-width: 0;
    border-style: none;
    border-color: white;
    color:        #AABAC8;
    font-family:  Georgia,Arial,sans-serif;
    font-size:    12px;
    height:       50px;
    line-height:  31px;
    margin:       8px auto 0 auto;
    padding:      5px 0 8px;
    text-align:   left;
    text-decoration: none;
	text-align:   left;
    width:        770px;
}

.invisible { 
    display: none; 
}

.pdf_link {
    text-align: right;
}

.mod_article {
    margin: 6px 0;
}

/***************************************************************************************/
/**************************** superfish menu *******************************************/
/***************************************************************************************/

.level_1 {
    border:0 none;
    background: transparent;
    color:#ffffff;
    font-family: Georgia, Palatino, serif;
    line-height:28px;
    margin:0;
    padding:0 10px 0 0;
    text-decoration:none;
    white-space:nowrap;
}

.level_1 a {
    color: #ffffff;
}

.level_1 {
	line-height:	1.0;
}
.level_1 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.level_1 ul li {
	border-right:1px solid #FFFFFF;
	width:165px;
}

.level_1 ul li.last {
	border-bottom:1px solid #FFFFFF;
}

ul.level_3 li {
	margin-left: 35px;
	background-color: #00315D;
}

.level_1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.level_1 li {
	float:			left;
	position:		relative;
	list-style:     none;
}
.level_1 a {
	display:		block;
	position:		relative;
}
.level_1 li:hover ul,
.level_1 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.level_1 li:hover li ul,
ul.level_1 li.sfHover li ul {
	top:			-999em;
}
ul.level_1 li li:hover ul,
ul.level_1 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.level_1 li li:hover li ul,
ul.level_1 li li.sfHover li ul {
	top:			-999em;
}
ul.level_1 li li li:hover ul,
ul.level_1 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN    active: #009DE0 ***/
.level_1 {
	float:			left;
	margin-bottom:	1em;
}
.level_1 a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.level_1 li li a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
}
.level_1 a, .level_1 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.level_1 li {

}
.level_1 li li {
	background:		#00315D;
}
.level_1 li li li {
	background:		#9AAEDB;
}
.level_1 li li:hover, .level_1 li li.sfHover,
.level_1 li.submenu li:hover a, .level_1 li.submenu li.sfHover a,
.level_1 li li a:focus, .level_1 li li a:hover, .level_1 li li a:active {
	background:		#CFDEFF;
	color:          #00315D;
	outline:		0;
}
.level_1 li.current a { color: #79BFF6; }
.level_1 li li.current a { color: #79BFF6; }
.level_1 li.submenu li a { color: #ffffff; }
.level_1 li.submenu li .active a { color: #79BFF6; }
/*** arrows **/
.level_1 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.level_1 ul .sf-sub-indicator { background-position:  -10px 0; }
.level_1 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.level_1 ul a:focus > .sf-sub-indicator,
.level_1 ul a:hover > .sf-sub-indicator,
.level_1 ul a:active > .sf-sub-indicator,
.level_1 ul li:hover > a > .sf-sub-indicator,
.level_1 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/* .sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
} 
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
/* .sf-vertical, .sf-vertical li {
	width:	10em;
}*/
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
/*.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}*/

/*** alter arrow directions ***/
/* .sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/
*/

/* hover arrow direction for modern browsers*/
/*.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
*/