/* ======== FORMS ================== */

DIV.dotted {
  padding: 8px;
}

INPUT.submit-back {
  padding-top: 0px;
  margin-top: 0px;
  background-color: white;
  border: 2px outset white;
  font-size: 11px;
  font-weight: bold;
  color: #F15D2F;
  text-align: left;
  cursor: pointer;
}

INPUT.image-submit {
  padding-top:      0px;
  margin-top:       0px;
  border:           0px solid red;
  background-color: #FFFFFF;
  color:            white;
  width:            1px; 
  height:           1px;
}

INPUT.submit-submit {
  padding-top: 0px;
  margin-top: 0px;
  background-color: #F15D2F;
  border: 2px outset white;
  font-size: 11px;;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

FORM {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

LABEL {
  color:       #002020;
  font-size:      11px;
  font-weight:    bold;
}

FORM DIV.informaltable {
  margin-bottom:                  15px;
  padding:                         8px 0px;
}

FORM DIV.submittable {
  margin-bottom: 15px;
  padding:        0px;
  width:         100%;
}

FORM DIV.submittable TABLE{
  width:         100%;
}

FORM DIV.submittable TABLE TD{
  width:         50%;
}

INPUT, SELECT, TEXTAREA {
  margin-bottom:  5px;
}

SELECT {
  padding-top:    0px;
  margin-top:     0px;
  font-weight: normal;
}


/* ======== ERRORBOX ================== */

DIV.errorbox {
  background-color: #ffffff;
  color:            black;
  border:           1px solid #cc3300;
  margin-bottom:    30px;
  text-align:       left;
  width: 90%;
}

DIV.errorbox UL {
  padding: 3px;
  margin-left: 18px;
}

DIV.errorbox UL LI {
  color:       #cc3300;
  font-weight: normal; 
  text-align:  left;
  font-size:   13px;
}

DIV.errorbox P.boxtitle {
  background-color: #CC3300;
  color:          white;
  text-decoration: none;
  font-weight:     bold; 
  margin:           0px;
  padding-top:      2px;
  padding-right:    3px;
  padding-bottom:   2px;
  padding-left:    18px;
  font-size:       12px;
}

LABEL.error {
  color: #CC3300;
}

INPUT.error, SELECT.error, TEXTAREA.error {
  color:       #CC3300;
  font-weight: bold;
}

DIV.errorbox DIV.titleicon {
  float: left;
  position: relative; top: 2px; left: 2px; z-index:1;
}


/* ======== BANNER ================== */

#banner {
	background: url(../graphics/bg-banner.jpg) no-repeat #707B85;
	padding-left: 242px;
	height: 97px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 12px solid #E26C00;
}

#banner IMG{
	margin-top: 26px;
	border: 0px;
	display: block;
}
#banner h3{
	padding: 0;
	margin: 0;
	font-size: 10pt;
	color: #fff;
}

#topmenue {
	float: right;
	padding: 5px 10px;
	color: #fff;
}

#topmenue span.tm {
	color: #fff;
	font-size: 11pt;
	padding: 0 5px
}

#topmenue A{
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}


/* ======== FOOTER ================== */

#footer {
	margin: 0 0 20px 15px;
	padding: 5px 2px;
	color: #505050;
}
#footer A{
	text-decoration: underline;
	color: #505050;
}
#footer A:HOVER{
	color: #E26100;
}


/* ======== LEFTMENU ================== */

td.leftnavi {
	background: #ccc;
}

td.leftnavi h2{
	font-size: 11pt;
	color: #666;
	line-height: normal;
	margin: 8px 10px;
	padding: 2px 5px;
}


#leftnavi {
	width: 240px;
	margin: 0px;
	padding: 0px;
}

#leftnavi {
	width: 240px;
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}

UL LI a {
	text-decoration: none;
}
UL LI a:hover {
	text-decoration: underline;
}
UL LI.curpage a {
	text-decoration: underline;
}

UL LI.descendant a {
	text-decoration: none;
}

UL LI.personen {
	display: none;
}

/* ========================= */
/* 1.Ebene                   */
/* ========================= */
UL {
	margin: 0px;
	padding: 0px;
}

