/* 
CSS für alle Seiten dieser Site. In 4images wird ein zusätzliches Stylesheet definiert.
Achtung: der Firefox z.B. ist Case-Sensitiv! 
*/

/* browserspezifische Einstellungen zuruecksetzen */
/*html, body, p, a, ul, dl, ol, li, h1, h2, h3, h4, h5, h6, hr, img, form, input, submit, select {*/
html, body, a, ul, dl, ol, li, hr {
	margin: 0;
	padding: 0;
	}
	
body {
	color: black;
	/*font-family: Calibri,"Segoe UI", Arial, Helvetica, sans-serif;*/
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background-image: url(/images/bg/bg_blacktowhite.jpg);
	/*background-color: #dbdcde;*/
	background-attachment: fixed;	/* kein scroll; nur wg Frameset */
}

/* -- Links ------------------------------------------------ */
a, a:link, a:visited, a:active, a:hover { 
	color: #bd0329;
	text-decoration: none; 
	}
/*a:active { background-color: transparent; }*/
a:hover { text-decoration: underline; }


a.vcardLink {
	padding-left: 16px;
	background: url(/images/icons/vcard.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.mailtoLink {
	padding-left: 16px;
	background: url(/images/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
}
a.toTopLink {
	padding-left: 25px; height: 15px;
	vertical-align: bottom;
	background: url(/images/icons/totop.png);
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
}
a.backLink {
	padding-left: 16px;
	background: url(/images/icons/back.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
}
a.printLink {
	padding-left: 16px;
	background: url(/images/icons/print.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
}

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a {
	font-size: 12px;
	color: #333333;
}

sup, sub { color: red }

hr {
	height: 1px;
	color: #dddddd;
	background-color: white;
}

/* -- Headlines ------------------------------------------------ */
h1 { 
	color: #888888;
	font-weight: lighter;
	font-size: 20px;
	margin-top: 0;
	padding-bottom: 15px;

}
h2 { 
	color: #888888;
	font-size: 14px;
	font-weight: bold;
}
h3, h4, h5, h6 { 
	color: #888888;
	font-size: 12px;
	margin-bottom: 5px;
}
h2 a.anker { /* wird für Überschriften mit link (anker) verwendet */
	color: #888888;
	font-size: 14px;
	padding-top: 30px;
	text-decoration: none;
}

ul {
	display: block;
	list-style: none;
	}


.small 	{ font-size: 11px; }
a.small { font-size: 11px; }

/* wird auch in 4images verwendet */
.footer {
	font-size: 10px;
	/* color: #999999; */
}
.footer a {
	font-size: 10px;
}

.tableHeader { background-color: #dedede; text-align: left;  margin-left: 4px;}

.box {
	border: 1px solid #cacaca;
}
.boxheader {
	background-color: #efefef;
	padding: 2px 5px 2px 5px;
	border: 2px solid white;
	font-size: 11px;
	color: #555555;
	background-repeat: repeat-y;
}
a.boxheader_a {
	font-size: 11px;
}
.boxcell {
	background-color: #fafafa;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 2px solid white;
}

.listTable {
	width: 100%;
	padding: 3px;
	background-color: white;
}
.listInfo { /*Datum,print*/
	text-align: right;
	padding-right: 10px;
}
.listDelimiter, .listDelimiter th { background-color: #f0f0f0; 
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
.listRow td { vertical-align: top; 
	border-bottom: 1px solid silver; 
	padding: 10px; }
.listCellTitle { margin:0; padding: 0px 0 2px 0;
	color: #555555;
	font-weight: bold;
}
  
div#kalender { text-align: center; margin:0;
	background-color: #efefef;
	width: 170px; 
	padding: 10px 4px 10px 4px;
	}
div#kalender th { width: 22px; 
	padding: 4px 2px 4px 0px; 
	text-align: right;
	font-weight: normal;
	border-top: 1px solid black; border-bottom: 1px solid black; 
	}
div#kalender td.Tag { /* alle Tage; Erweiterungen sind: Heute Belegt... */
	padding: 1px 4px 1px 4px;
	margin: 1px 3px 1px 3px;
	text-align: right; 
	border: 1px solid transparent;

 }
div#kalender td.Tag:hover { border: 1px solid red;
	cursor: pointer;
	}                       
div#kalender .HeuteWT { background-color: white; } /* Wochentag */
div#kalender .HeuteWE { background-color: white; } /* Wochenende */
div#kalender .Wochenende { background-color: #e9e9e9;}
div#kalender .Feiertag { background-color: #ffffcc;}
div#kalender .Belegt { color: red; font-weight: bold; }
div#kalender div#header table { width: 100%; padding-bottom: 5px; }
div#kalender div#header td { height: 25px; vertical-align: middle; }
div#kalender div#header td#monat { color: black; font-weight: bold; text-align: center; }
div#kalender div#header td#prev { width: 20px; padding-left:2px; text-align: left; }
div#kalender div#header td#prev:hover { cursor: pointer; }
div#kalender div#header td#next { width: 20px; padding-right: 2px; text-align: right; }
div#kalender div#header td#next:hover { cursor: pointer; }


textarea, input, select {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {margin-bottom:0px; margin-top:0px;} 

/*.bgc {background-color: black; color: white;}
.bgd {background-color: #dadada; color: black;}
.bge {background-color: #f0f0f0; color: black;}
.bgf {background-color: #f8f8f8; color: black;}                                       
*/

.commentbox {
	background-color: #ffdddd;
	border: 2px solid Silver;
	color: black;
	padding: 5px;
}
.warnbox {
	background-color: #FFDDDD;
	border: 2px solid Silver;
	color: black;
}
.errbox {
	background-color: #FFDDDD;
	border: 2px solid Red;
	color: black;
	padding: 5px;
}
.stopbox {
	width: 650px;
	margin-left: 50px;
	margin-top: 50px;
	padding: 30px;
	background-color: #efefef;
	border-style: double;
	border-color: silver;
}
.errmsg {
	color: Red;
}
.errtitle {
	color: Red;
	font-weight: bold;
}


#docHeader {
	margin: 10px;
	padding-top: 0px;
	width: 1050px;
}

#docNavi {
/* wurde durch #navigation ersetzt Aug.2010 */
}

#docContent {
	width: 800px; /* left margin has enough room to fit the toc */
	min-height: 600px; overflow: auto;
	margin: 0px 0 0 0px;
	padding: 30px 20px 50px 20px;
	background-color: #f8f8f8;
	border: 1px solid black;
/*	background-image: url(/images/bg/left_top_black10.png);
	background-repeat: no-repeat;*/
}

#docBottom {
	float: none;
	clear: both;
	width: 720px;
	margin-top: 10px;
	margin-left: 15px;
}

