@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #002254;
	color: #000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.linksumfliessend {
	float: left;
	margin: 0 25px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #b51212;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #b51212;
	text-decoration: underline;
}
#footer a,
#footer a:visited {
	color: #ccc;
	outline: none;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: normal !important;
	margin: 0;
	padding: 0;
}
h1 {
	color: #002254;
	font-size: 14px;
	margin: 0 0 1em 0;
}
h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	margin: 1.83em 0 .2em 0;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
#header p {
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 1em 0 1em 15px;
	padding: 0;
}
#content ul li {
	margin: 0;
	list-style: disc;
	padding: 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper[id] { /* Non IE */
    height:auto;
    min-height:100%;
}
#wrapper {
	background: #f2f4f6;
	border: solid #fff;
	border-width: 0 10px;
	margin: 0 auto;
	padding: 0;
   	position: relative;	
	text-align: left;
	width: 880px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	height: 100%; /* IE */
   	min-height:100%;
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #f2f4f6 url(gfx/containerterminal.jpg) no-repeat 0 0;
	border-bottom: 10px solid #fff;
	float: left;
	height: 365px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.logo {
	margin: 0 0 0 33px;
	padding: 0;
}
#navigation {
	float: left;
	margin: 0 0 0 33px;
	padding: 0;
	width: 200px;
}
#container {
	float: left;
	margin: 0;
	padding: 0 0 40px 0;
	width: 100%;
}
#content {
	float: right;
	margin: 0;
	line-height: 1.5em;
	padding: 32px 40px 25px 0;
	/*text-align: justify;*/
	width: 560px;
}
#footer {
	background: #002254;
	border-top: 10px solid #fff;	
	bottom: 0px;
	clear: both; 
	color: #ccc;
	font-size: 11px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	position: absolute;
	text-align: left;
	width: 880px;
}
#footer p {
	margin: 0 0 0 30px;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	color: #002254;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	padding: 22px 0 15px 0;
	width: 200px;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	background: url(gfx/bg_navitem.png) no-repeat 0 11px;
	color: #002254;
	display: block;
	padding: 6px 0 6px 15px;
	text-decoration: none;
	width: 185px;
}
ul#menu li a:hover {
	background: url(gfx/bg_navitem.png) no-repeat 0 -61px;
	color: #b51212;
	text-decoration: none;
}
ul#menu li a.selected {
	background: url(gfx/bg_navitem.png) no-repeat 0 -61px;
	font-weight: bold;
}