/*
 * Kurz und Klein default.css 
 * vers 0.23; So 09 Aug 2009 11:33:16 CEST
 */
body {
	font-family : sans-serif;
	font-size : 100%;
	text-align : center;
	color : black;
	background-color : white;
	background-image : url("KurzUKleinBG.png");
	background-attachment : fixed;
	background-position : right top;
	background-repeat : no-repeat;
	text-decoration : none;
}
blockquote {
	background : #e6efec;
}
object {
	border-width : 0;
	color: #08b891;
}
img {
  border-width: 0;
}
object > a {
	color: #08b891;
}
.main {
	display : block;
	position: relative;
	z-index: 5;
	height : auto;
	margin-top : 150px;
	margin-bottom: 8ex;
	margin-left : auto;
	margin-right : auto;
	width : 76ex;
}
.par {
	text-align : justify;
}
.impress {
	text-align: right;
	height : auto;
	position : fixed;
	z-index: 1;
	right : 20px;
	bottom : 20px;
	/* color: gray; */
	color: #489d88;
}
.impress > a {
	/* color: gray; */
	color: #489d88;
}
.foot {
	height : auto;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
  /* z-index: 2; */
	left: 40%;
	bottom: 20px;
}
/* go away button in footer */
.goaway {
	color: #08b891;
	background: #e6efec;
	border-color: #e6efec;
        z-index: 6;
}
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	padding-top: 1em;
	font-weight: normal;
	font-size: 170%;
	text-align: left;
	text-indent: 0;
	border: none;
}
h2 {
	padding: 0;
	padding-top: 1em;
	font-weight: 700;
	font-size: 160%;
	text-align: left;
	border: none;
	color: #489d88; /*  #08b891 */
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
dl {
	text-align: left;
}
dt {
	font-weight: 500;
}
a {
	/* color: black;
	text-decoration: underline; */
  text-decoration: none;
  color :  #08b891;
}
em {
        color: #489d88; /* #08b891 */
	font-weight : bold;
	font-size : larger;
	font-style : normal;
}
.em1 {
	font-weight : bold;
	font-style: italic;
}
.em2 {
  font-weight : bold;
}
.mft-ul-star {
	list-style: disc;
}
.mft-ul-dash {
	list-style: square;
	/* circle */
}
.deftable {
	font-family : sans-serif;
	font-size : 100%;
	width : 76ex;
	color : black;
	background : transparent;
	text-align : left;
	line-height : 1.5;
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
}
.header {
	font-weight : 700;
	color : #08b891;
	background : transparent;
}
.tdday {
	color : white;
	background : #08b891;
	font-size : smaller;
	font-family : helvetica, sans-serif, Verdana;
	padding-top: 0;
}
.tddate {
	font-weight : 600;
	text-align : center;
	width: 11ex;
}
.ann {
	/* color :  #08b891; */
	text-align : right;
	padding: 0.5ex;
}
.rownew {
background : #e6efec;
}
.mft-table {
	border: 1px solid #08b891;
	border-collapse: collapse;
}
.mft-td  {
	border: 1px solid #08b891;
	padding: 4px;
}
.mft-th {
	border: 1px solid #08b891;
	background : #e6efec;
	font-weight : normal;
	/* th defaults to bold */
	padding: 4px;
}
td {
	padding: 0;
	padding-top: 2px;
}
.pimpress {
	display: none;
}
.hide {
	display: none;
}
@media print {
	body {
		background: white;
		background-image : url("KurzUKleinPrintT.png");
		background-position : center top;
		background-repeat : no-repeat;
	  line-height : 1.2;
	}
	.content {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-image : url("KurzUKleinPrintBG.png");
		background-position : right bottom;
		background-repeat : no-repeat;
	}
	.main {
		width: 80%;
		margin-top : 150px;
	}
	a {
		color : black;
	}
	.hide {
		display: block
	}	
	.phide {
		display: none;
	}
	h2 {
		color : black;
		font-size: 140%;
	}
	.tdday {
		color : black;
		font-size : larger;
		background : #e6efec;
	}
	.pimpress {
		margin: 2em auto 1em auto;
		display: block;
		text-align : left;
	}
	.ptd {
		vertical-align: bottom;
		font-weight: bold;
		color: #08b891;
	}
  .par#greeting {display:none}
  .par#msg {display:none}
	.impress {display:none}
	.deftable {
		border-spacing : 1em;
		width: 100%;
	}
	.rownew {
		background: transparent; 
	}
	.ann {
		padding-right: 1em;
	} 
	em {
		padding : 6px;
	}
  strong {
    padding : 1em;
  }
}
/** eof **/
