html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	background-color:#D8D8D8;
	color:#1C578B;
	font-size:12px;
	font-family:sans-serif;
}

body {
	background-color:#D8D8D8;
	color:#1C578B;
	font-size:12px;
	font-family:sans-serif;
}

a {
	color:#17416B;
	text-decoration:none;
}

.middle a{
	text-decoration:underline;
}

/*div {
	border:1px solid #999999;
	background-color:#dddddd;
}*/

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}

/*
----------------------------------------------------------------------------*/
.left {
	float:left;
	width:176px;
	margin:0;
	padding:0;
}

.right{
	float:left;
	width:156px;
	margin:0;
	padding:0;
}

.middle {
	float:left;
	width:482px;
	margin-left:20px;
	margin-right:20px;
	/*padding-left:10px;
	padding-right:10px;*/
}

.middle p{
	text-align: justify;
}

.middle, .middle span, .middle td{
	text-align: justify;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Form
----------------------------------------------------------------------------------------------------*/
#login_form input[type=text],#login_form input[type=password]{
	border:0;
	background-color:#D8D8D8;
	color:#00437A;
	width:112px;
	margin:1px;
}

#login_form input[type=submit]{
	border:1px solid #ffffff;
	background:transparent;
	color:#ffffff;
	width:40px;
	margin-top:2px;
	height:18px;
	/*position: relative; 
	top: -19px;*/
}

#register_link{
	margin:0;
	padding:0;
	margin-top:5px;
	/*position:relative;
	top:-16px;
	left:114px;*/
}

#register_link a{
	color:#ffffff;
	text-decoration:none;
}

#header form{
	margin-top:56px;
}

#header .right a {
	color:#ffffff;
	margin-top:3px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
.container_header, .container_footer{
	height:100px;
	background:url(images/pattern.gif);
	padding:0;
	margin:0;
}

.container_footer{
	position:fixed;
	bottom:0px;
	width:100%;
}

.container_content{
	background-color:#D8D8D8;
	margin-bottom:100px;
	min-height:400px;
	line-height:14px;
}

.container_content img{
	margin-bottom:8px;
}

#header{
	
}

#header {
	/*background:url(images/logo_header.png) no-repeat;
	background-position:top left;*/
	height:100px;
}
#navigation_links{
	list-style:none;
	/*position:relative;
	top:0px;
	left:200px;*/
}

#navigation_links li{
	float:right;
	margin:3px;
}

#navigation_links li a{
	color:#ffffff;
	text-decoration:none;
	border:1px solid transparent;
}

#navigation_links li a:hover{
	/*text-decoration:underline;*/
	border:1px solid #ffffff;
}

#logout{
	color:#ffffff;
	text-decoration:none;
	border:1px solid transparent;
}

#logout:hover{
	/*text-decoration:underline;*/
	border:1px solid #ffffff;
}

#content p{
	margin-top:10px;
}

#content h3+p{
	margin-top:4px;
}

#content h2+p{
	margin-top:5px;
}

#content h1 {
	margin-top:5px;
	margin-bottom:7px;
	font-size:20px;
	line-height:22px;
	font-family:sans-serif;
	font-weight:900;
	color:#ffffff;
	display:block;
	text-align: left;
}

#content h3 {
	margin-top:5px;
	font-size:10px;
	font-family:sans-serif;
	font-weight:600;
	display:block;
	margin-bottom:0px;
	text-align: left;
}

#content h2 {
	/*margin-top:9px;
	font-size:18px;
	font-family:sans-serif;
	font-weight:900;
	display:block;*/
	margin-top:10px;
	/*margin-bottom:3px;*/
	font-weight:700;
}

#content h2 a{
	text-decoration:none;
	color:#1C578B;
}

#content .left, #content .right{
	margin-top:52px;
}

#sailing_infos{
	margin-top:20px;
	background-color:#336699;
	color:#ffffff;
	margin-bottom:15px;
}

#sailing_infos li{
	/*display:block;*/
	margin-top:-20px;
}

#sailing_infos li div{
	position:relative;
	top:-30px;
	left:40px;
	width:100px;
	font-size:10px;
}

#buch{
	float:right;
	margin-top:18px;
}

#footer{
	z-Index:9999;
}

#comment_link_container{
	width:100%;
}

#comment_link_container a{
	font-size:13px;
	letter-spacing:-1;
	color:#17416B;
	font-weight:700;
}

