/***********************************************/
/* Formatierung                                */
/***********************************************/ 

html, body {
 margin: 0px;
 padding: 0px;
}

body {
 margin-top: 50px;
 margin-bottom: 0px;
}


html, body	{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 86%;
 color: #000000;
}



/***********************************************/
/* Links	                               */
/***********************************************/


a:link { color:#6A6A6A; text-decoration:underline; }
a:visited { color:#6A6A6A; text-decoration:underline; }
a:active { color:#6A6A6A; text-decoration:underline; }
a:hover { color:#6A6A6A; text-decoration:none; }

#copyright A:link, #copyright A:visited, #copyright A:active {
 text-decoration:none;
 color:#c1c3c3;
 font-size: 100%;
}

#copyright A:hover {
 text-decoration:underline;
 color:#c1c3c3;
}

/***********************************************/
/* Text		                               */
/***********************************************/

h1 {
 margin: 0px;
 margin-bottom: 10px;
 color: #000000;
 font-size: 160%;
 font-weight: normal;	
}

h2 {
 margin: 0px;
 margin-bottom: 10px;
 color: #676767;
 font-size: 110%;
 font-weight: bold;
}

h3 {
 margin: 0px;
 padding: 0px;
 color: #8d8d8d;
 font-size: 100%;
 font-weight: bold;
}

ul {
 list-style-type:square;
 margin: 0px;
 padding-left:30px;
}

li {
 margin-top: 8px;
}

/***********************************************/
/* CMS		                               */
/***********************************************/

img {
 border: 0px;
}

div.bilder {
 float:left;
 padding-right:10px;
}

div.dateidownload {
 font-size:90%;
 text-decoration:none;
}

div.dateidownload img{
 float:left;
 margin-right:10px;
}

/***********************************************/
/* Layout	                               */
/***********************************************/


#logo_schriftzug {
 float: right;
 top: 1px;
 left: 350px;
 width: 224px;
 height: 287px;
 background-image: url(/webpages/maristro/site3/image/maristro_hand_sw.jpg);
 background-repeat: no-repeat;
}

#logo_elbogen {
 display: none;
}

#spruch {
 display: none;
}

#bg_line_top {
 display: none;
}

#wrapper {
 margin: 0px;
 padding: 0px; 
 width: 669px;
}

#titelgrafik {
 display: none;}

#hauptmenu {
 display: none;
}

#submenu {
 display: none;
}

#content {
}

#text {
 margin-bottom: 30px;
 line-height: 150%;
}

#teaserspalte {
 display: none;
}


#copyright {
 display: none;
}

#bg_line_bottom {
 display: none;
}
