 @charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
    margin: 0;
    padding: 0;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
    color: #000;
    background-color: #0F387A;
    background-image: url(/templates/default/en/images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#main_container {
	height: 100%;
    width: 960px;
    margin: 0px auto;
}

#head_container {
    height: 152px;
    background-color: transparent;
    background-image: url(/templates/default/en/images/header_bg-3.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
}

#navigation_container {
    background-color: #fff;
    background-image: url(/templates/default/en/images/top_nav_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
	margin: 0px;
    height: 30px;
    padding-top: 7px;
    width: 100%;
}

#navigation_container ul.top {
    display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation_container ul.top li {
    display: inline;
    background-image: url(/templates/default/en/images/menu_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 137px;
	margin: 0px;
	padding: 0px;
}

#navigation_container ul.top li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

#navigation_container ul.top li a:hover {
    color: #999999;
}

#navigation_container ul.lang {
    display: inline;
    float: right;
	margin: 0px;
	padding: 0px;
}

#navigation_container ul.lang li {
    display: inline;
    float: left;
	margin: 0px;
	padding: 0px;
    width: 40px;
}

#navigation_container ul.lang li a {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#navigation_container ul.lang li a img {
    margin: 7px 0px;
    vertical-align: middle;
}

#navigation_container ul.lang li a:hover {
    color: #999999;
}

#content_frame {
	display: table;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#content_header {
}

#content_wrapper {
    display: table;
    width: 930px;
    margin: 15px;
}

#navigation_sidebar {
    width: 174px;
    background-image: url(/templates/default/en/images/navi-bg.gif);
    float: left;
}

#navigation_sidebar ul.default {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation_sidebar ul.default li {
    line-height: 25px;
    background: transparent url(/templates/default/en/images/navi-trenner.gif) no-repeat scroll 0pt bottom;
    line-height: 25px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#navigation_sidebar ul.default li a {
    color: #FFFFFF;
    background: transparent url(/templates/default/en/images/navi-bullet.gif) no-repeat scroll 3pt center;
    height: 26px;
    padding: 0pt 10px;
    text-align: left;
    width: 137px;
    text-decoration: none;
    display: block;
    padding-left: 25px;
}

#navigation_sidebar ul.default li a:hover {
    color: #CCCCCC;
    background: transparent url(/templates/default/en/images/navi-bullet-hover.gif) no-repeat scroll 3pt center;
}

#navigation_sidebar ul.default li.sub a {
    background: none;   !important
	font-size: 10px;    !important
}

#navigation_sidebar ul.default li.sub {
    padding-left: 7px; !important
}

#navigation-round-top {
    height: 13px;
    width: 174px;
    background: transparent url(/templates/default/en/images/navi-round-top.gif) no-repeat scroll 0pt center;
}

#navigation-round-bottom {
    height: 13px;
    width: 174px;
    background: transparent url(/templates/default/en/images/navi-round-bottom.gif) no-repeat scroll 0pt center;
}

#content_container {
    background-color: #FFFFFF;
}

#content_container {
    display: table-column;
    float: right;
    height: auto;
    margin: 0px;
    width: 740px;
}

#content_container li {
    margin-left: 40px;
}

#content_container div.error_container {
    height: 400px;
}

#content-txt {
    padding: 10px;
}

#content_container div.error_container div.message {
    border: 1px dashed #b9821a;
    padding: 10px;
    width: 600px;
    height: 160px;
}

#layout_contact {
    empty-cells: show;
    margin-bottom: 5px;
    table-layout: fixed;
    width: 100%;
}

#layout_contact tbody td {
    width: 320px;
}

#layout_contact tbody td label {
    color: #5a5b5e;
    float: left;
    font-weight: normal;
    height: 19px;
    line-height: 19px;
    margin: 1px 0px;
    padding: 0px 2px;
    vertical-align: middle;
    white-space: nowrap;
    width: 315px;
}

#layout_contact tbody td input {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    width: 300px;
    height: 19px;
}

#layout_contact tbody td input.zip {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    width: 50px;
}

#layout_contact tbody td input.city {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    width: 244px;
}

#layout_contact tbody td input.button {
    font-weight: normal;
    height: 21px;
    width: 100px;
}

#layout_contact tbody td textarea {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    height: 80px;
    width: 300px;
}

#layout_contact tbody td input.input_validate {
    background-color: #FFFFCC;
}

#layout_contact tbody td input.zip_validate {
    background-color: #FFFFCC;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    width: 50px;
}

#layout_contact tbody td input.city_validate {
    background-color: #FFFFCC;
    border: 1px solid #BBBBBB;
    font-weight: normal;
    margin: 1px 0px;
    width: 244px;
}

#layout_contact tbody td input.button {
    font-weight: normal;
    height: 21px;
    width: 100px;
}

#layout_contact tbody td textarea.input_validate {
    background-color: #FFFFCC;
}

#layout_list {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
}

#layout_list thead th {
    background: url(/templates/default/en/images/bg_list_head.gif) repeat-x right;
    border: #999999 solid 1px;
    border-bottom: 1px solid #000000;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin-right: 2px;
    padding: 0px 2px;
    text-align: left;
    vertical-align: middle;
}

#layout_list thead th.image {
    margin-right: 0px;
    padding-right: 0px;
}

#layout_list thead th:hover {
    background: url(/templates/default/en/images/bg_list_head.gif) repeat-x right;
}

#layout_list tbody tr {
    background-color: #EEEEEE;
}

#layout_list tbody tr:hover {
    background-color: #CCCCCC;
}

