@charset "UTF-8";
/* CSS Document */

a
{
  color               : #ffffff;
  text-decoration:none;
}

a:hover
{
  color               : #005d73 !important;
  text-decoration:none;
}

#javascript_alert
{
  position            : absolute;
  top                 : 0px;
  width               : 100%;
  text-align          : center;
  background-color    : yellow;
  margin              : 0px auto;
  font-size           : 1.5em;
  color               : red;
  z-index             : 99;
}


/* MAIN CLASSES */
body
{
  background-image   : url(../image/bg.png);
	background-repeat  : repeat-x;
	background-color   : #00a0c6;
	width              : 100%;
	height             : 100%;
	margin             : 0;
	padding            : 0;
	margin-top         : 25px;
	font-family        : Verdana, Tahoma, Helvetica;
	font-size          : 11px;
	color              : white;
}
.clear {
	clear              : both;
}

.line
{
  height             : 6px !important;
}

.left {
	float              : left;
}
.right {
	float              : right;
}
/* OTHER CLASSES */
.main {
	width              : 600px;
	margin             : 0 auto;
}
.main .logo {
	display            : block;
	margin             : 0 auto;
}
.logo
{
  height              : 39px !important;
}

.menu {
	display            : block;
	margin             : 5px auto;
  margin-top         : 350px;
	width              : 130px;
	text-align         : center;
  color              : #ffffff;
}

.menu:hover {
	color: #005d73;
}
.menu img {
	margin: 2px 10px 0 10px;
}
.container {
	/*margin-top:450px; */
	display: block;
  color:#484a4a;
  width: 400px !important;
  margin-left:-130px;
}
.black_content {
  position: relative;
	margin-top:-25px;
	margin-left:-100px;
	width:900px;
	height:490px;
	background-image:url(../image/black_content.png);
	background-repeat:no-repeat;
	display: block;
  z-index:-50;
}
.cooming {
	margin-top:0px;
	margin-left:28px;
	width:643px;
	height:171px;
  background: transparent url(../image/cooming_soon.png) no-repeat center top;
	display: block;
}
.polaroids {
	position:static;
	margin-top: 0px;
	margin-left:0px;
	width:600px;
}
.facebook {
	padding-top:5px;
	padding-left:120px;
	font-size:13px;
	font-family:Arial;
	color:#484a4a;
	width:643px;
	height:31px;
	display: block;
}
.facebook, x:-moz-any-link, x:default { padding-top:20px; } /* FireFox 3 */
.facebook img
{
  position: relative;
  bottom:-1px;
}

.facebook span, .facebook a
{
  color:#484a4a;
  text-decoration:underline;
}
.facebook span, .facebook a:hover
{
  color:#484a4a;
  text-decoration:none;
}

.content {
	background-repeat:repeat-x;
	display: block;
}
.upline {
  position: relative;
	margin-left:-100px;
	margin-top:19px;
	display: block;
  z-index: 20;
}
.container td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.container table {
	width:350px;
	margin: 0px auto;
  border: 0px;
  border: none;
  border-collapse: collapse;

}

.container a
{
  color: #484a4a;
  text-decoration: underline;
}

.container a:hover
{
  color: #484a4a;
  text-decoration: none;
}


ul#index_cards {
	margin-top:-350px;
	text-align:center;
}

ul#index_cards li {
	height:13px;
	width:-10px;
	display:inline;
	float:left;
	position:relative;
}


ul#index_cards li img {
	margin-top:7px;
}

ul#index_cards li p {
	margin-top:4px;
	text-align:left;
	line-height:28px;
}


.impressumTable
{
margin-left: 190px !important;
border-collapse: collapse;
}

/* job */
div.job {
	position: absolute;
	width: 132px;
	height: 138px;
	margin-top: 4px;
	margin-left: 569px;
}
div.job a {
	display: block;
	width: 132px;
	height: 138px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/need-a-job.png) 0 0 no-repeat;
}
/* /job */