@charset "utf-8";

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
    margin: 0;
    padding: 0;
}
                                                
body {
    text-align: center; /* F?r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div {                                                                                                      
    text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksb?ndig ausgerichtet sind */
}

#header {
    height: 200px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#teaser {
    width: 630px;
    height: 160px;
    margin: 50px 20px 20px 78px;
    border: 1px solid #9C0059;
}

#quicklinks {
    width: 200px;
    height: 140px;
    margin-top: 50px;
    padding: 10px;
    border: 1px solid #9C0059;
    line-height: 1.55;
    background-color: #fff;
}

#content {
    width: 610px;
    height: 290px;
    margin: 0px 2px 20px -652px;
    padding: 10px;
    line-height: 1.45;
    border: 1px solid #9C0059;
    background-color: #fff;
}

#quickinfos {
    width: 200px;
    height: 290px;
    padding: 10px;
    border: 1px solid #9C0059;
    line-height: 1.75;
    background-color: #fff;
}

#sponsoren {
    width: 873px;
    height: 63px;
    margin: 315px 0px 10px 78px;
}

#impressum {
    width: 873px;
    margin: 0px 0px 10px 78px;
    text-align: right;
    font-size: 10px;
}

#tweets {
    float: left;
    width: 300px;
    height: 493px;
    margin: 50px 0px 0px 1000px;
	position: fixed;
}

div.tweeties {
	line-height: 1.3;
	font-size: 10px;
    color: #999;
}

a.tweeties:link {
	color: #999;
	text-decoration: none;
}

a.tweeties:visited {
	color: #999;
	text-decoration: none;
}

a.tweeties:hover {
	color: #999;
    text-decoration: underline;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

hr {
    border: 0px; /* F?r Firefox und Opera */
    border-top: 1px solid #9C0059;
    border-bottom: 0px solid #FFFFFF; /* F?r I.Explorer (Seiten-Hintergrundfarbe!) */
}

checkbox, input, radio, select, textarea, submit {
  font-family: Verdana, sans-serif;
  background-color: #f0f0f0;
  border: 1px solid #616D16;
  color: #000;
  font-size: 10px;
}

div, td {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: justify;
    color: #000;
    font-size: 11px;
}

h1 {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: justify;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

h2 {
    font-family: Verdana, sans-serif;
    color: #333;
    font-size: 9px;
    font-weight: 400;
    display: inline;
}

