/* Allgemein */
body {
font-family: arial;
font-size: 12px;
}

h1 {
font-size: 42px;
color: white;
font-weight: normal;
background-image: url(layout/h1.png);
background-repeat: no-repeat;
background-position: 0px 8px;
padding-left: 40px;
position: relative;
left: -42px;
margin-top: 20px;
margin-bottom: 10px;
}

* html body hr {
margin-top: 0px;
margin-bottom: 0px;
}

*:first-child+html hr {
margin-top: 0px;
margin-bottom: 0px;
}

p {
 margin: 0px;
}

a {
font-weight: bold;
color: #333333;
text-decoration: none;
}

hr {
color: #e5e5e5;
background-color: #e5e5e5;
border: 1px dashed #666666;
border-style: none none dashed;
margin-top: 10px;
margin-bottom: 10px;
}

div.top {
float: left;
height: 213px;
width: 100%;
background-image: url(layout/top_right.png);
}

div.top_left {
float: left;
width: 284px;
height: 100%;
background-image: url(layout/top_left.png);
}

div.top_mid {
float: left;
width: 845px;
height: 100%;
}

div.header_top {
width: 845px;
height: 184px;
background-image: url(layout/header_top.jpg);
}

div.header_menu {
width: 815px;
height: 29px;
padding-left: 18px;
padding-top: 8px;
background-image: url(layout/header_menu.png);
}



div.top_right {
float: left;
height: 100%;
}

div.mid {
float: left;
width: 100%;
background-image: url(layout/mid_right.png);
height: 483px;
background-repeat: repeat-x;
}

.mid {
   min-height:483px;
   height:483px;
}

div[class] .mid {
height:auto;
}

div.mid_left {
float: left;
width: 284px;
height: 483px;
}

div.picplayer {
width: 284px;
height: 214px;
background-image: url(layout/picplayer.jpg);
}

div.slogan {
width: 284px;
height: 269px;
background-image: url(layout/mid_left.png);
}

div.content {
float: left;
width: 385px;
background-color: #e5e5e5;
padding-left: 68px;
padding-right: 28px;
}

.content {
   min-height:483px;
   height:483px;
}

div[class] .content {
height:auto;
}

div.mid_right {
float: left;
height: 483px;
width: 364px;
background-image: url(layout/right.jpg);
}

div.bottom {
float: left;
width: 100%;
background-image: url(layout/bottom_right.png);
height: 200px;
}

div.bottom_left {
float: left;
height: 200px;
width: 284px;
background-image: url(layout/bottom_left.png);
}

div.bottom_mid {
float: left;
height: 200px;
width: 845px;
background-image: url(layout/bottom_mid.png);
}

img.logo {
position: absolute;
left: 936px;
top: 86px;
}

div.adresse {
position: absolute;
left: 785px;
top: 640px;
width: 150px;
}

hr.adresse {
color: #fff;
background-color: #fff;
border: 1px dashed #ee7e01;
border-style: none none dashed;
margin-left: 0px;
width: 135px;
margin-bottom: 8px;
}

* html body hr.adresse {
width: 148px;
margin-left: -16px;
margin-top: 0px;
margin-bottom: 0px;
}

*:first-child+html hr.adresse {
width: 138px;
margin-left: -16px;
margin-top: 0px;
margin-bottom: 0px;
}

/* Menu */
a.menu:link, a.menu:visited {
color: #0f1b5f;
font-weight: bold;
text-decoration: none;
margin-right: 6px;
}

a.menu:active, a.menu:hover {
color: #2f3d8f;
font-weight: bold;
text-decoration: none;
margin-right: 6px;
}
