/*colors:
	red1 = c61919
	green1 = #8dd72b
	blue1 = #4242ae
	grau = #666666
*/
html {
	margin: 0;
	padding: 0;
}
body {
    padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/*p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p{
	border: 1px dotted Blue ;
}
li{
	border: 1px dotted Blue;
}
div{
	border: 1px dotted Chartreuse ;
}
table{
	border: 1px dotted Crimson;
}
td{
	border: 1px dotted Orange;
}*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        border-bottom: 1px none #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input
{
	font-size: 0.8em;
}
option
{
	font-size: 0.8em;
}


a:link {
	color: #4242ae;
	text-decoration: none;
}
a:hover {
	color: #4242ae;
	text-decoration: underline;
}
a:active {
	color: #4242ae;
	text-decoration: underline;
}
a:visited {
	color: #4242ae;
	text-decoration: none;
}
a.bar:link {
	color: #666666;
	text-decoration: none;
}
a.bar:hover {
	color: #666666;
	text-decoration: underline;
}
a.bar:active {
	color: #666666;
	text-decoration: underline;
}
a.bar:visited {
	color: #666666;
	text-decoration: none;
}
div.head{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 30px;
}
div.main{
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.8em;
}
div.mainwide{
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.8em;
}
div.inhaltsv{
	border-top: 2px solid #8dd72b;
	border-right: 2px solid #8dd72b;
	border-bottom: 2px solid #8dd72b;
	border-left: 2px solid #8dd72b;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:10px;
	margin-right: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
div.foot{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #8dd72b;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.outputBox {
	border: 1px solid #666666;
	padding:5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


div.outputComment, p.outputComment {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:justify;
}

div.outputValue, p.outputValue {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:right;
}


p.inputVergleich {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

div.outputHeading {
	margin-top: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
div.inputHeading {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
	
td.inputBoxVergleich {
	border-top: 2px solid #4242ae;
	border-right: 2px solid #4242ae;
	border-bottom: 2px solid #4242ae;
	border-left: 2px solid #4242ae;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding:4px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
td.inputBoxMein, div.simpleInputBox {
	border-top: 2px solid #8dd72b;
	border-right: 2px solid #8dd72b;
	border-bottom: 2px solid #8dd72b;
	border-left: 2px solid #8dd72b;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	padding:4px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


td.outputBox {
	border-top: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding:4px;
	margin: 0px;
}

td.outputSmallHeading {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
td.titlebottomright, td.titleright, td.titlebottom, td.title, td.semititlebottomright, td.semititleright, td.semititlebottom, td.semititle, td.bottomright, td.bottom, td.right, td.normal {
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
}
td.titlebottomright {
	border-top: 1px none #666666;
	border-right: 1px dotted #0066CC;
	border-bottom: 1px dotted #0066CC;
	border-left: 1px none #666666;
	font-weight: bold;
}
td.titleright {
	border-top: 1px none #0066CC;
	border-right: 1px dotted #0066CC;
	border-bottom: 1px none #0066CC;
	border-left: 1px none #0066CC;
	font-weight: bold;
}
td.titlebottom {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #0066CC;
	border-left: 1px none #666666;
	font-weight: bold;
	padding:4px;
}
td.title {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #0066CC;
	border-left: 1px none #666666;
	font-weight: bold;
}
td.semititlebottomright {
	border-top: 1px none #666666;
	border-right: 1px dotted #0066CC;
	border-bottom: 1px dotted #0066CC;
	border-left: 1px none #666666;
}
td.semititleright {
	border-top: 1px none #0066CC;
	border-right: 1px dotted #0066CC;
	border-bottom: 1px none #0066CC;
	border-left: 1px none #0066CC;
}
td.semititlebottom {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #0066CC;
	border-left: 1px none #666666;
}
td.semititle {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #0066CC;
	border-left: 1px none #666666;
}
td.bottomright {
	border-top: 1px none #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none #666666;
}

td.right {
	border-top: 1px none #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
td.bottom {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none #666666;
}

td.normal {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}

td.BarOff {
	border-top: 1px none #0066CC;
	border-right: 1px solid #8dd72b;
	border-bottom: 1px solid #8dd72b;
	border-left: 1px solid #8dd72b;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(graphics/head2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.bar {
	border-top: 1px none #0066CC;
	border-right: 1px none #8dd72b;
	border-bottom: 1px solid #8dd72b;
	border-left: 1px none #8dd72b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(graphics/head2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
td.BarOn {
	border-top: 1px solid #8dd72b;
	border-right: 1px solid #8dd72b;
	border-bottom: 1px none #0066CC;
	border-left: 1px solid #8dd72b;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(graphics/head3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.inputbottomright,td.inputbottom,td.inputtopbottomright,td.inputtopbottom,td.inputtop    {
	font-family: Arial, Helvetica, sans-serif;
	padding:4px;

}
td.inputbottomright {
	border-top: 1px dotted #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
td.inputbottom {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}

td.inputtopbottomright {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
td.inputtopbottom {
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
td.inputtop {
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
table.simpleInput {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-collapse:collapse;
}
table.input {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-collapse:collapse;
}
table.doku {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

