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

body{
	margin:0;
	padding:0;
	background-image:url(../images/bg_classic.jpg);
	background-repeat:no-repeat; 
	background-position:center center;
  	background-attachment:fixed;
	background-size:cover;
	background-color:#112840;
	font-family: "Helvetica", Arial, "Lucida Grande", sans-serif;
	font-size: 1.5em;
	}


@font-face {
    font-family: 'ballparkweiner';
    src: url('../font/ballpark-webfont.eot');
    src: url('../font/ballpark-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ballpark-webfont.woff') format('woff'),
         url('../font/ballpark-webfont.ttf') format('truetype'),
         url('../font/ballpark-webfont.svg#ballparkweiner') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0px;
	padding:0px;
  }

div{
	font-size:14px;
	text-align:left;
	color:#333
}

.container{
	width:960px;
	text-align:left;
	margin:0 auto;
	box-shadow: 0px 0px 6px #00142B;
}

.banner{
	width:900px;
	text-align:left;
	margin:0 auto;
	
}

.content{
		background-color:#FFF;
		width:959px;
		height:auto;
		padding: 10 10 10 10;
		margin-top:-5px;
		
		}
		
p{
	margin-left:30px;
	width:460px;
 }
 
table{
	margin-left:10px;
	width:600px;
}
 
h1{
	margin-left:30px;
	font-size:2em;
	font-weight:bold;

	color:#404D61;
  }
  
ul{
	color:#0F0;
  }
  
.unterseite{
	margin-left:45px;
	width:430px;
	color:#333;
}

.unterseite2{
	margin-left:45px;
	width:860px;
	color:#333;
}


  
p.foot a:link { font-weight:regular; color:black; text-decoration:none; }
p.foot a:visited { font-weight:regular; color:black; text-decoration:none; }
p.foot a:focus { font-weight:bold; color:black; text-decoration:underline; }
p.foot a:hover { font-weight:bold; color:black; text-decoration:none; }
p.foot a:active { font-weight:bold; color:blue; text-decoration:underline; }