div#navigation {
/*background: url(/images/logo_ffc.gif) no-repeat  top left -30px,-5px ;*/
	float: left;
	overflow: hidden;
	width: 200px; /* left margin has enough room to fit the toc */
	margin: 0px 7px 0px 7px;
	padding: 30px 3px 30px 3px;
	text-align: right;
	border: 1px solid #770000;
	background-color: #dbdcde;
	border: 1px solid black;
	}
div#navigation a {
	text-decoration: none;
	}
div#navigation ul {
	}
div#navigation ul li {
	margin: 0 0 8px 0;
	}
div#navigation ul li a,
div#navigation ul li a:link,
div#navigation ul li a:visited,
div#navigation span {
	display: block;
	padding: 0px 8px 0px 0px;
	color: #fff;
	background-color: #7f7f7f;
	font: bold 12px/19px arial,helvetica,sans-serif;
	white-space: nowrap;
	}
div#navigation ul li a:hover,
div#navigation ul li a:active {
	display: block;
	padding: 0px 8px 0px 8px;
	color: #fff;
	background-color: #900;
	font: bold 12px/19px arial,helvetica,sans-serif;
	white-space: nowrap;
	}
div#navigation ul li ul {
	display: block; 
	margin: 0;
	}
div#navigation ul li ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	}
div#navigation ul li ul li a,
div#navigation ul li ul li a:link,
div#navigation ul li ul li a:visited,
div#navigation ul li ul li a:active {
	display: block;
	margin: 1px 0 0 0;
	padding: 3px 8px 2px 8px;
	color: #333;
	background-color: #eee;
	background-image: none;
	font: 12px/13px arial,helvetica,sans-serif;
	white-space: nowrap;
	}
div#navigation ul li ul li a:hover {
	display: block;
	margin: 1px 0 0 0;
	padding: 3px 8px 2px 8px;
	color: #900;
	background-color: #fff;
	background-image: none;
	font: 12px/13px arial,helvetica,sans-serif;
	white-space: nowrap;
	}
div#navigation ul li a.current,
div#navigation ul li ul li a.current {
	color: #fff;
	background-color: #900;
	}
div#navigation ul li ul li a.current {
	color: #900;
	background-color: #fff;
	}
div#navigation span.text {
	display: block;
	padding: 0px 8px 0px 8px;
	color: #000;
	background-color: #dbdcde;
	font: bold 12px/14px arial,helvetica,sans-serif;
	white-space: nowrap;
	}

a.button {
	/* Sliding right image */
	background: transparent url('/images/buttons/button_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url('/images/buttons/button_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
} 
a.button:hover span {
	text-decoration:underline;
}


