 body {
    font-family: verdana;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
h4 {
   margin-bottom:15px;
}
h1 {
    font-family: verdana;
    font-size: 18px;
    /**color: #000079;**/
	 color: #4141a3; 
    font-weight: bold;
}
h2 {
    font-family: verdana;
    font-size: 14px;
    /**color: #000079;**/
	 color: #4141a3; 
    font-weight: bold;
    line-height: 23px;
}

a.Text_Links:link {
    font-family: verdana;

    color: #333333;
    text-decoration: underline;
}

a.Text_Links:visited{
    font-family: verdana;

    color: #333333;
    text-decoration: underline;
}

a.Text_Links:hover {
    font-family: verdana;

    color: #333333;
    text-decoration: underline;
}
.Text_Normal{
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    }
.Text_sehrKlein{
    font-family: verdana;
    font-size: 8px;
    color: #333333;
    }

.Text_Klein{
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    }
    
.Text_Gross{
    font-family: verdana;
    font-size: 14px;
    color: #333333;
    }
.Text_Sehr_Gross{
    font-family: verdana;
    font-size: 16px;
    color: #333333;
    }
    
    
    li {
    list-style: square;
}

ul {
    list-style: square;
}

col {
    background-color:blue;
    color:#ffffff;
    
}

.tableLayout {
    border: solid 0px;
    background-color: transparent;
    
}

.zeilegrau{
    background-color:#efeef8;
    border-top: solid 1px #efeef8;
}

table {
    border: solid 1px #4141A3;
    background-color: #ffffff;
    
table-layout
}
thead {
    background-color:#4141A3;
    font-weight: bold;
    color:#ffffff;
}