body {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #818185;
    line-height: 1.8em;
}


h1 {
    font-size: 22px;
    font-weight: bold;
    color: #d3213e;
    margin: 10px 0 40px 0;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #d3213e;
    margin: 10px 0 20px 0;
}

h3 {
    font-size: 12px;
    color: #000000;
    margin: 10px 0 20px 0;
}

p, td, th, ul, dl, ol {
    font-size: 11px;
    text-align: left;
}

p, ul, dl, table {
    margin: 0 0 30px 0;
}

li {
    line-height: 1.2em;
}

a {
    text-decoration: none;
    color: #d3213e;
}

a:hover {
    text-decoration: underline;
}

img {
   behavior: url("fileadmin/templates/default/js/pngbehavior.htc");
}

a img {
    border: none;
}

input {
    font-size: 11px;
    color: #666666;
    margin: 3px;
}

.grey {
    background-color: #F0F0F0;
}

.grey td{
    background-color: #F0F0F0;
}

.white {
    background-color: #FFFFFF;
}

table.contenttable, table.weisse_box {
    background-color: #FFFFFF;
    border: 3px #E5E5E5 solid;
    width: 100%;
}

table.contenttable th, table.weisse_box th{
    padding: 18px 10px 3px 10px;
    text-align: left;
    vertical-align: top;
    color: #595a5f;
}

table.contenttable td, table.weisse_box td{
    padding: 0px 3px 0px 10px;
    border-top: 1px #E5E5E5 solid;
    vertical-align: top;
}


table.contenttable p, table.weisse_box p{
    padding: 0;
    margin: 0;
}

/**
/* common classes of HTML Elements
 */
 
.weisse_box {
    background-color: #FFFFFF;
    border: 3px #E5E5E5 solid;
    padding: 12px;
} 
 
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

.vertical_linklist {
    margin: 0 10px;   
}

.vertical_linklist li{
    display: inline;
    padding: 0 5px 0 5px;
    border-left: 1px #9b9b9b solid;
}

.vertical_linklist li.first{
    border-left: none;
}

.vertical_linklist li a{
    color: #9b9b9b;
}

p.csc-frame-frame1 {
	background-color:#F0F0F0;
	border:1px #CCCCCC solid;
	padding:4px;
}

p.csc-frame-frame2 {
	background-color:#FFFF99;
	border-bottom:1px #888888 solid;
	border-right:1px #888888 solid;
	border-top:1px #EEEEEE solid;
	border-left:1px #EEEEEE solid;
	padding:4px;
	color:000000;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}


td.breite_50px {
  width:50px;
}	

td.breite_100px {
  width:100px;
}	

td.breite_150px {
  width:150px;
}	

td.breite_200px {
  width:200px;
}	

td.breite_250px {
  width:250px;
}	

td.breite_300px {
  width:300px;
}	

td.breite_350px {
  width:350px;
}	

td.breite_400px {
  width:400px;
}	