/* CSS Standard für Klostergut Mönchehof */
/* gelb: FCDF66 z.B. BG*/
/* braun: 996600 z.B. Schrift*/

/* IMPORTS */
	@import url("./hcb.css");
	@import url("./navigation.css");
	
body, td {
        // font-family: "Times New Roman", Times, serif;
        font-family: arial, sans-serif;
        font-size: 13px;
}

.umflossen450 {
   float: right;
   width: 450px;        /* notwendig */
   border: none;
   margin: 0 0 1em 1em;
}

.umflossen350 {
   float: right;
   width: 350px;        /* notwendig */
   border: none;
   margin: 0 0 1em 1em;
}

.umflossen320 {
   float: right;
   width: 320px;        /* notwendig */
   border: none;
   margin: 0 0 1em 1em;
}

.umflossen250 {
   float: right;
   width: 250px;        /* notwendig */
   border: none;
   margin: 0 0 1em 1em;
}

.umflossen200 {
   float: right;
   width: 214px;        /* notwendig */
   border: none;
   margin: 0 0 1em 1em;
}


.umflossen250l {
   float: left;
   width: 250px;        /* notwendig */
   border: none;
   margin: 0 5 1em 1em;
}

.little { 
	font-size: 10px; 
	font-weight: normal;
}

.hervorheben {
	font-weight: bold;
	color: #996600;
}


h2 {
        font-size: 16px;
        color: #000000;
        }
        
h3 {
        font-size: 13px;
        color: #000000;
        }       

a:link {
    color: #996600;
    background-color: inherit;
    text-decoration: underline;
}

a:visited {
    color: #996600;
    background-color: inherit;
    text-decoration: underline;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #996600;
    background-color: #FCDF66;
    text-decoration: none;
}
