

/*############################################################*/
/* Allgemeine Tag Eigenschften                                */
/*############################################################*/
* {
margin: 0;
padding: 0;
}
body {
background:url(img/layout/bg_body.jpg) repeat;
}

/*############################################################*/
/* Seitenaufbau                                               */
/*############################################################*/
#wrapper 
{
background-color: #FFF;
width: 990px;
border:1px solid #BFBFBF;
position: relative;
left: 50%;
margin-left: -495px;
}
#header {
clear: both; 
height:165px;
}
#content{
clear: both; 
}
#footer{
clear: both; 
}
/*############################################################*/
/* Inhaltsboxen				                                                           */
/*############################################################*/

.headerTop {
background: url(img/layout/bg_header.jpg) no-repeat;
border: 0px;
height: 125px;
}
.headerNavi {
background: url(img/layout/bg_navi.jpg) repeat;
border: 0px;
height: 40px;
}

.contentSpacerV {
float: left;
border: 0px solid;
width: 5px;
height: 5px;
}
.contentSpacerRightV {
float: right;
border: 0px solid;
width: 5px;
height: 5px;
}
.contentSpacerH {
clear: both;
border: 0px solid;
height: 5px;
width: 5px;
}
.contentFull {
border: 0px;
}
.contentHalf {
float: left;
border: 0px;
width: 490px;
}
.contentWerbungText{
float: left;
border: 0px;
width: 780px;
}
.contentWerbungImage{
float: left;
border: 0px;
width: 200px;
}
.footer {
border: 0px;
}
/*############################################################*/
/* sonstige Boxen					                                              */
/*############################################################*/
.naviBox {
float: left;
border: 0px solid;
background: url(img/layout/bg_navibutton.jpg) repeat;
height: 20px;
}
.naviBoxAktiv {
float: left;
border: 0px solid;
background: url(img/layout/bg_navibutton_aktiv.jpg) repeat;
height: 20px;
}
.naviBoxAktion {
float: left;
border: 0px solid;
background: url(img/layout/bg_navibutton_aktion.gif) repeat;
height: 20px;
}
.naviBoxRight {
float: right;
border: 0px solid;
background: url(img/layout/bg_navibutton.jpg) repeat;
height: 20px;
}
.naviBoxRightAktiv {
float: right;
border: 0px solid;
background: url(img/layout/bg_navibutton_aktiv.jpg) repeat;
height: 20px;
}
.textBox {
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
background-color: #FAFAFA;
margin-left: 5px;
margin-right: 5px;
}
.Box {
float: left;
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
margin-left: 5px;
margin-right: 5px;
}
.Box25 {
float: left;
width: 25px;
}
.Box50 {
float: left;
width: 50px;
}
.Box60 {
float: left;
width: 60px;
}
.Box90 {
float: left;
width: 90px;
}
.Box100 {
float: left;
width: 100px;
}
.Box150 {
float: left;
width: 150px;
}
.Box155 {
float: left;
width: 155px;
}
.Box160 {
float: left;
width: 160px;
}
.Box200 {
float: left;
width: 200px;
}
.Box245 {
float: left;
width: 245px;
}
.Box250 {
float: left;
width: 250px;
}
.Box255 {
float: left;
width: 255px;
}
.Box275 {
float: left;
width: 275px;
}
.Box300 {
float: left;
width: 300px;
}
.Box320 {
float: left;
width: 320px;
}
.Box355 {
float: left;
width: 355px;
}
.Box375 {
float: left;
width: 375px;
}
.Box390 {
float: left;
width: 390px;
}
.Box400 {
float: left;
width: 400px;
}
.Box500 {
float: left;
width: 500px;
}
.Box515 {
float: left;
width: 515px;
}
.Box555 {
float: left;
width: 555px;
}
.Box590 {
float: left;
width: 590px;
}
.Box600 {
float: left;
width: 600px;
}
.Box690 {
float: left;
width: 690px;
}
.Box700 {
float: left;
width: 700px;
}
.Box725 {
float: left;
width: 725px;
}
.Box750 {
float: left;
width: 750px;
}
.Box755 {
float: left;
width: 755px;
}
.Boxbc {
float: left;
text-align: center;
width: 245px;
border: 1px solid #CCCCCC;
font-family: arial;
font-size: 16px;
}

.LoginBox {
float: left;
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
margin-left: 5px;
margin-right: 5px;
width: 300px;
}

.LoginBoxRight {
float: left;
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
margin-left: 5px;
margin-right: 5px;
width: 180px;
}

.page {
float: left;
background: url(img/layout/seite.gif);
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
}

/*############################################################*/
/* Seitengestaltung				                                              */
/*############################################################*/
p, li {
color: #7A7A7A;
font-size: 12px;
font-family: arial, tahoma, sans-serif;
padding: 5px;
line-height: 16px;
text-align: justify;
}
p.navibutton {
color: #000000;
font-size: 12px;
font-family: arial, tahoma, sans-serif;
margin-left: 2px;
margin-right: 2px;
line-height: 12px;
}
p.pagenavi {
color: #7A7A7A;
font-size: 12px;
font-family: arial, tahoma, sans-serif;
padding: 2px;
text-align: center;
}
textarea, input {
border: 1px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
color: #7A7A7A;
font-size: 12px;
font-family: arial, tahoma, sans-serif;
}
.headline {
font-size: 18px;
line-height: 22px;
}
.smallText {
font-size: 10px;
line-height: 14px;
}
h1 {
font-family: arial, tahoma, sans-serif;
font-size: 18px;
line-height: 22px;
color: #7A7A7A;
padding: 5px;
font-weight: normal;
}
h2 {
font-family: arial, tahoma, sans-serif;
font-size: 16px;
line-height: 20px;
color: #7A7A7A;
padding: 5px;
font-weight: normal;
}
h3 {
font-family: arial, tahoma, sans-serif;
font-size: 12px;
line-height: 16px;
color: #7A7A7A;
padding: 5px;
font-weight: normal;
}

img {
border: 0px;
}

.magazinThumb{
border: 0px solid #CCCCCC;
-moz-border-radius:5px;
-khtml-border-radius:10px;
}

ul {
margin-left: 25px;
}

a:link { color: #7A7A7A; font-weight: normal; text-decoration: none }
a:visited { color: #7A7A7A; font-weight: normal;  text-decoration: none }
a:hover { text-decoration:none; font-weight: normal;  color:#000000;}

a.video:link { color: #000000; font-weight: normal; text-decoration: none; font-style:italic; }
a.video:visited { color: #000000; font-weight: normal;  text-decoration: none; font-style:italic; }
a.video:hover { text-decoration:none; font-weight: normal;  color:#FFCC00; font-style:italic;}

a.magazin:link { color: #7A7A7A; font-weight: bold; text-decoration: none }
a.magazin:visited { color: #7A7A7A; font-weight: bold;  text-decoration: none }
a.magazin:hover { text-decoration:none; font-weight: bold;  color:#000000;}

a.navibutton:link { color: #000000; font-weight: normal; text-decoration: none }
a.navibutton:visited { color: #000000; font-weight: normal;  text-decoration: none }
a.navibutton:hover { text-decoration:none; font-weight: normal;  color:#000000; background-color:#FDAC03;}

