body {

    margin: 0px;
    padding: 0px;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 9pt;
    top: 0px;
    left: 0px;
}

td.pfeil {
    width: 38px
}

td.mainTitle {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0px;
}

table.menu {
    background-color: #FAD8A5;
    border-color: #FAD8A5;
}

table.header {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

table.surrounder {
    background-color: #FBECC8;
    border-color: #FBECC8;
}

table.error{
    background-color: #DA150D;
    border-color: #DA150D;
}

table.unspaced {
    border-spacing: 0px;
    margin-bottom: 10px;
    width: 60%;
}

table.spaced {
    border-spacing: 1px;
    margin-bottom: 10px;
    width: 100%;
}

table.rounded-left {
    -moz-border-radius-bottomleft: 6px;
    border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
}

table.rounded-top {
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
}

table.rounded-bottom {
    -moz-border-radius-bottomright: 6px;
    border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius-bottomleft: 6px;
}

table.rounded {
    -moz-border-radius: 6px;
    border-radius: 6px;
}

table.rounded-right-bottom {
    -moz-border-radius-bottomright: 6px;
    border-radius-bottomright: 6px; 
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius-bottomleft: 6px;
}

td.title {
    font-size: 12pt;
    color: #222222;
}

td.menu {
    border-width: 12px;
    color: #FF0000;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

td.boxed {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #999999;
}

td.boxed-above-left {
    border-spacing: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-color: #999999;
}

td.boxed-above-right {
    border-spacing: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-color: #999999;
}

td.boxed-above-left-right {
    border-spacing: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #999999;
}

td.boxed-above-below-left {
    border-spacing: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-color: #999999;
}

td.boxed-above-below-right {
    border-spacing: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-color: #999999;
}

td.bold {
    font-weight: bold;
}

td.right {
    text-align: right;
}

td.left {
    text-align: left;
}

td.center {
    text-align: center;
}

td.middle {
    vertical-align: middle;
}

td.even {
    background-color: #D2D2D2;
}

td.odd {
    background-color: #AFAFAF;
}

td.header {
    color: #FFFFFF;
    background-color: #128629;
}

td.sum {
    color: #000000;
    background-color: #8BB35F;
}

p,div,th,td,caption {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 9pt;
}

input[type=checkbox] {
border: 0px;
}
	
input[type=text], 
input[type=password], 
input[type=submit], 
input[type=reset],

select { 
    border: 1px solid #aaaaaa;
    margin: 0px;
}

h1 {
	color: #cc9966;
    background-color: inherit;
	font-size: 19pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
    color: #222222;
    background-color: inherit;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3 {
	color: #cc9966;
    background-color: inherit;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #cc3333;
    background-color: inherit;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	color: #cc3333;
    background-color: inherit;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: #cc3333;
    background-color: inherit;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
	
em {
	color: #cc3333;
    background-color: inherit;
	font-style: normal;
}

del {
	visibility: hidden;
}

strong {
	color: #cc3333;
    background-color: inherit;
	font-style: normal;
	font-weight: bold;
}

q {
    color: #ff3333;
    background-color: inherit;
    font-style: normal;
    font-weight: bold;
}

p {
    font-size: 8pt;
    color: #ffffff;
    padding: 0px;
    margin-top: 1em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

td.light {
    color: #555555 !important;
}

td.bright {
    color: #333333 !important;
}

a.bright {
    color: #333333 !important;
}

a:link {
    color: #333333;
    background-color: inherit;
    text-decoration: none;
}
a:active {
    color: #333333;
    background-color: inherit;
    text-decoration: underline;	
}
a:hover {
    color: #333333;
    background-color: #inherit;
    text-decoration: underline;	
}
a:visited {
    color: #333333;
    background-color: inherit;
    text-decoration: none;
}

.big-text {
	font-size: 12pt;
}

