/*//////////////////////// ALLGEMEIN //////*/


* {
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%; /* Required */
	align: center;
}

body {
	background:#A51955;
  	background-image:url(images/footerlinie.gif);
  	background-repeat: repeat-x;
  }
 

/*//////////////////////// DIV KLASSEN //////*/

#container-page {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#container-head {
  background: #FFFFFF;
}

#head {
  padding-left: 0px;
}

#container-content {
  padding: 0em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#container-foot {
}

#foot {
  margin: 0 auto;
  width: 955px;
}

#bierdeckel {
  text-align: right;
  padding-right: 30px;
  position: relative;
  top: -20px;
}

#mitlinks {
  padding-left: 5px;
  position: relative;
}


/*//////////////////////// HEADER KLASSEN //////*/

h1, h2, h3{font-family: Arial, Helvetica, sans-serif;
	color: #FFD400;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration:none; 
	line-height: 21px;
}


h1 { font-size: 17px; }
h2 { font-size: 15px; }



/*//////////////////////// FONT KLASSEN //////*/

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
a:link { text-decoration:underline; color: #000000; }
a:visited { text-decoration:underline; color: #000000; }
a:hover { text-decoration:none; color: #D11242; }
a:active  { text-decoration:none; color: #D11242; }


.footer {
	padding-left: 50px;
	color: #DC4361
}
a.footer:link { color: #DC4361; text-decoration: none;}
a.footer:visited { color: #DC4361; text-decoration: none;}
a.footer:hover { color: #FFFFFF; text-decoration: underline;}
a.footer:active { color: #FFFFFF; text-decoration: none;}

