/*------------------------------
/ CSS für afbet.ch
/ Werner Näf, www.kircom.ch
/ kirchenweb.ch
/------------------------------*/

/*------------------------------
/ colors
/ green: #40625B 064 098 091
/ border-red: #FF8484
/------------------------------*/

xdiv {
	border: 1px solid red !important;
}

body {
	xbackground-image: url(img/topbild.gif);
	xbackground-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	background-color: white;
}
td {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #40625B;
}
.white {
	background-image: url(img/ffffff.gif);
}
#content {
	background-image: url(img/bg.gif);
	vertical-align: top;
	width: 760px;
	height: 600px;
	/*------------*/
	border-left: 1px solid #FF8484;
	border-right: 1px solid #FF8484;
	/*------------*/
	color: #40625B;
	font-size: 11px;
	line-heigt: 120%;
}
#topbild {
	background-image: url(img/topbild.gif);
	margin-bottom: 15px;
}
#nav {
	width: 149px;
	height: 600px;
	padding: 5px;
	text-align: right;
	float: left;
}
#navborder {
	width: 3px;
	background-image: url(img/navborder.gif);
	height: 600px;
	float: left;
}
#frontcontent {
	width: 430px; /*30px weniger gibt spatzig*/
	float: left;
	padding: 5 20 0 10;
}
#divcontent {
	padding: 5 20 0 10;
	float: left;
	max-width: 550px;
}
#fronteventborder {
	width: 3px;
	height: 600px;
	background-image: url(img/navborder.gif);
	float: left;
}
#frontevent {
	width: 149px;
	height: 600px;
	padding: 5px;
}
#fronteventbox {
	width: 140px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: white;
	line-height: 140%;
	font-family: 'courier new', monospace;
	color: black;
}


A {
	color: #BA0134;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	/*rechtsbündigkeit in #nav*/
}
A:active, a:hover {
	background-color: white;
	color: #BA0134;
}

A.nav {
	color: #40625B;
	text-decoration: none;
	font-size: 11px;
	line-height: 130%;
	/*rechtsbündigkeit in #nav*/
}
A.nav:active, a.nav:hover {
	background-color: white;
}
A.frontevent {
	xcolor: #40625B;
	text-decoration: none;
	font-family: 'courier new', monospace;
	color: black;
}
A.frontevent:active, a.frontevent:hover {
	border-bottom: 1px dotted #cccccc;
}
A.lnkzwischentitel {
	color: #40625B;
	text-decoration: none;
	font-weight: bold;
}
A.lnkzwischentitel:active, a.lnkzwischentitel:hover {
	background-color: white;
}
div.navrubriktitel {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	padding: 0 5 0 5;
	text-align: right;
	background-color: white;
	xborder-bottom: 1px dotted #40625B;
	line-height: 160%;
	font-weight: bold;
}
div.login {
	background-color: white;
	padding-top: 25px;
	padding-left: 5px;
	border: solid 1px #40625B;
	border-top: 0px;
}
p.ueberschrift {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
p.zwischentitel {
	xborder-bottom: 1px solid #cccccc;
	font-weight: bold;
}
input {
	background-color: white;
	font-family: 'courier new', monospace;
	color: black;
	border-collapse: collapse;
	border-width: 0;
}
textarea {
	background-color: white;
	font-family: "Courier New", Courier, mono;
	color: black;
	xcolor: #40625B;
	border-collapse: collapse;
	border-width: 0;
	scrollbar-arrow-color:#40623D;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #40623D; 
	font-size: 11px;
	BACKGROUND-COLOR: white;
	border: #40623D solid 1px;
 }
.checkbox {
 	background-color: transparent;
 }