html, body {
	height: 100%;	
}
body {
	background-repeat: repeat-x;
	background-color: #008ae1;
	font-size: 12px;
	color: #555555;
}
.main_table {
	width: 750px;
	min-height: 100%;
	margin: auto;
}
.left {
	width: 15px;
	background-image: url(images/links.png);
}
.header, #navi, .main, .footer {
	background-color: #ececec;
	width: 620px;		
}
.header {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 128px;
}
.nav {
  display:block;
  float:left;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#143D55;
	width:720px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
	}

#dolphinnav ul{
	margin:0 0 0 80px;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}

#dolphinnav ul li{
	display:block;
	float:left;
	margin:0 1px;
	}

#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	}

#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	}

#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
	}

#dolphinnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
	}

#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
	}
/* ---------------------- END Dolphin nav ---------------------- */

.main {
	padding-left: 0px;
}
.right {
	width: 15px;
	background-image: url(images/rechts.png);
}
#loader {
  	display:none;
}
.home {
	text-align: center;
}
.info {
	background-image: url(images/info.png);
	margin: auto;
	width: 300px;
	height: 80px;
	padding-top: 35px;
	padding-left: 90px;
	background-repeat: no-repeat;
}
input.upload {
	padding:0px 2px 0px 2px;
	border:1px solid #d0d0d0;
	background-color:white;
	width: 400px;

}
.footer {
	height: 29px;
	vertical-align: top;
	text-align: center;

}
.footer a {
	color: #9d9d9d;
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}