
/*
Sibis normal CSS file
*/
body{
        margin: 0.8em 8em 0.8em 8em;
		Background-Color: #2A5FAA;
        Font-Family: Verdana,Arial,sans-serif;
       }

a:link{
       	Color : #FFFFFF;
        text-decoration: underline;
		}

a:visited{
        Color : #ffffff;
        Font-Family : Verdana,Arial,sans-serif;
        }

a:hover {
		color: #00ffff;
		text-decoration: underline;
		}

a:active{
        Color : #00ffff;
		text-decoration: underline;
        }

a.italic:link {
		Color : #FFFFFF;
        Font-Size : smaller;
        Font-Style : Italic;
        Font-Weight : lighter;
        }

a.italic:visited{
        Color : #ffffff;
        Font-Size : smaller;
        Font-Style : Italic;
        Font-Weight : lighter;
        }

a.italic:hover{
        Color : #00ffff;
        Font-Size : smaller;
        Font-Style : Italic;
        Font-Weight : lighter;
        }

a.italic:active{
        Color : #00ffff;
        Font-Size : smaller;
        Font-Style : Italic;
        Font-Weight : lighter;
        }

h1{
        margin: 0 0 1em 0;
		Color : #FFFFFF;
        Font-Size : 1.4em;
		line-height: 1.4em;
        Font-Weight : bold;
        }
		
h1.schwarz{
        Color : #000000;
        Font-Family : Verdana,Arial,sans-serif;
        Font-Size : 160%;
        Font-Weight : bold;
        }

h2{
        margin: 0 0 0.6em 0;
		Color : #FFFFFF;
        Font-Size : 1.2em;
        Font-Weight : bold;
        }

h3{
        margin: 0 0 0.6em 0;
		Color : #FFFFFF;
        Font-Size : 1em;
        Font-Weight : bold;
        }

h4{
        margin: 0 0 0.6em 0;
		Color : #FFFFFF;
        Font-Size : 1em;
        Font-Weight : bold;
        }

h5{
        margin: 0 0 0.6em 0;
		Color : #FFFFFF;
        Font-Size : 1em;
        Font-Weight : bold;
        }

h6{
        margin: 0 0 0.6em 0;
		Color : #FFFFFF;
        Font-Size : 1em;
        Font-Weight : bold;
        }

caption{
        Color : #ffffff;
        font-size : 1em;
         }
table{
        border-color : #2A5FAA;
        Width : 80%;
        }
		
.table-hide {
	border: none;
		
		}

th{
        border-color : #2A5FAA;
        Padding : 2px 5px 2px 5px ! important;
        Vertical-Align : top;
        Font-Weight : bold ! important;
        font-size : 1em;
        }


td{
        Background-Color : #2A5FAA;
        Vertical-Align : top;
        Font-Weight : lighter ! important;
        font-size : 1em;
        Color : #FFFFFF;
        padding-left: 7px;
        border-style: outset;
         border-width:3px;
         border-color: #00FFFF;
        }
		
td.ohne{
        Background-Color : #2A5FAA;
        Vertical-Align : top;
        Font-Weight : lighter ! important;
        font-size : 1em;
        Color : #FFFFFF;
       }
	   
ul,ol {
        font-size : 1em;
        color: FFFFFF;
        }

li {	
		Color : #FFFFFF;
        }

b {
        Font-Weight : bold;
        }

p{
        Color : #FFFFFF;
        font-size : 1em;
        }

p.klein {
		font-size: smaller;
		}

p.upd{
        Color : #7BA5AD;
        Font-Size : smaller;
        Font-Style : Italic;
        Font-Weight : lighter;
        text-align : right;
        }


p.autor{
        Color : #008284;
        Font-Style : Italic;
        Font-Weight : lighter;
        Margin-Left : 1em;
        font-size : 1em;
       }
	   
p.fuss{
        Color : #FFFFFF;
        Font-Weight : lighter;
        Margin-Left : 1em;
        font-size : 0.8em;
       }
	   
address{
        Background-Color : #2A5FAA;
        Color : #ffffff;
        Font-Weight : lighter ;
        font-size : 0.9em;
        }