/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link		{ text-decoration:none }
a:visited	{ text-decoration:none }
a:active	{ text-decoration:none }
a:hover		{ text-decoration:underline; font-weight:bold; color:#417140; }
a.red:hover	{ text-decoration:none; color:#417140; }
a.navi-left:hover { text-decoration:underline; font-weight:bold; color:#FFED00; }
a.navi-left2:hover { text-decoration:underline; font-weight:bold; color:#FFED00; }
a.whiteB:hover { text-decoration:underline; font-weight:bold; color:#656665; }


/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,form,option,select,input,br,b
{ font-family: Verdana, Times New Roman, MS Sans Serif, Arial; font-size:10px }

/* Definition h1 bis h6 */
h1 { font-weight:bold; font-size:18px;}
h2 { font-weight:bold; font-size:16px;}
h3 { font-weight:bold; font-size:14px;}
h4 { font-weight:bold; font-size:12px;}
h5 { font-weight:bold; font-size:10px;}
h6 { font-weight:bold; font-size:8px;}

/* Schriftgroessen */
.size6  { font-size:6px; }
.size7  { font-size:7px; }
.size8  { font-size:8px; }
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; font-family: Arial; font-weight:bold; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }

.link-start { font-size:10px; color:#4B6643 }

.navi-left	{ font-size:10px; color:#FFFFFF }
.navi-left2	{ font-size:10px; color:#FF0000 }
.kategorie	{ font-size:12px; font-weight:bold; color:#5C195C }
.txt		{ font-size:10px; color:#336633 }
.txt-link	{ font-size:10px; color:#417140 }
.red		{ font-size:10px; color:#FF0000 }
.white		{ font-size:10px; color:#FFFFFF }
.whiteB		{ font-weight:bold; font-size:10px; color:#FFFFFF }

.text-150	{ font-size:10px; color:#336633; line-height: 150%; }
.text-150-white	{ font-size:10px; color:#FFFFFF; line-height: 150%; }

.gaestbook	{ font-size:10px; font-weight:bold; color:#FF0000 }

#gbtext {
    position: absolute;
    //top: (screen.height / 2)-105px;
    //left:(screen.width /2)-175px;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    /*background-color: #467541;*/
	background-image:url(../images/bg_trans.png);
    /*border: 1px solid #FFFFFF;*/
    /*-moz-opacity: 0.80;*/
    /*filter:Alpha(opacity=80, finishopacity=0, style=0);*/
    color: #E6F0FF;
    padding: 0px;
    //z-Index: 255;
    font-weight: bold;
    visibility: visible;
  }
  
#divid
{
 position:absolute;
 width:510px; height:400px;
 margin-top:10px;
 overflow:auto;
	z-index:1;
}

#weihnacht {
    position: absolute;
    //top: (screen.height / 2)-105px;
    //left:(screen.width /2)-175px;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    /*background-color: #467541;*/
	background-image:url(../images/bg-image.png);
    /*border: 1px solid #FFFFFF;*/
    /*-moz-opacity: 0.80;*/
    /*filter:Alpha(opacity=80, finishopacity=0, style=0);*/
    color: #E6F0FF;
    padding: 0px;
    //z-Index: 255;
    font-weight: bold;
    visibility: visible;
  }


#kultur {
    position: absolute;
    //top: (screen.height / 2)-105px;
    //left:(screen.width /2)-175px;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    /*background-color: #467541;*/
	background-image:url(../images/dummy.gif);
    /*border: 1px solid #FFFFFF;*/
    /*-moz-opacity: 0.80;*/
    /*filter:Alpha(opacity=80, finishopacity=0, style=0);*/
    color: #E6F0FF;
    padding: 0px;
    //z-Index: 255;
    font-weight: bold;
    visibility: visible;
  }

#unserKloster {
    position: absolute;
    //top: (screen.height / 2)-105px;
    //left:(screen.width /2)-175px;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    /*background-color: #467541;*/
	background-image:url(../images/unserkloster-bg.png);
    /*border: 1px solid #FFFFFF;*/
    /*-moz-opacity: 0.80;*/
    /*filter:Alpha(opacity=80, finishopacity=0, style=0);*/
    color: #E6F0FF;
    padding: 0px;
    //z-Index: 255;
    font-weight: bold;
    visibility: visible;
  }

