    html, body
    {
      margin: 0px;
      padding: 0px;
      text-align: center;
      background-color: #999999;

    }
    h1{
	font-family:tahoma;
	size : 10px;
	text-decotaion : none;
	color : black;
	}
    a{
        text-decoration : none;
    }
    a:hover{
        text-decoration :underline;
    }
    #container{
    	position        : relative;
    	margin          : 0 auto;
    	padding         : 0 0 0 0;
    	width           : 700px;
    	text-align      : left;
    	border          : none;
    }
    #title{
    	position        : relative;
    	top             : 0;
    	left            : 0;
    	width           : 100%;
    	height          : 135px;
    	border          : 2px solid white;
    	background-color: transparent;
	background-image: url(../img/logo_header.jpg);
    	background-repeat:no-repeat;
    	z-index         : 1;
    }

    #mainmenu{
        position        : relative;
        left            : 0px;
        top             : 0.2em;
        width           : 100%;
        height          : 1.5em;
        vertical-align  : center;
        text-align      : center;
        color           : white;
        background-color: transparent;
        background-image: url(../img/main.png);
        border          : 2px solid white;
        z-index         : 1;
    }
    #mainmenu a
    {
        color           : white;
	 vertical-align  : middle;
        font-weight     : bold;
    }
    
    #wrapper{
        position        : relative;
	    text-align      : left;
	    margin          : 0.4em 0 0 0;
	    padding         : 0 0 0 0;
	    border          : 2px solid white;
	    width           : 100%;
	    background-color: #000000;
    }
    
    #expander{
        position        : relative;
	    float           : right;
	    height          : 400px;
	    width           : 1px;
	    border          : none;
    }
    #submenu{
	float           : left;
	width           : 170px;
	margin          : 0.4em 0 0 0.4em;
       border          : 2px solid white;
    }
    
    #content{
        float           : left;
        width           : 500px;
        min-height      : 400px;
        margin          : 0.4em 0 0.4em 0.4em;
        background-color: #ffffff;
        border          : 2px solid white;
	background-image: url(../img/background.jpg);
    	background-repeat:no-repeat;
	background-position: center center;
        /*z-index         : 1;*/
    }
    /* fixes an IE bug */
    #ie{
        clear            : both;
        position         : relative;
        margin           : 0 0 0 0;
        height           : 1px;
        width            : 100%;
        border           : none;
    }
    
    /* Settings of the submenu stext element, used on submenu text */
    div.stext{
        position        : relative;
        text-indent     : 0.5em;
        z-index         : 1;
    }
    
    /* specifics for the a href- links to the submenu div element */
    .stext a{
        font-family     : tahoma;
        font-size       : 12px;
        color           : white;
        font-weight     : bold;
    }
    /*  settings of the subsubmenu div element */
    div.subsubmenu{
        margin-left     : 0.8em;
        margin-top      : 2px;
        z-index         : 1;
        font-family     : tahoma;
        font-size       : 12px;
        color           : white;
        font-weight     : normal;
    }
    a.subsubmenu {
	 margin	    : 0 0 0 15px;
	 padding	    : 0 0 0 0;
        font-family     : tahoma;
        font-size       : 12px;
        color           : white;
        font-weight     : normal;
    }
    /* Setting of the main div element where the main content is printed  */
    div.content_headline{
        position        : relative;
     	font-weight     : bold;
     	font-family     : tahoma;
     	font-size       : 14px;
    }
    div.content_content{
        position        : relative;
        font-weight     : normal;
     	font-family     : tahoma;
     	font-size       : 12px;
    }
    div.content_back{
        position        : relative;
     	font-weight     : normal;
     	font-family     : tahoma;
     	font-size       : 12px;
    }
    #content_time{
     	font-weight     : normal;
     	font-family     : tahoma;
     	font-size       : 11px;
    }
    div.attachments{
        position        : relative;
        bottom          : 0px;
        font-weight     : normal;
        font-family     : tahoma;
     	font-size       : 13px;
    }
    #footer{
        position        : relative;
        text-indent     : 1em;
        margin          : 0.2em 0 0 0;
        width           : 100%;
        height          : 25px;
        background-image: url(../img/footer.png);
        border          : 2px solid white;
        color           : #ffffff;
  }

#warning
{
	width: 400px;
	margin: 20px;
	padding: 5px;
	border-color: red;
	background-color: pink;
}
#warning legend
{
	type:block;
	border: 1px solid black;
	background-color:red;
	color:white;
	font-weight:bold;
}
