/* ---------------------------- General settings */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(/wcms/picture/verlauf-blau-jfw.png );
  background-attachment: fixed; 
  background-repeat: repeat-x;
}

td.gap_left {
 background-image: url(/wcms/picture/schatten-rechts-25x25.gif);
}


body, td, th, p, div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

td {
  /* 	use this for base font size of a table based layout */
  /*
	font-size: 88%;
	*/
	font-size: 94%;
  line-height: 135%;
}

/* do not set padding for td, because we habe a lot of old tables with cellpadding=... */
tr, th, form, div, h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
  line-height: 120%;
}

table  {
/* do not use margin for firefox if body is set to centered (table layout)
	margin: 0;
*/
	padding: 0;
}

form {
  margin-bottom: 1ex;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
}

h1 {
  font-variant: small-caps;
}

ul {
  margin: 0.3em 0 1em 0;
	padding: 0;
}

li {
  margin: 0.3em 0 0.3em 1em;
	padding: 0;
}

/* ---------------------------- Links */
a, a:link, a:active, a:focus {
	color: #6600cc;
	text-decoration: none
}
a:visited {
	color: #cc0099;
	text-decoration: none
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------- misc. classes  */

.articleText { 
	margin-bottom: 3px;
	text-align: left;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
}

.articleSummary {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
	color: #000000;
	line-height: 135%;
	margin-bottom: 3ex;
}

/* used in image lists */
.imglistcaption {
  text-align: center;
  padding-bottom: 1 px;  /* prevent cutting of letters in opera */
}

td.imagelistSpacerRow {
  height: 20px;
}

/* rle */
.breadcrumb {
  font-size: 0.9em;
  font-variant: small-caps;
  background: #ffffff;
}

/* rle */
.toplink {
  text-align: right;
}

.revision {
  font-size: 0.8em;
}

.footer {
  font-size: 0.7em;
}

.sitemap_level a {
  font-size: 1.1em;
}

.sitemap_article a {
  font-size: 0.8em;
}

/* rle */
.stdtable {
}

/* rle */
td.stdcol {
  border: solid 0.5px white;
  padding: 3px 10px;
}

/* rle */
td.stdcolrightalign {
  text-align: right;
  vertical-align: top;
  border: solid 0.5px white;
  padding: 3px 10px;
}

/* rle */
td.stdcolbg {
  border: solid 0.5px white;
  padding: 3px 10px;
  background-color: #f2f2ff;
  border-top: 1px solid #e2e2dd;
  border-left: 1px solid #e2e2dd;
}

/* rle */
.fztable {
  margin: 0px;
  padding: 0px;
}

/* rle */
td.fztable {
  padding: 2px;
}

/* rle */
td.fzlabel {
  width: 25ex;
  border: solid 0.5px white;
  padding: 1px 10px;
  background-color: #f2f2ff;
}

/* rle */
td.fzdata {
  width: 45ex;
  border: solid 0.5px white;
  padding: 1px 10px;
  background-color: #f2f2ff;
}

/* rle right layout block */
.block_right {
  border-right: 2px dotted #e2e2ef;
}

/* rle */
.news_date {
  font-weight: bold;
  color: maroon;
  margin-bottom: 0.5ex;
}

/* rle */
.news_text {
  padding-left: 0em;
  margin-bottom: 0ex;
}

/* ---------------------------- named areas  */

#guestbook {
	font-size: 88%;
	background-color: #fff4f4;
	background-image: none;
}

/* rle */
#eventtable td {
  border: solid 0.5px white;
  background-color: #f2f2ff;
  border-top: 1px solid #e2e2dd;
  border-right: 1px solid #e2e2dd;
  padding: 3px 2px;
}

/* ---------------------------- navigation */
.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.82em;
  line-height: 120%;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
  line-height: 120%;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

/* ----------------------------  */
/* ----------------------------  */



/* search */
.formSearch { 
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size: 1em; 
  font-weight: bold;
}
.search_form {}
.search_result {}
.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}
