﻿/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:16px;
}
ul {
	list-style-type:none;
}
img {
	border:0;
}
header, section, article, aside, nav, footer {
	display:block;
}
table {
	border-collapse:collapse;
	margin:10px;
	width:98%;
}
table.table2 {
	border-collapse:collapse;
	margin:0px;
	width:100%;
	background-color: #B8FF95;
}
.table1 td {
	padding:5px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.table2 td {
	padding:5px;
	border-top: 1px solid #B8FF95;
	border-bottom: 1px solid #B8FF95;
}

.table3 th {
	background-color: #eee;
}
.table3 td, .table3 th {
	padding:5px;
	border: 1px solid #C0C0C0;
}
.veryBig {
	font-size: 3em;
}
.bsp {
	background-color: #f3ffe6;
	font-family: "Lucida Console", Courier, monospace;
	padding-left: 7px;
	font-weight: normal;
	color:#000;
	font-size:90%;
}
.bsp p {
	line-height: 1.3em;
}
.datum {
	font-size:60%;
}
pre {
	font-size:1.2em;
	line-height:1.5em;
}
.frei {
	background-color:#eee;
}
.literatur {
	margin: 0.5em 0 0.5em 2em;
	list-style-type:square;
	font-size:86%;
	line-height:1.4em;
}
article h2 {
	margin-bottom: 0.5em;
}
.video1 {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 10px;
}