#layout_list tbody td {
    border-bottom: 1px solid #AAAAAA;
    margin-right: 2px;
    padding: 0px 2px;
}

#layout_list tbody td.image {
    cursor: pointer;
    margin-right: 0px;
    padding: 0px;
}

#layout_list tbody td div.details {
    text-align: justify;
}

#layout_list tbody td div.details .code {
    color: #999999;
    font-style: italic;
}

#layout_list tbody td div.details .code label {
    float: left;
}

#layout_list tbody td div.prices label {
	float: left;
}

#layout_list tbody td div.prices div {
	float: right;
	padding:0px 3px;
}

#layout_list tbody td.numeric {
    text-align: right;
}

#layout_list tbody td.buttons {
	padding: 2px;
}

#layout_list th.pager {
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
}

#layout_list th.pager .text{
	height: 23px;
	line-height: 23px;
}

div.layout_form_frame {
    padding: 0px 5px 5px 5px;
}

#layout_form tbody td label {
    display: inline;
    color: #5a5b5e;
    float: left;
    font-weight: normal;
    height: 17px;
    line-height: 17px;
    margin: 1px 0px;
    padding: 0px 2px;
    vertical-align: middle;
    white-space: nowrap;
    width: 140px;
}
#layout_form tbody td div.checkbox{
    height: 19px;
}

#layout_form tbody td div {
    display: inline;
    font-weight: bold;
    float: left;
    height: 17px;
    line-height: 17px;
    margin: 1px 0px;
    width: 180px;
}
#layout_form tbody td div input {
    display: inline;
    float: left;
    height: 17px;
    line-height: 19px;
    margin: 1px 0px;
}
#layout_form tbody td div.numeric {
    text-align: right;
}

#layout_form tbody td div.fckeditor {
    display: block;
    background-color: #FFFFFF;
    border: none;
    width: auto;
}
#layout_form tbody td hr {
	color: #EEEEEE;
	float: left;
	height: 1px;
	margin: 10px 5px;
	width: 320px;
}

#layout_search {
    height: 25px;
}
#layout_search div.wrapper {
	float: right;
}
#layout_search div.wrapper label{
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	vertical-align: middle;
	width: 50px;
}
#layout_search div.wrapper input{
	display: inline;
	float: left;
	margin-top: 2px;
	width: 200px;
}

#layout_sitemap ul {
    list-style-image: none;
    list-style-position: outside;
	margin-left: 20px;
}
#layout_sitemap ul li {
	color: #000000;
	font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
}
#layout_sitemap ul li a{
	text-decoration: none;
}
#layout_sitemap ul li a:visited{
	color: #000000;
}

#monoSlideshow {
	display: table;
	width: 730px;
}
#reference {
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
    height: 25px;
    padding-left: 10px;
}

#splash .welcome-text {
    height: 190px;
    width: 400px;
    margin-left: 511px;
    padding-top: 8px;
}

#splash-follow .welcome-text {
    height: 135px;
    width: 400px;
    margin-left: 511px;
    padding-top: 20px;
}
#splash {
    height: 171px;
    width: 940px;
    background-image: url(/templates/default/en/images/splash/welcome-splash.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 4px;
    margin-left: 8px;
}
#front-mod-1 {
    height: 210px;
    width: 176px;
    background-image: url(/templates/default/en/images/front-charter.jpg);
    float: left;
    margin-right: 10px;
}
#front-mod-1 a{
	position:relative;
	top: -85px;
	left: -5px;
}

#front-mod-2 {
    height: 210px;
    width: 176px;
    background-image: url(/templates/default/en/images/front-verkauf.jpg);
    float: left;
    margin-right: 10px;
}
#front-mod-2 a{
	position:relative;
	top: -85px;
	left: -5px;
}

#front-mod-3 {
    height: 210px;
    width: 176px;
    background-image: url(/templates/default/en/images/front-liegeplaetze-2.jpg);
    float: left;
    margin-right: 10px;
}
#front-mod-3 a{
	position:relative;
	top: -85px;
	left: -5px;
}

#front-mod-4 {
    height: 210px;
    width: 176px;
    background-image: url(/templates/default/en/images/front-bootsfuehrerschein-2.jpg);
    float: left;
}
#front-mod-4 a{
	position:relative;
	top: -85px;
	left: -5px;
}

#front-mod-txt {
    margin-top: 95px;
    padding: 5px;
    height: 166px;
    font-size: 10px;
    text-align: justify;
}
#ports li{
	list-style: none;
	height: 17px;
	line-height: 17px;
	margin-bottom: 3px;
	vertical-align: middle;
}

a {
    color: #CC0000;
}

h3 {
    background-image: url(/templates/default/en/images/headlinebg.jpg);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    height: 30px;
    width: 730px;
	margin: 0px;
    padding: 10px  0px 0px 10px;
}

fl {
    float: left;
}

button {
    background: none;
    cursor: pointer;
	font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
}

button div {
    margin: 0;
    padding: 0px 0px 0px 5px;
    background-repeat: no-repeat;
    background-position: left center;
}

button div p {
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    /* beware of the ie defs in the ie.css - should be different! */
    padding: 4px 5px 4px 0px;
    background-repeat: no-repeat;
    background-position: right center;
}

button.btn {
    margin: 0;
    padding: 0;
}

button div p.btn {
    background-image: url(/templates/default/en/images/btn_bg_right.gif);
}

button div.btn {
    background-image: url(/templates/default/en/images/btn_bg_left.gif);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h2 {
    color: #0c336e;
    font-size: 12px;
    margin: 10px 0px 5px 0px;
}
p {
	margin: 0px 0px 15px 0px;
}