/* This is the Stylesheet for the Baumann HP */

/* general settings  */

body{
/* Ränder Margins */
   margin-top:15px;
   margin-bottom:0px;
}

#pageFrame
{
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   width:808px;
   border-collapse:collapse;
   border-style:dotted;
   border-width:1px 1px 1px 1px;
   border-color:#a19fa3;
}

img{
   display: block;
   border:0;
}

p{
   margin-left:0;
   margin-right:0;
   margin-bottom:15px;
   margin-top:0;
   padding:0;
}

#mainNav td{
   border-collapse:collapse;
   border-style:dotted;
   border-color:#a19fa3;
   empty-cells:show;
}

#homeLink td{
   border-collapse:collapse;
   border-style:dotted;
   border-color:#a19fa3;
   empty-cells:show;

}

#subNav{
   height:404px;
   vertical-align:top;
   text-align:left;
   padding-left: 14px;
}
.whiteSpace{
   height:50px;
   width:1px;
}

#content {
   padding-right:10px;
   height:404px;
   vertical-align:top;
   text-align:center;
   font-weight:bold;
   font-family:Helvetica;
   color:#58585a;
   font-size:12px;
   line-height: 150%;
}

#content a {
   text-decoration:none;
   font-weight:bold;
   font-family:Helvetica;
   color:#cd171e;
   font-size:12px;
   line-height: 150%;
}

.h1{
   font-size:14px;
}

.red{
   color:#cd171e;
}
.smallText {
   font-size:11px;
   line-height: 130%;
}


