@charset "utf-8";
/* CSS Document */
body {
	background-color: #0A356A;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
			}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ff9900;
	width: 750px;
	border-bottom: #ff9900 2px solid;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFf;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}




.center {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.footer{
	text-align:center;
	font-size:11px;
}
a:link {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
	font-style:italic;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}

.menu{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#00378b;
	width:200px;
	height:auto;
	padding:4px;
	border-right:#3c65a4 solid 2px;
	border-bottom:#3c65a4 solid 2px;
	font-size: 14px;
}
a.menu:link{
	background-color:#00378b;
	width:200px;
	height:auto;
	padding:4px;
	border-right:#3c65a4 solid 2px;
	border-bottom:#3c65a4 solid 2px;
	color: #FFF;
}
a.menu:hover{
	background-color:#ff9900;
	width:200px;
	height:auto;
	padding:4px;
	border-right:#f3441b solid 2px;
	border-bottom:#f3441b solid 2px;
	color: #FFF;
}
a.menu:visited{
	background-color:#00378b;
	color:#FFF;
	width:200px;
	height:auto;
	padding:4px;
	border-right:#3c65a4 solid 2px;
	border-bottom:#3c65a4 solid 2px;
}
a.menu:active{
	background-color:#ff9900;
	width:200px;
	height:auto;
	padding:4px;
	border-right:#f3441b solid 2px;
	border-bottom:#f3441b solid 2px;
	color: #FFF;
}
img{
	border:0px;
}
.hellblau{
	background-color:#3c65a4;
	display:block;

}
.weiss{background-color:#FFF;}
.no-border{
	margin:0px:
	}
#twitter{
	float:right;
	margin-left:20px;}
.floatright{float:right;
margin:0 0 10px 10px;}

ul.navi{
	list-style-type:none;
	padding:0;
	margin:0;}
table.tours{
	margin:-15px 0 0 0;
	padding:0 0 0 0;}
