body {
    background-color: #000000;
    margin: 0em;
}

h1 {
    font-family: sans-serif;
    font-size: 24pt;
    font-weight: normal;
    color: #000000;
    padding-bottom: 0em;
}
h2 {
    font-family: sans-serif;
    font-size: 18pt;
    font-weight: normal;
    color: #000000;
    padding-bottom: 0em;
    text-align: center;
}
h3 {
    font-family: sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: #000000;
}

a:link, a:visited {
    color: #07108F;
    text-decoration: none;
}

a:active, a:focus, a:hover {
    color: #CDCBE6;
    text-decoration: none;
}

select#modul  { 
	background-color:#FFFFFF;
	width:150px; 
	align="left"
}


table#outer{
    padding:0px;
    spacing:0px;
    border:0px solid green;
    width:100%;
    background-color: #3C4C6D;
}
table#modul{
	border:0px solid red;
	background-color: #DADFE9;
	border-style:hidden table-layout:fixed;
	padding:5px;
	spacing:0px;
	width:100%;
	caption-side:top;
	empty-cells:collapse; 
}


table#block{
    border:0px solid yellow;
    color:#07108F;
    background-color:#EEEEEE;
    padding:0px;
    spacing:0px;
    width:120px;
    caption-side:top;
    empty-cells:collapse;
    align:center;
}

table#login{
	border:0px solid red;
	background-color: #DADFE9;
	border-style:hidden table-layout:fixed;
	padding:5px;
	spacing:0px;
	width:20%;
	caption-side:top;
	empty-cells:collapse;
}

td {
    color:#00000;
    vertical-align: top;
    font-family:sans-serif;
    font-size:12; 
}

td#sidebar_left{
    padding:5px;
    width:200px;
}

td#sidebar_right{
    padding:0px;
    width:20%;
    background-color:#EEEEEE;
}



td#main{
    height:600;
    background-color:#FFFFFF;
    table-layout:fixed;
    padding:10px;
    spacing:20px;
    width:80%;
    caption-side:top;
    empty-cells:collapse;
    font-family:sans-serif;
    font-size:16; 
}
td#modul{
    color:#07108F;
    background-color: #DADFE9;
    font-family:sans-serif;
    font-size:16; 
}

th#modul{
    color:#FFFFFF;
    background-color: #3C4C6D;
    font-family:sans-serif;
    font-size:16; 

}
th#block{
    color:#FFFFFF;
    background-color: #3C4C6D;
    font-family:sans-serif;
    font-size:16; 
}