UL.leftnavi LI{
	list-style-type: none;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

UL.leftnavi LI.active{
	background: #E26C00;
}

UL.leftnavi LI.active a{
	color: #fff;
}
	
UL.leftnavi LI{
	background: #ccc;
}

UL.leftnavi LI li{
	background: #E26C00;
}


UL.leftnavi LI A{
	font-weight: bold;
	font-size: 10pt;
	color: #333;
}

UL.leftnavi LI li A{
	color: #fff;
}

/* ========================= */
/* 2.Ebene                   */
/* ========================= */

UL.leftnavi LI UL {
	margin: 5px 0 5px 12px;
	padding: 0;
}
UL.leftnavi LI UL LI{
	list-style-type: none;
	list-style-image: url('../graphics/lin1.gif');
	padding: 3px 0;
	border-bottom: none;
}

UL.leftnavi LI UL LI A{
	font-weight: normal;
	font-size: 9pt;
}

/* ========================= */
/* 3.Ebene                   */
/* ========================= */

UL.leftnavi LI UL UL {
	padding: 0;
	margin: 3px 5px 3px 10px;
}
UL.leftnavi LI UL UL LI{
	list-style-type: none;
	list-style-image: url('../graphics/lin2.gif');
	padding: 0;
}

UL.leftnavi LI UL UL LI A{
	font-size: 8pt;
	font-weight: normal;
}


/* ======== LISTS ================== */

DIV.itemizedlist UL {
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-top: 0em;
}
DIV.itemizedlist UL LI {
	list-style-image : url('../graphics/li.gif');
	list-style-type: none;
	margin-left:     0.5em;
	margin-bottom:   3px;
	font-size: 12px;
}
DIV.itemizedlist UL LI P{
	padding: 0;
	margin: 0;
}
DIV.itemizedlist P.title{
	padding-bottom: 3px;
	margin: 0;
}

UL.toc {
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-top: 0em;
}
UL.toc LI {
	list-style-image : url('../graphics/li.gif');
	list-style-type: none;
	margin-left:     0;
	font-size: 12px;
}
UL.toc LI A{
	text-decoration: underline;
	margin-left:     0;
}


/* ======== SIDEBAR ================== */

DIV.sidebar {
	width: 200px;
	padding: 10px 15px;
	margin: 0;
}
DIV.sidebar P.title{
	font-size: 11pt;
	color: #666;
}


/* ======== PRINT ================== */

#print {
	width: 640px;
	padding: 20px;
}

#print div.banner {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #505050;
}

#print table.banner IMG{
	margin-top: 26px;
	border: 0px;
	display: block;
}

#print DIV.banner h3{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666;
}

#print table.content h1 {
	font-size: 18px;
	color: #E26100;
	padding: 0;
	margin: 10px 0;
}
#print table.content td {
	padding: 4px;
}
#print table.content td.sidebar {
	border-left: 1px solid #505050;
}
#print table.content P.title {
	color: #505050;
}
#print table.content DIV.sidebar {
	padding: 0;
}

#print DIV.footer {
	border-top: 1px solid #505050;
}
#print DIV.footer A{
	color: #505050;
	text-decoration: none;
}
@media print { 

#print DIV.print-back {
	display: none;
}
}


/* ======== MAIN ================== */

BODY  {
	background: #fff;
	margin: 0;
        padding: 0;	
	font-family: Arial, Helvetica, sans-serif;

}
html , body , div , p , ul , li , input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #505050;
}

TABLE TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

IMG {
	border:  0px;
	padding: 0px;
	margin:  0px;
}
A {
	color: #E26100;
}
P {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 140%;
	text-align: justify;
}
h1 {
	font-size: 18px;
	color: #505050;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 12px;
	color: #505050;
	padding: 5px 0 25px 0;
	margin: 0;
}

DIV.mediaobjectleft {
	margin-top:    0em;
	margin-bottom: 0.5em;
	margin-right:  1.5em;
	margin-left:  2px;
	float: left;
}

DIV.mediaobjectright {
	margin-top:    0em;
	margin-bottom: 0.5em;
	margin-left:   1.5em;
	margin-right:  2px;
	float: right;
}

em {
	font-style: normal;
	font-weight: bold;
}
table.container {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.container td.leftnavi{
	width: 240px;
}

table.container td.content{	
	width: 100%;
	padding: 25px;
}

table.container td.sidebar{
	background: #ccc;
	width: 200px;
}

DIV.formalparatitle {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
tt.email {
	font-family: Arial, Helvetica, sans-serif;
}

DIV.pics table {
	width: 100%;
}

div.bridgehead h2{
	padding: 4px 0 0 0;
	margin: 0;
}
div.printversion {
	text-align: right;
}
div.printversion A{
	color: #505050;
}

.signatur table{
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
	width: auto;
}

.signatur td{
	padding: 0 40px 0 0	
}

.contentfooter {
	margin-top: 10px;
}

.pics table td A{
	text-decoration: none;
}