/* CSS Document */
/*
// +----------------------------------------------------------------------+
// | Project:  kloster-weyarn.de                                          |
// | URL:      http://www.kloster-weyarn.de                               |
// | File:    /neu_css/basis.css                                          |
// +----------------------------------------------------------------------+
// | Haupt-Style-Sheet der Seite                                          |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt http://www.schmidtalfred.de                 |
// | Date:     28.02.2008                                                 |
// +----------------------------------------------------------------------+
*/
body{
}
#linieHORI{
	background-image: url(../neu_img/linie_hori.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 5px;
	width: 950px;
	top: 150px;
	z-index: 7;
}
#linieVERT{
	background-image: url(../neu_img/linie_vert.gif);
	position: absolute;
	z-index: 1;
	height: 800px;
	width: 2px;
	left: 700px;
	top: 20px;
	background-repeat: no-repeat;
}
#main{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	width: 950px;
	border: 1px none #999999;
}
#naviO{
	position: absolute;
	z-index: 8;
	width: 677px;
	left: 6px;
	top: 122px;
}
#content{
	position: absolute;
	z-index: 4;
	height: 548px;
	width: 619px;
	left: 68px;
	top: 176px;
	overflow: auto;
}
#adress{
	position: absolute;
	z-index: 5;
	height: 124px;
	width: 202px;
	left: 728px;
	top: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
}
#kloster_aus{
	position: absolute;
	z-index: 6;
	height: 150px;
	width: 250px;
	left: 690px;
	top: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../neu_img/kloster.gif);
}
#logo{
	background-image: url(../neu_img/bleistift.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 189px;
	width: 602px;
	left: 76px;
	top: 1px;
	background-position: center top;
}
#pro{
	position: absolute;
	z-index: 9;
	height: 352px;
	width: 200px;
	left: 729px;
	top: 198px;
	background-image: url(../neu_img/prozession.jpg);
	background-repeat: no-repeat;
}
a.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	letter-spacing: 2pt;
	word-spacing: 10px;
}
a.navi:hover{
	color: #000000;
}
a.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.text:hover{
	color: #006699;
}
.fliess{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #666666;
	padding-right: 10px;
	padding-left: 20px;
}
.fliessTitel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	color: #666666;
	text-indent: 10pt;
	padding-top: 20px;
	padding-right: 10px;
}
.textarea {
  scrollbar-base-color:#ffffff;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#ff0000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ffffff;
}
.tblText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rahmen{
	border: 1px solid #000000;
}

