

/*Elemente*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

html {
	text-align: center;
}

body {
	width: 1024px;
	background-color: #090A0A;
}

img {
    border: none;
	}

h1 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 20px;
	color: #dda25b;
	font-weight: bold;
}

td {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 13px;
	color: #8A5D34;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 16px;
	color: #8A5D34;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 13px;
	color: #8A5D34;
	font-weight: normal;
}


a:link { 
	color: #7e9a2b;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #7e9a2b;
	text-decoration: underline;
}

a:visited {
	color: #7e9a2b;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #7e9a2b;
	font-weight: normal;
	text-decoration: underline;
}


a.l2:link { 
	color: #132344;
	font-weight: normal;
	text-decoration: none;
}

a.l2:active {
	color: #132344;
	text-decoration:  none;
}

a.l2:visited {
	color: #132344;
	font-weight: normal;
	text-decoration: none;
}

a.l2:hover {
	color: #132344;
	font-weight: normal;
	text-decoration:  none;
}

p {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #dda25b;
}

#header {
	width: 1024px;
	height: 226px;
	background-image:url(../grafik/as/flow.png);
	background-repeat: repeat-x;
	/**background-position: 0 24;**/
	top: 0;
	border-top: 1px solid #895e34;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}	

#headlogo {
	width: 200px;
	height: 191px;
	position: absolute;
	top: 0;
	background-image:url(../grafik/as/logor.png);
}	

#head1 {
	width: 1024px;
	height: 226px;
	position: absolute;
	top: 0;
	background-image:url(../grafik/as/h1.png);
	background-repeat: repeat-x;
	background-position:0;
	overflow:hidden;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}	

#head2 {
	width: 1024px;
	height: 226px;
	position: absolute;
	top: 0;
	background-image:url(../grafik/as/h2.png);
	background-repeat: repeat-x;
	background-position:0;
	overflow:hidden;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}	

#head3 {
	width: 1024px;
	height: 226px;
	position: absolute;
	top: 0;
	background-image:url(../grafik/as/h3.png);
	background-repeat: repeat-x;
	background-position:0;
	overflow:hidden;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}	

#head4 {
	width: 1024px;
	height: 226px;
	position: absolute;
	top: 0;
	background-image:url(../grafik/as/h4.png);
	background-repeat: repeat-x;
	background-position:0;
	overflow:hidden;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
	/**cursor: crosshair;**/
}	


#game {
	width: 1024px;
	height: 226px;
	position: absolute;
	top: 0;
	overflow:hidden;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
	/**cursor: crosshair;**/
}	


#menustrip {
	width: 1024px;
	height: 24px;
	/**background-color: #FFFFD9;**/
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
	top: 0;
	position: absolute;
	z-index: 10;
}	

#blocksatz {
	text-align: justify;
	}
		 
#footer {
	position: relative;
	bottom:0;
	height: 60px;
	text-align: center;
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	font-weight: bolder;
	color: #8A5D34;
	width: 1024px;
	background-position:bottom;
	background-image: url(../grafik/as/bg2.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
	border-bottom: 1px solid #895e34;
}
				 
#content {
	position: relative;
	height: 600px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	width: 1024px;
	margin-right:auto;
	margin-left:auto;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}	

#strip {
	position: absolute;
	height: 44px;
	width: 1024px;
	background-image: url(../grafik/as/bg2.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #895e34;
	border-left: 1px solid #895e34;
}

#pfeil_l {
	position: absolute;
	left:360px;
	top:460px;
	text-align: left;
}

#pfeil_r {
	position: absolute;
	right:360px;
	top:460px;
	text-align: right;
}



