@import url("typo.css"); /* Typografie */

BODY { 
	background : #FFFFFF;
}

P.main { font-family : Arial;
font-weight : bold;
font-size : 12pt;
color : green;
}

P.tabheader { font-family : Arial;
font-weight : bold;
font-size : 11pt;
color : blue;
}

P.tabtitle { font-family : Arial;
font-weight : bold;
font-size : 12pt;
color : white;
}

P.info { font-family : Arial;
font-style : normal;
font-size: 8pt;
color : black;
margin-bottom : .1em;
}

P.title {
	font-family : Arial;
	font-style : italic;
	font-size: 11pt;
	font-weight : bold;
	text-decoration: underline;
	color : black;
}

P.add { font-family : Arial;
font-style : normal;
font-size: 6pt;
color : green;
margin-bottom : .1em;
}

P.span { font-family: Arial;
font-style : italic;
font-size : 12pt;
}

P.new { font-family: Arial;
font-style : italic;
font-size : 8pt;
margin-bottom : .1em;
}

P.entry {
  border-width:1px;
  border-style:inset;
  border-color:black;
  padding:2.5em;
  text-align:justify;
  font-family : Arial;
  font-style : normal;
  font-size: 9pt;
  color : black;
  margin-bottom : .1em;
}

A { 
font-style : italic;
font-size: 10pt;
font-family : Arial;
color : black;
font-weight : bold;
}

.text { color: blue;
margin-left: 10px;
font-size: 28px;
font-family: Arial;
}

.highlight { margin-top: -38px;
margin-left: 8px;
color: black;
font-size: 28px;
font-family: Arial;
}

td { font-family : Arial;
font-style : normal;
font-size: 9pt;
color : black;
background: gray;
}

tr { font-family : Arial;
font-style : bold;
font-size: 9pt;
color : black;
background: gray;
}

img.thumb {
	
	width: 200px;
	border:1px solid #021a40;
}

img.thumbx {
	
	height: 50%;
	width: 200px;
	border:1px solid #021a40;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:90%;
	border:1px solid #cccccc;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#cccccc;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) ); 
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;

	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}