html {
}

body {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-position:top;
text-align:center;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/* Formatierung rosa und weißer Streifen oben BEGIN */
.top {
position:relative;
margin:auto;
width:799px;
height:24px;
background-image:url(../images/top.gif);
background-repeat:no-repeat;
background-position:right;
}

.top2 {
position:relative;
margin:auto;
width:799px;
height:19px;
background-image:url(../images/top2.gif);
background-repeat:no-repeat;
background-position:top;
}
/* Formatierung rosa und weißer Streifen oben END */ 

/* Formatierung Menübereich BEGIN */
.menu {
position:relative;
margin:auto;
width:799px;
height:21px;
}

.menu_table {
}

.menu img {
border:none;
}

.menu_blank {
width:178px;
height:21px;
background-image:url(../images/menu_blank.gif);
background-repeat:no-repeat;
background-position:top;
}
/* Formatierung Menübereich END */

/* Formatierung Headerbereich BEGIN */
.top3 {
position:relative;
margin:auto;
width:799px;
height:185px;
}
/* Formatierung Headerbereich END */

/* Formatierung Contentbereich BEGIN */
.content_container {
clear:both;
position:relative;
margin:auto;
width:799px;
padding-bottom:35px;
background-image:url(../images/bg_main.gif);
background-repeat:repeat-y;
background-position:top;
}

.content_img {
float:right;
width:161px;
margin-top:40px;
margin-right:10px;
}

.content_text {
width:520px;
text-align:left;
margin-left:74px;
}

* html .content_text { /* Hack für Internet Explorer */
margin-left:53px;
}

*:first-child+html .content_text { /* Hack für Internet Explorer */
margin-left:39px;
}

.content_text img {
border:none;
}

.content_text a {
color:#f89777;
text-decoration:none;
}

.content_heading {
height:55px;
margin-bottom:35px;
padding-left:74px;
text-align:left;
}
/* Formatierung Contentbereich END */

/* Formatieung Standardüberschriften BEGIN */
h1 {
margin-bottom:-8px;
color:#333399;
font-weight:bold;
font-size:14px;
}

h2 {
margin-bottom:-8px;
color:#333399;
font-weight:normal;
font-size:12px;
}

h3 {
margin-bottom:-8px;
font-weight:normal;
font-size:12px;
text-decoration:underline;
}
/* Formatieung Standardüberschriften END */

/* Formatierung Footer BEGIN */
.footer {
position:relative;
margin:auto;
width:799px;
height:30px;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
background-position:top;
color:#ffffff;
text-align:right;
padding-top:10px;
padding-right:10px;
}
/* Formatierung Footer END */
