/*body {
    background-image:url("./icons/eucad_logo.gif");
    background-repeat:no-repeat;
    background-attachment:fixed;
    }*/
body, table, td, th, div {
    background-color: #EEEEEE;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    }
table {
    empty-cells:show;
    }
div.Logo, div.LogoEmpty {
    /* position:fixed;  geht nicht in I.E. */
    position:fixed;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:10px 0px;
    /*background-color: #DEEFFF;*/
    background-color: #DEEFFF;
    z-index:3;
    top:0px;
    left:0px;
    width:165px;
    height:60px;
    }
div.Logo {
    background-image:url("./images/eucad_logo.gif");
    }
div.Titel {
    /* position:fixed;  geht nicht in I.E. */
    background-image:url("./images/bg_titel.gif");
    background-repeat:no-repeat;
    position:fixed;
    z-index:3;
    top:0px;
    left:165px;
    height:60px;
    overflow:hidden;
    width:90%;
    text-indent:10px;
    }
div.Menu {
    background-image:url("./images/bg_menu.gif");
    background-repeat:no-repeat;
    z-index:3;
    top:60px;
    left:0px;
    width:165px;
    position:fixed;
    margin-left:5px;
    height:100%;
    }
div.Content {
    background-repeat:no-repeat;
    position:absolute;
    z-index:1;
    top:60px;
    left:175px;
    height:100%;
    overflow:visible;
    width:100%-165px;
    }
div.EUCADLeft {
    background-repeat:no-repeat;
    /*position:absolute;*/
    z-index:1;
    /*top:140px;*/
    /*left:175px;*/
    height:100%-65px;;
    overflow:visible;
    /*width:300px;*/
    /*width: 50%;*/
    margin-left: 50px;
    /*border:1px;
    border-style:solid;*/
    }
div.EUCADRight {
    background-repeat:no-repeat;
    /*position:absolute;*/
    z-index:1;
    /*top:140px;*/
    /*left:500px;*/
    /*height:100%-65px;*/
    overflow:visible;
    /*width:100%-500px;*/
    /*width: 50%;*/
    /*max-width:500px;*/
    margin-right: 50px;
    /*border:1px;
    border-style:solid;*/
    }
div.Date {
    /*position:absolute;*/
    position:fixed;
    top:30px;
    right:5px;
    z-index:5;
    }
div.Language {
    position:fixed;
    /*position:absolute;*/
    top:10px;
    right:5px;
    z-index:6;
    }
div.News {
    position:fixed;
    /*position:absolute;*/
    top:30px;
    right:150px;
    z-index:7;
    border: 2px;
    border-style:solid;
    border-color:#4682B4;
    }
img {
     border: 0px;
    }
img.List {
     float:left;
     margin-right:20px;
     margin-top:0px;
     margin-bottom:0px;
    }
img.FloatLeft {
     float:left;
     margin-right:10px;
    }
img.FloatRight {
     float:right;
     margin-left:10px;
    }
img.Red {
    background-color:#FF0000;
    /*width:30px;*/
    }
img.Green {
    background-color:#00FF00;
    /*width:30px;*/
    }
img.Yellow {
    background-color:#FFFF00;
    /*width:30px;*/
    }
f.date {
    background-color:#8FBC8F;
    }

h1.Titel {
    margin-top:15px;
    }

h1.Menu {
    /*font-size:13px;*/
    margin-top:10px;
    margin-bottom:2px;
    border:1px;
    border-style:hidden;
    }
h1.Ref {
    /*font-size:13px;*/
    margin-top:10px;
    margin-bottom:2px;
    border:1px;
    border-style:hidden;
    }
h2.Menu {
    /*font-size:11px;*/
    margin-left:5px;
    margin-top:5px;
    margin-bottom:2px;
    border:1px;
    border-style:hidden;
    }
h2.Ref {
    /*font-size:11px;*/
    margin-left:5px;
    margin-top:5px;
    margin-bottom:2px;
    border:1px;
    border-style:hidden;
    }
h3.Menu {
    /*font-size:12px;*/
    /*margin-left:10px;*/
    margin-top:10px;
    margin-bottom:5px;
    border:1px;
    border-style:hidden;
    }
h3.Ref {
    /*font-size:12px;*/
    /*margin-left:10px;*/
    margin-top:10px;
    margin-bottom:5px;
    border:1px;
    border-style:hidden;
    }
h1.Menu:Hover,h2.Menu:Hover,h3.Menu:Hover,h4.Menu:Hover,h5.Menu:Hover {
    border:1px;
    border-style:solid;
    border-color:#0000FF;
    background-color: #EEEEEE;
}
h1.Ref:Hover,h2.Ref:Hover,h3.Ref:Hover,h4.Ref:Hover,h5.Ref:Hover {
    border:1px;
    border-style:solid;
    border-color:#0000FF;
    background-color: #DEEFFF;
}
h3.Content {
    font-size:12px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    }
h4.Menu {
    font-size:11px;
    margin-left:15px;
    margin-top:0px;
    margin-bottom:0px;
    border:1px;
    border-style:hidden;
    }
th.Left {
    text-align:left;
    }
th.Right {
    text-align:right;
    }
td.Right {
    text-align:right;
    }
ul {
    margin-top:5px;
    margin-bottom:5px;
    }
ul.MenuL1 {
    margin-left:15px;
    margin-top:5px;
    margin-bottom:2px;
    padding-top:5px;
    padding-left:5px;
    line-height:125%;
    }
ul.MenuL2 {
    margin-left:15px;
    margin-top:2px;
    margin-bottom:2px;
    padding-top:2px;
    padding-left:15px;
    list-style-type:circle;
    line-height:115%;
    }
ul.MenuL3 {
    margin-left:15px;
    margin-top:1px;
    margin-bottom:2px;
    padding-top:2px;
    padding-left:20px;
    list-style-type:square;
    line-height:105%;
    }
br.ClearLeft {
        clear:left;
        }
br.ClearRight {
        clear:right;
        }
br.ClearAll {
        clear:both;
        }

a:Link	{
	/*color: #0000FF;*/
	color: #000000;
	text-decoration:none;
	}

a:Visited {
	/*color: #800080;*/
	color: #303030;
	text-decoration:none;
	}

a:Hover {
	/*color: #FF0000;*/
	color: #E00000;
	text-decoration:none;
	}

a:Active {
	color: #FF0000;
	text-decoration:none;
	}

