* { margin: 0;
    padding: 0;
	border: none;
	color: #000000;
	text-align: justify;
	text-decoration:none;
	font-family:"Arial";
	font-size:11pt;
	font-weight:normal;
	}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;}

body { background-color: #fffbec;
		}

/*		            */
/*     Inhalte      */
/*		            */

#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:800px;
  height:600px;
  margin-left:-400px;
  margin-top:-300px;

  background-image: url('img/background.jpg');
}

#text_mitte {
	position:absolute;
	top:50%;
	left:50%;
	width:150px;
	height:50px;
	margin-left: -100px;
	margin-top:-250px;
	text-align: right;
}

#text_mitte a {
	color: #FF3300;
	font-size: 16px;
	font-weight:bold;
}

#image {
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:400px;
    margin-left:-300px;
  	margin-top:-200px;
}

#content {
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:400px;
    margin-left:-300px;
  	margin-top:-220px;

  	font-size:11pt;
}

#content h1 {
  	font-size:13pt;
	font-weight:bold;
	margin: 0 0 15px 0;
}

#content2 {
	position:absolute;
	top:50%;
	left:50%;
	width:680px;
	height:400px;
    margin-left:-340px;
  	margin-top:-240px;

  	font-size:11pt;
}

#navigationsleiste {
  position:absolute;
  top:50%;
  left:50%;
  width:600px;
  height:50px;
  margin-left:-300px;
  margin-top:+200px;
}

#zusatz {
  position:absolute;
  top:50%;
  left:50%;
  width:150px;
  height:50px;
  margin-left:+200px;
  margin-top:-250px;

  text-align: right;
}

#button_links {
  position:absolute;
  top:50%;
  left:50%;
  width:150px;
  height:50px;
  margin-left:-350px;
  margin-top:-60px;
}

#button_rechts {
  position:absolute;
  top:50%;
  left:50%;
  width:150px;
  height:50px;
  margin-left:+310px;
  margin-top:-60px;
}

#counter {
  position:absolute;
  top:50%;
  left:50%;
  width:80px;
  height:15px;
  margin-left:+288px;
  margin-top:+243px;
}


/*		            */
/*      Fonts       */
/*		            */

.boldfont{
	color: #000000;
	text-decoration:none;
	font-family:"Arial";
	font-size:11pt;
	font-weight:bold;
}

.impressumfont{
	color: #000000;
	text-decoration:none;
	font-family:"Arial";
	font-size:10pt;
	font-weight:normal;
}

/*		            */
/*    Menülinks     */
/*		            */

#menu{
	position: relative;

	width: 700px;
	height: 50px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
}


li a { display:block; padding: 0 15px 0 15px; height: 50px; color: #000000; text-decoration:none; font-family:"Arial"; font-size:11pt; font-weight:normal; text-align: center;}
li a:link{ display:block; color: #000000; text-decoration:none; font-weight:normal;}
li a:visited{ display:block; color: #000000; text-decoration:none; font-weight:normal;}
li a:active{ display:block; color:#000000; text-decoration:none; font-weight:normal;}
li a:hover{ display:block; color:#000000; text-decoration:none; font-weight:bold;}


/*		            */
/*    Textlinks     */
/*		            */
a { color: #000000; text-decoration:none; font-family:"Arial"; font-size:10pt; font-weight:normal; }
a:link{ color: #000000; text-decoration:none; font-weight:normal;}
a:visited{ color: #000000; text-decoration:none; font-weight:normal;}
a:active{ color:#000000; text-decoration:none; font-weight:normal;}
a:hover{
	color: #000000;
	font-weight:normal;
	text-decoration:underline;
}


