
/*
 * General stuff
 *
 */

body {
      	padding: 1.5cm;
      	font-family: palatino, times, serif;
      	font-size: 10pt;
}

table {
      	font-family: palatino, times, serif;
      	font-size: 10pt;
}

td {
      	vertical-align: top;
}

p {
	line-height: 1.3em;
	text-indent: 0.5cm;
	text-align: justify;
}
 
li {
	margin: 2mm;
}

a.comment {
	display: none;
}
     
a:link, a:visited, a:hover {
      	color: black;
      	text-decoration: undeline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: sans-serif;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	font-family: sans-serif;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	font-family: sans-serif;
} 

h4 {
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

table.leftnav, div.leftlinks, div.leftpoll, div.leftbooks, 
div.rightlosung, div.rightmail, div.rightnews, div.heisec-rightnews {
      	display: none;
}

table.layout-outer {
      	width: 97%;
	margin: 2px;
      	margin-left: 1%;
      	border-collapse: collapse;
}

table.layout-outer tr td.leftbar {
	display: none;	
}

table.layout-outer tr td.rightbar {
	display: none;
}

div.chain {
	display: none;
}

div.switchers {
	display: none;
}

div.bottomline {
	display: none;
}

td.bottomline {
	display: none;
}

img.logo {
	display: none;
}

div.calitem, div.booksitem, div.gbnav, div.gbitem {
	border-color: gray;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	margin: 3mm;
	padding-bottom: 5mm;
}

div.booksitem {
	clear: right;
}

/*
 * Overwrite some properties for a wikilike syntax
 *
 * Überschreiben für Wikilike etc.
 */

table.wikilike td {
	padding: 2mm;
	background-color: white;
	border-style: solid;
	border-width: 1pt;
	border-color: black;
}

table.wikilike thead td {
	font-weight: bold;
	background-color: lightgrey;
	border-width: 2pt;
}

table.wikilike tfoot td {
	font-weight: normal;
	background-color: lightgrey;
	border-width: 2pt;
}

td.wikilikeleft {
	text-align: left;
}

td.wikilikeright {
	text-align: right;
}

div.important, div.wikilike_important {
	margin: 3mm;
	padding: 3mm;
	border-style:solid;
	border-color: red;
	border-width: 1pt;
	}

blockquote {
	margin: 3mm;
	padding: 3mm;
	border-style: solid;
	border-color: blue;
	border-width: 0pt;
	border-left-width: 1pt;
	}
