/* DATEI: style.css */

h1 {
	font-family : Helvetica,Verdana, Arial, "MS Sans Serif";
	padding : 4px;
	text-align : center;
}


body {
	background-color : #F7F9F9;
        color : #000000;
        font-family : Helvetica,Verdana, Arial, "MS Sans Serif";
        font-size : 11px;
        margin : 3px;
        text-align : left;
        padding :5px;
}

table.frame {
	background-color : #F7F9F9;
        border : 5px inset #7BBDFF;
        color : #000000;
        font-family : Helvetica,Verdana, Arial, "MS Sans Serif";
        font-size : 11px;
        margin : 3px;
        text-align : top;
        padding : 0px;
}

font.titel {
    font-family : Helvetica,Verdana, Arial, "MS Sans Serif";
    font-size : 12px;
	font-weight: bold;
}	


font.small {
        font-family : Helvetica,Verdana, Arial, "MS Sans Serif";
        font-size : 9px;
}


td.big {
	padding-top: 5px
}

.footer {
	text-align : left;
	color: #7BBDFF;
	margin : 5px;
}


td.border_bottom {
    border-bottom:1px
    padding-bottom:4px;
    margin:0px;
}

td.border_top {
    border-top:1px solid blue;
    margin:0px;
}

td.border_left {
    border-left:1px
    solid blue;
    margin:3px;
}

td.border_right {
    border-right:1px solid blue;
    margin:0px;
}

td.border_leftright {
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:blue;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:blue;
}

td.border_all {
  border-width:1px;
  border-style:solid;
  border-color:blue;
}

table.border_double {
  border:4px double blue;
  margin:0px;
}
    


