@font-face {
    font-family: 'RotisSansSerifRegular';
    src: url('/_css/rb______-webfont.eot');
    src: url('/_css/rb______-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_css/rb______-webfont.woff') format('woff'),
         url('/_css/rb______-webfont.ttf') format('truetype'),
         url('/_css/rb______-webfont.svg#RotisSansSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "utf-8";

html
{

 margin:0px;
 padding:0px;
}

body
{
 font-family:  'RotisSansSerifRegular', Futura, Verdana, Helvetica, Arial, Univers, sans-serif;
 font-size:32px; line-height:130%; text-align:left; font-weight:normal;
 color:#000000;

}


.body_print{
 margin-top:10px;
 padding:0px;
}


/*
---------------------------------------------------------------------------
GRUNDGERÜST DER WEBSITE
---------------------------------------------------------------------------

*/




#BoxGESAMT
{
 margin-top:0px;
 width:919px;
 text-align:center;


 }

 #BoxWrapper
{ 
 color: #000000;
 background-color:inherit;
 float:left;
 width:919px;

 }

#BoxTop
{
 width:919px;
 background-color:inherit;
 float:left;

}

#BoxContent
{
 float:left;
 color:#000000;
 font-size:120%;
 padding:0px;
 width:978px;
 text-align:left;
 background-color:inherit;
}

#BoxContentLeft
{
 float:left;
 width:575px;
 background-color:inherit;
}
#BoxContentRight
{
 float:right;
 width:403px;
 background-color:inherit;
}



#BoxFooter
{
 margin-top:40px; 
 width:919px;
 font-size:140%;
 line-height:150%;
 color:#000000;
 background-color: inherit;
 font-weight:normal;
}


#BoxImprint
{
 font-size:120%;
 line-height:150%;
 color:#000;
 background-color: inherit;
 text-align:justify;
}

h2
{
 font-size:110%;
 color:#0094aa;
 background-color: inherit;
 font-weight:bold;
}

h3
{
 font-size:100%;
 color:#000;
 background-color: inherit;
 font-weight:bold;
}



A.LnkContent:link,
A.LnkContent:visited,
A.LnkContent:active
{
 color:#000000;
 background-color: inherit;
 text-decoration:underline;
}
A.LnkContent:hover
{
 color:#0094aa;
 text-decoration:underline;
}

.text-center
{
	text-align: center;
}



