/* CSS Document */

/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #606060;
	font-family: Helvetica, Frutiger, Arial, sans-serif;
	background-color: #ebebeb;
	font-size: 0.8em;
	line-height: 1.2;
}
p {
	margin: 0 0 0.5em 0;
}
h1, h2, h3, h4 {
	margin: 0.7em 0 0.2em 0;
	color: #404040;
}
h1 {
	font-size: 120%;
}
right {
}

h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	color: #e2001a;
}
a {
	color: #e2001a;
	text-decoration: none;
}
a:hover {
	color: #e2001a;
	text-decoration: underline;
}
body {
	text-align: center;
}
/*um alles drumherum*/
#all {
	width: 880px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*Header*/
#language {
	text-align: left;
	color: #999999;
	background-color: #ededed;
	padding: 10px 0 0 10px;
	width: 100%;
}
#language ul {
	list-style: none;
}
#language li {
	display: inline;
}
#language li a {
	color: #999999;

}
#language li a:hover{
	color: #999;

}
#language li a.act {
	color: #e2001a;
	text-decoration: none;
}	
#header {
	background-image: url(../images/header-schiff.jpg);
	background-repeat: no-repeat;
	height: 340px;

}
#header h1 {
	text-indent: -9999px;
	margin: 0;
}
/*Menü links*/
#menu {
	float: left;
	background-color: #ffffff;
}
#menu ul {
	list-style: none;
	margin: 12px 0 0 0;
	padding:0;
}
#menu li {
	border-bottom: 1px solid #ffffff;
	font-size: 90%;

}
#menu li a {
	display: block;
	padding: 8px 0px 2px 0.5em;
	border-right: 5px solid #ffffff;
	border-left: 13px solid #ffffff;
	width: 120px;
	text-decoration: none;
	color: #404040;
}
#menu li a:hover, #menu li a.act {
	color: #e2001a;
	text-decoration: none;
	/*background-color: #fff;*/
}
#menu .usb {
	display: none;
}
/*Menü 2. Ebene*/
#menu ul ul {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#menu ul ul li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}
#menu ul ul li a {
	color: #404040;
	font-weight: normal;
}
#menu ul ul li a:hover {
	color: #e2001a;
}
/*Inhalte*/
#normal {
	float: left;
	width: 680px;
	margin: 30px 0 0 20px;

}
/*Fußzeile*/
#footer {
	float: right;
	text-align: right;
	width: 100%;
	background-color: #ebebeb;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: right center;
}
#footer ul {
	list-style: none;
	margin: 0 10px 0 0;
}
#footer li {
	display: inline;
	margin: 0;
}
#footer li a {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
}
#footer li a:hover{
	color: #999999;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 90%;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
}
/* CSS Document */