#comment_link_container img{
	float:right;
}

.entry td {
	padding-top:10px;
}

/* Kalender
----------------------------------------------------------------------------*/
#calendar{
	background:#00447A;
	text-align:center;
	color:#000000;
	margin-top:-5px;
}

#calendar_description {
	background:#D8D8D8;
	font-size:10px;
	color:#00437A;
	text-align:left;
}
#wp-calendar caption {
	background-color:#78AAD6;
	color:#ffffff;
	text-align:center;
	height:15px;
}
table#wp-calendar
{
	/*border:1px solid #cccccc;*/
	background-color:#fdfdfd;
	width:100%;
}
table#wp-calendar tbody{
	background-color:#fdfdfd;
	border-top:1px solid #000000;
}
table#wp-calendar thead{
	border-bottom:1px solid #000000;
}
/*tbody .pad
{
   background-color:#ffffff;
   border-bottom:1px solid #000000;
}*/
table#wp-calendar>tbody>tr>td>a
{
   font-weight:bold;
   /*color:#8796A5;
   color:#333333;*/
   /*font-size:16px;*/
   font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
   /*color:#3c4a55;*/
   text-decoration:none;
   color:#FF0C48;
   /*background-color:#F7D206; gelb */
   /*background-color:#Ff0000;*/
}
thead>tr{
	border-bottom:1px solid #000000;
}

thead>tr>th
{
   width:20px;
   height:20px;
   text-align:center;
   background-color:#ffffff;
   border-left:1px solid #ffffff;
   border-right:1px solid #ffffff;
}
tbody>tr>td
{
   width:20px;
   height:20px;
   text-align:center;
   /*border:1px solid #cccccc;*/
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active
{
   /*font-weight:bold;*/
   /*font-size:18px;*/
   height:20px;
   font-family:garamond, bookman old style, times new roman, arial narrow, arial;
   color:#5b7085;
   /*color:#3c4a55;*/
}
tfoot>tr>td#prev
{
   width:58px;
   height:20px;
   text-align:left;
   background-color:#ffffff;
}
tfoot>tr>td#next
{
   width:58px;
   height:20px;
   text-align:right;
   background-color:#ffffff;
}

#calendar h1{
	font-size:17px;
	font-weight:400;
	color:#EEF2F5;
	text-align:center;
}
#calendar ul{
	list-style:none;
}

#calendar li{
	margin-left:9px;
	margin-bottom:2px;
	float:left;
}

#calendar li a{
	color:#76A8D4;
	text-decoration:none;
}

#calendar li a:hover{
	color:#EEF2F5;
}

.video_link{
	background-color:#f3d303;
}

#calendar li a.active_year{
	color:#CBEAFF;
}



/* Gallerie
---------------------------------------------------------------------------------------------------------------*/
li.wGallery{
	position:relative;
	color:#ffffff;
	float:left;
	width:82px;
	background:#00447A;
	height:62px;
	padding:2px 2px 2px 2px;
	margin-bottom:4px;
	margin-right:3px;
	text-align:center;
}
.wGalleryImgDiv{
	margin:0;
	display:block;
	float:left;
	width:82px;
	height:50px;
	overflow:hidden;
}

li.wGallery div{
	text-align:left;
	/*position:absolute;
	bottom:1px;*/
	font-size:10px;
}

/*li.wGallery img{
	max-width:78px;
	max-height:47px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}*/

/* Slider
---------------------------------------------------------------------------------------------------------------*/
#slider{
	margin-top:8px;
	background:#ffffff;
	width:176px;
	height:40px;
}	
#slider img{border:0px solid #000000;
	display: block;
    margin-left: auto;
    margin-right: auto
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	background:#ffffff;
	width:176px;
	height:40px;
	overflow:hidden; 
	float:right;
}

.s3sliderImage {
   float: right; /* important */
   position: relative; /* important */
   /*display: none;*/ /* important */
}

.clear {
   clear: both;
}

.active {
	border:1px solid #ffffff;
}


/* Map
----------------------------------------------------------------------------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(maps.google.com), url-prefix(http://www.google.com/maps){
	#copyright {
		display:none !important;
	}
}

#logocontrol + div {
	display:none;
}

/* Kommentare
----------------------------------------------------------------------------------------------------------*/

.comment-body img{
	align:left;
}

.comment-body, .vcard, .commentmetadata {
	display:inline;
}

.avatar{
	display:none;
}
