body, a:link, a:visited, a:hover, a:focus, a:active, table{
        font-size:13px;
}

body{
        background:#e5e9ee;
        vertical-align:top;
        font-family:Arial;
        padding:0px;
        margin:0px;
        color:#00275d;
}

/*Datentabelle*/

body * table.daten, body * table.daten tr th, body * table.daten tr td{
      border-width:1px;
      border-style:solid;
      padding:5px;
      margin:5px;
      border-collapse:collapse;
      border-color:#00275d;
}
body * table.daten tr th{
      background-color:#00275d;
      color:#fdb813;
}
body * table.daten tr td{
      /*background:url(../img/layout/main_bg.jpg);*/
}



/*Standardlinks*/

a:link{
     color:#4377be;
     font-weight:bold;
     text-decoration:none;
}
a:visited{
     color:#4377be;
     font-weight:bold;
     text-decoration:none;
}
a:hover, a:focus, a:active{
     color:#81b0f1;
     font-weight:bold;
     text-decoration:none;
}

/*Button*/
button{
	padding:0px 5px 0px 5px;
	margin:0px;
}

/*Überschriften*/

h1, h2, h3, h4, h5, h6{
    font-family:Arial;
    font-weight:bold;
}
h1{
    font-size:24px;
}
h2{
    font-size:19px;
}
h3{
    font-size:16px;
}
h4{
    font-size:13px;
}


/*farblich hinerlegter Bereich*/

div.box{
    background:#cfd6e0;
    padding:10px;
    border-style:solid;
    border-width:6px;
    border-color:#98aac2;
}
div.box pre{
    margin:0px 0px 5px 0px;
    padding:5px;
    background:#e5e9ee;
}


/*Absatz*/

p:first-letter{
    color:#4377be;
    font-weight:bold;
    font-size:17px;
}

img{
    border-width:0px;
    border-style:none;
}
