/*******************************************************/
/* Erstellung: 20.02.2008                              */
/* Autor: Stephan Schindel, Lars Lehners inixdata GmbH */
/* firefox.css                                         */
/* Unterstützte Browser: firefox                       */
/* gehört zum Designtemplate schiff_home.tmpl          */
/*******************************************************/
@import url(typoext_fifo.css);
@import url(html_fifo.css);


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	width: 832px;
	text-align: left;
	margin:auto;
	background-color: #FFFFFF;
	height: auto;
	background-image:url(../bilder/blauLinksBg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border: 2px solid #000;
	left:50%;
	right:50%;
	margin-top: 3%;
}

/***********************************************/
/* header Components                           */
/***********************************************/
#kopfkontainer {
	width: 100%;
	height: 164px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #004494;
}
#logo {
	float: left;
	margin: 0;
	width: 210px;
	height: 164px;
	background-image:url(../bilder/logoschiff.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#top_banner {
	height: 164px;
}
.top_banner {
	background-repeat: no-repeat;
	background-position: right;
}


/**** Navigation auf der linken Seite ****/
#links{
	float: left;
	margin: 0 0 0 0;
	background-color: #99C9EA;
}
#bild{
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #99C9EA;
}

/*********** #navbarlinks link styles ***********/
#navbarlinks{
	float: left;
	margin-top: 70px;
	width: 210px;

}

#navbarlinks dfn {
	visibility: hidden;
	font-size: 1px;
	width: 10px;
}

#navbarlinks .hidden {
	display: none;
}

#navbarlinks .accessKey {
	text-decoration: underline;
}

/***********************/

#navbarlinks ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	background-color: #004494;
}

#navbarlinks ul li{
	width: 210px;
	border-bottom: 1px solid #fff;
}

#navbarlinks li.active{
	background-color: #FFFFFF;
	color: #000000;
}

#navbarlinks a,
#navbarlinks a:link,
#navbarlinks a:visited{
	width: 210px;
	line-height: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: #ffffff;
}

#navbarlinks a:hover,
#navbarlinks li:hover{
	color: #000000;
	background-color: #FFFFFF;
}

#navbarlinks li.active a,
#navbarlinks li.active a:link,
#navbarlinks li.active a:visited{
	color: #000000;
}

/***********************/

#navbarlinks li.active ul {
	background-color: #ffffff;
}

#navbarlinks ul li.active ul li a, 
#navbarlinks ul li.active ul li a:link, 
#navbarlinks ul li.active ul li a:visited {
	font-weight: normal;
	font-size: 9pt;
	line-height: 20px;
	padding-right: 28px;
	font-style: oblique;
}

#navbarlinks ul li ul li.active a, 
#navbarlinks ul li ul li.active a:link, 
#navbarlinks ul li ul li.active a:visited,
#navbarlinks ul li.active ul li a:hover {
	font-weight: bold;
	color: #000000;
}

/*** Inhalt der Seite ***/
#content{
	margin-top: 12px;
	padding: 6px;
	float: right;
	width: 600px;
}


/************* #fusszeile styles ***************/
#fusszeile {
	clear: both;
	border-top: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 210px;
	width: 622px;
	height: 16px;
}


#fusszmitte{
	float: left;
	margin-left: 30px;
	padding-right: 10px;
	height: 16px;
/*	display: inline;
	border: 1px dotted blue;*/
}

#fusszmitte dfn {
	display: none;
}

#fusszmitte a, #fusszmitte a:link, #fusszmitte a:visited{
	color: #000;
	margin-left: 15px;
}

#fusszmitte a:hover{
 	color: #2C86A5;
}

#fusszmitte .hidden {
	display: none;
}

#fusszrechts {
	float: left;
	text-align: right;
	height: 16px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 9pt;
	color: #2C86A5;
}
#print {
	float: right;
	right: 8px;
	top: 56px;
	width: 20px;
	height: 18px;
	z-index: 4;
}

#sprachen {
	float: right;
	right: 25px;
	top: 59px;
	z-index: 4;
}

#sprachen img{
	margin-right: 15px;
	border: 1px solid #333;
}


