/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color:#000073;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
p, div, li {
	color:#000073 !important;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:auto;
	width:800px;
}
#Header {
    height:99px;
}
div#Menue1div {
    float:left;
    width:;
}

#Menu1 {
    position:absolute;
    width:180px;
    background:url(../images/bg.left.jpg);
    min-height:500px;
    height:100%;
}
#Menu1 li {
	margin-left:2px;
}
#Menu1 li.current,
#Menu1 li.section {
}
#Menu1 li a {
	display:block;
	color:#000073;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 15px;
}
#Menu1 li a:hover {
	color:#99f3ff;
}
#Menu1 li.current a,
#Menu1 li.section a {
	color:#d2ebff;
}

#ContentContainer {
    background:url(../images/bg.default.jpg) repeat-y 180px 761px;
    position:absolute;
    width:800px;
}

#Content, #ContentStart {
    float: left;
    width:600px;
    padding:10px;
    margin-left:180px;
    min-height:500px;
    height:100%;
}
#ContentStart {
	background:url(../images/ship.2.jpg) no-repeat center center;
}

#Footer {
	background:#015581;
	clear:both;
	text-align:right;
	padding-right:20px;
}
#Footer span {
	color:#ccc;
	font-size:1.1em;
	line-height:2em;
	font-weight:bold;
	padding-left:20px;
}
#Footer a {
	color:#fff;
}
#Footer a:hover {
	text-decoration:none;
}

.menueOrg {
    padding:3px 0px 0px 0px;
    min-height:30;
    text-align:right;
    float:left;
    width:800px;
    background-color:white;
}
.translations {
    margin-right:10px;
}
.translations a {
    color:#000073;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
}
div.translations {
    float:left;
}
