/******** Stylesheet Reederei ***************/

body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;	
	padding: 0px;
	margin: 0;
    text-align: center;   /*Zentrierung im Internet Explorer */
}

a:link, a:visited, a:hover {
/*	color: #0F589F;  Kreuzfahrer - blau */
	color: #006699; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #003399;
	text-align: center;
}


h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.Headline {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}
.Head_hinterlegt {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9933;
}
.normal {
	font-size: 13px;
	}
.hervorheben {
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}
.titel {
	font-size: 12px;
	}
.titel_block {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	}
.box_dunkel {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.box_hell {color: #FFFFFF; font-size: 14px; font-weight: bold; }

.box_eng {
	font-size: 12px;
	line-height: 95%;
	color: #FFFFFF;
	}
.box_eng a:link{
	color: #FF6633;
	font-weight: bold;
		}
.box_eng a:visited{
		color: #FF6633;
	font-weight: bold;
		}
.box_eng a:hover{
		color: #FF6633;
	font-weight: bold;
		}


/********* Definitionen für Div´s *********/
#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 980px;
	padding: 0;
	border: 2px ridge silver;
	background-color: #FFEFE8;
	background-image: none;
}


#Kopf {
	width: 100%;
	color: #000000;
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
/*	background-image: url(../../himmel.jpg);*/
}

#navcontainer {
	font-family: Arial,Sans-Serif;
	margin: 0 0 0 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 90%;
	vertical-align: bottom;
}

#Logo {
	width: 100%;
	position: absolute;
	left: 35px;
	top: 32px;
	z-index: 1;
/*	left: 27px;
	top: -25px; */
}
#Nav_links {
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 169px;
	margin: 0 79% 0 0;
}

#content {
	float:right;
	width: 75%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0 0 0 0;
}

#fusszeile{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls fusszeile up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** Content styles ***********/
#content img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
#img_rechts img{
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
}
#content td{
	float: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content td img{
	float: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
#content th{
	width: 140px;
	margin: 0;
	padding: 0;
	background-image: url(hlkf/pics/tab_head.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#content ul{
	font-size: 13px;
	}
/*********** Navigation oben in Navcontainer *****************/

#navlist
{
width: 90%;
text-align: center;
margin: 0 0 0 0;
padding: 0;
text-indent: 0px;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .2em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
	color: #ccc;
	font-size: 1.5em;
	border-top: none;
}

#navlist a#current { color: #fc6; }


/*********** #Nav_links link styles ***********/

#Nav_links ul a:link, #Nav_links ul a:visited {display: block;}
#Nav_links ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#Nav_links li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #Nav_links li {border-bottom: none;}


/***** Navigation links ******/
#Nav_links{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #ECE9D8;
}
#Nav_links p{
	padding: 0px 0px 0px 10px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
#Nav_links h3{
	padding: 0px 0px 2px 10px;
}

#Nav_links a:link{
	color: #006699; 
	padding: 2px 0px 0px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	background: url(../pfeil.gif) 4px 45% no-repeat;
}

#Nav_links a:visited{
	color: #006699; 
	padding: 2px 0px 0px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	background: url(../pfeil.gif) 4px 45% no-repeat;
}

#Nav_links a:hover{
	color: #006699; 
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
}
/*********** Details styles ***********/

#Details{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 85%;
}

#Details a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
	font-weight: bold;
}

#Details h3{
	padding: 10px 0px 2px 0px;
}
/*********** Sub_menu styles ***********/

#Sub_menu{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 85%;
}

#Sub_menu a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
	font-weight: bold;
}

#Sub_menu h3{
	padding: 10px 0px 2px 0px;
}

/*********** Service-Boxen links ***********/
#Service {
	color: #000000;
	font-size: 12px;
	line-height: 100%;
}

#Service h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	background-color: #0000FF;
	text-align: center;
	color: #FFFFFF;
}
#Service p {
	color: #000000;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}

#Service a:link{
	padding: 2px 0px 0px 10px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 110%;
}

#Service a:visited{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		font-size: 110%;
}

#Service a:hover{
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 110%;
	border-top: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

