
body {
  font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: rgb(0,0,0);
}

table.tabset td {
  padding: 0px;
}

p,h1,h2,h3,h4,ul,ol,li,div,tr,td,th,address,blockquote,nobr,b,i {
  font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
}

h1 { font-size: 16pt; color: rgb(115,16,49); }
h2 { font-size: 14pt; color: rgb(0,0,0); margin-bottom: 0px; }
h3 { font-size: 12pt; color: rgb(65,60,111); margin-bottom: 0px;  }
h4 { font-size: 11pt; color: rgb(255,255,255); margin-bottom: 0px; }

p,td,ul,ol,li,div,th,address,nobr,b,i {
  font-size: 10pt;
}
p.a {
  font-size: 10pt;
}
p.c { font-size: 11pt; text-align: center;}
p.r { font-size: 11pt; text-align: right;}
p.l { font-size: 11pt; text-align: left;}
.grau { background-color: #EEEEEE; }

.tabkopf {
	background="image/sf_leer.gif"
}

.sf {
	width: 140px;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
	color: #000000;
	font-size: 8pt;
	font-family: Arial, sans-serif;
}
.sfklein {
	width: 140px;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
	color: #000000;
	font-size: 8pt;
	font-family: Arial, sans-serif;
}
.sfmini {
	width: 45px;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
	color: #000000;
	font-size: 8pt;
	font-family: Arial,sans-serif;
}

.sfgrau {
	width: 140px;
	background-color:#CCCCCC;
	TEXT-DECORATION: none;
	color:#000000;
	font-size: 8pt;
	font-family:Arial, sans-serif;
}

.weiss {
	font-size: 8pt;
	color: rgb(255,255,255);
	text-align: left;
	font-family: Arial, Helvetica, Sans-serif;
}
a.weiss:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
.doc {
	background-color: rgb(0,0,160);
}

a:link {
  color: rgb(0,0,255);
  text-decoration: none;
}
a:visited {
  color: rgb(115,16,49);
  text-decoration: none;
}
a:active {
  color: rgb(128,128,128);
  text-decoration: underline;
}

/* TABSET */

.tabbedbox {  
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.tabbedbox_tabset {  
  width: auto;
  padding: 0px 0px 0px 0px;
  border-right: 0px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0px;
}

.tabbedbox_tabset_divider { 
  background-color: #ccc;
  height: 5px;
}

.tabset {  
  width: auto;
  border-collapse: collapse;
  border-spacing: 0px;
}

.tabset_tab_tween { 
}

.tabset_inactivetab { 
  font-size: 63%;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.tabset_activetab { 
  font-size: 63%;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}


