body, p, li, table, td {
font-family: Verdana, Helvetica, sans-serif;
}

body, p {
font-size: 12px;
color: #707173;
}

h1, h2, h3, h4, h5, h6{
color: #014a99;
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

h1 {
font-size: 18px;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
line-height: 24px;
margin-bottom: 10px;
}

h2 {
font-size: 14px;
color: #88bce3;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
line-height: 18px;
margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #014a99;
}
a:hover {
	text-decoration: underline;
}


#textbox_lt, #textbox_rt, #textbox_lb, #textbox_rb {
	background: #88bce2;
	width: 180px;
	height: 180px;
	float: left;
	color: white;
	padding:20px;
}

#textbox_lt p, #textbox_rt p, #textbox_lb p, #textbox_rb p {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
}
#textbox_lt a, #textbox_rt a, #textbox_lb a, #textbox_rb a {
	font-weight: bold;
}
#textbox_rt a {
	color: #88bce3;
}

#textbox_rt, #textbox_rb {
	margin-left: 20px;
}
#textbox_lb, #textbox_rb {
	margin-top: 20px;
}

#textbox_rt {
	background: #004a99;
	background-image: url(img/textbox_ro.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#textbox_lb{
	background-image: url(img/textbox_lu.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#textbox_lt h1, #textbox_rt h1, #textbox_lb h1, #textbox_rb  h1{
	margin-top: 0px;
	font-size: 21px;
	color: white;
}
#textbox_lt p, #textbox_rt p, #textbox_lb p, #textbox_rb  p{
	color: white;
}

/*sidebar*/

#sidebar h1, #sidebar h2 {
	font-size: 14px;
	line-height: 14px;
	color: #f39a00;
}

.align-right {
	text-align: right;
}

ul {
list-style-type: square;
list-style-position: outside;
color: #f39a00;
margin-left: 0px;
margin-top: 14px;
margin-bottom: 14px;
padding-left: 20px;
}

ul li {
color: #707173;
}

ol {
margin-top: 8px;
padding-left: 0px;
margin-left: 0px;
margin-left: 0px;
margin-top: 14px;
margin-bottom: 14px;
padding-left: 20px;
}

ol li ol, ul li ul {
margin-top: 0;
margin-bottom: 0;
}

* html ol li {
margin-left: 15px;
}

*:first-child+html ol li {
margin-left: 15px;
}

p {
margin-top: 14px;
margin-bottom: 14px;
}

p.keinabsatzdavor {
margin-top: 0px !important;
}
p.keinabsatzdanach {
margin-bottom: 0px !important;
}

.align-right {
 text-align: right;
}

/* ########################## */
/* Content-Tables */
/* ########################## */

table p {
margin-top: 0px;
margin-bottom: 0px;
}

table.contenttable {
border-collapse: collapse;
margin-bottom: 14px;
width: auto;
}

table.contenttable th {
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;
}

table.contenttable td, table.contenttable th {
vertical-align: top;
padding-right: 14px;
}

table.contenttable td p, table.contenttable th p, table.contenttable th h4 {
margin: 0;
}

table.contenttable td.td-last,
table.contenttable th.td-last {
padding-right: 0px;
}

table.border td, table.border th {
border: 1px solid #f39a00;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

table.contenttable.border td.td-last {
padding-right: 4px;
}

.align-right {
 text-align: right;
}

