/*
 * style sheet 'tabs'
 * modified for www.ketteler-mainz.de
 *
 * (c) 2005 Robert Klein
 */

 html, body {height:100%}
 
body {
	/* font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif; */
	font-family: Georgia, 'Times New Roman', serif;
	background: white;
	color: black;
	margin:0;
	padding:0;
	font-size:12pt;
}

div.head {
	text-align: center;
	background: white;
	color: black;
}

img.head {
	vertical-align: middle;
}

div.maintitle {
	text-align: center;
	background: white;
	color: black;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0;
	}
		
table.maintitle {
	padding-top: 5px;
	/* margin-bottom: -2px; !important; */
	padding-bottom: 0px;
	margin-left: 3em;
	table-layout: auto;
	border: 0;
	text-align: center;
	background: teal;
	color: black;
	border-collapse:collapse;
	}

tr.maintitle {
	width: 100%;
	/* border-bottom-width: thin; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: beige; */
	}
	
td.maintitle {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0;
	padding-bottom: 2pt;
	padding-top: 2pt;
	color: black;
	background: teal; /* #A9A9A9;  darkgray */
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-top-color: silver;
	border-left-color: silver;
	border-right-color: black;
	border-bottom-color: black;
}
td.maintitle a:link    { color: silver;   background: transparent; text-decoration: none;}
td.maintitle a:visited { color: silver; background: transparent; text-decoration: none;}
td.maintitle a:hover   { color: white;   background: transparent; }
td.maintitle a:active  { color: white;   background: transparent; text-decoration: none;}

	
td.aktmaintitle {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom:0;
	padding-bottom: 2pt;
	padding-top: 2pt;
	color: black;
	background: white;
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
	border-bottom-color: white;
	}
	
div.subcats {
	float:left;
	width: 10em;
	color: black;
	background: white;
	margin-left: 1em;
	line-height: 1.4em;
}

td.subcats {
	background: teal;
	background-image:url("teal2silver2.png");
	background-repeat:repeat-y;
	background-position:right;
	}

td.subcats a:link    { color: silver;   background: transparent; text-decoration: none;}
td.subcats a:visited { color: silver; background: transparent; text-decoration: none;}
td.subcats a:hover   { color: white;   background: transparent; }
td.subcats a:active  { color: white;   background: transparent; text-decoration: none;}

td.selectedsubcat {
	
	}

table.subcats {
	background-image:url("teal2silver.png");
	background-repeat:repeat-y;
	background-position:left;
}

#sub {
	background:teal;
	color: black;
	font-size:12pt;
	line-height:14px;
	margin-bottom:0px;
	padding-bottom:0px;
	width: 100%;
	}
	
a.seltitle {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	color: black;
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
	border-bottom-color: silver;
	}
a.title {
	border-color: black;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: black;
	text-align: center;
	border-style: solid;
	border-width: thin;
	}
	
div.realbody {
	height: 100%;
	min-height: 100%;
}
	


div.text {
	color: black;
	background: white;
	padding-left: 2em;
	padding-top: 1em;
	width: 59%;
	min-width: 42em;
}

p {
	line-height: 1.3em;
	font-size: 1em;
}
p.right {
	line-height: 1.3em;
	font-size: 1em;
	text-align: right;
}

a:link    { color: teal;   background: transparent; text-decoration: none;}
a:visited { color: teal; background: transparent; text-decoration: none;}
a:hover   { color: black;   background: transparent; }
a:active  { color: black;   background: transparent; text-decoration: none;}

h1.head { text-align: center; font-size: 1.5em; font-weight: bold;
     /* padding-top: 1.2em; */ }
     
table.head {
    text-align: center;
    font-size: 1em;
    margin-left:auto;
    margin-right:auto;}
h1 { text-align: center; font-size: 1.2em; font-weight: bold;
     padding-top: 1.2em; }
h1.tagline {text-align: center; font-size: 1.2em; font-weight: normal;
     padding-top: 18px; }

h2 { text-align: left; font-size: 1em; font-weight: bold;
     padding-top: 12px; }
dt {
	font-style:italic; 
	padding-top: 0.3em; 
	line-height: 1.3em;
}

dd {
	line-height: 1.3em;
}
	
address { text-align: center; font-style: italic; }

h1.inhaltsverzeichnis { text-align: left; 
                        font-size: medium; 
                        font-weight: bold; }
table.pseudo {margin: 0; padding: 0; border: 0; }
tr.pseudo {margin: 0; padding: 0; border: 0; }
td.pseudo {margin: 0; padding: 0; border: 0; }

body.divisor {
	background-image:url("cmcsback.png");
	background-repeat:repeat-y;
	background-position:right;
	}
	
	
#center { text-align:center; }
/*
 * some rules for printing
 */


@media print {
    h1, h2, h3, h4, h5, h6
        { page-break-after: avoid; page-break-inside: avoid }
    dl, ul, ol
        { page-break-before: avoid }
    pre, blockquote
        { page-break-inside: avoid }
    div.maintitle {
    	display: none;
    }
    div.subcats {
    	display: none;
    }

}

