body
	{
	color:#006666;
	font-family:sans-serif;
	font-size:16pt;
	}

	p
	{
	color:#006666;
	font-size:14pt;
	font-family:sans-serif;
        margin-left: 10px;
	}

	h1
	{
	color:#006666;
	font-size:18pt;
	font-family:sans-serif;
	font-weight:bold;
        margin-left: 10px;
        margin-top: 30px;
	}

	td.kursiv
	{
	font-style: italic;
	font-weight:bold;
	}
	
	div#contentback
        {
        top: 0;
        width: 950px;
	height:100px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(grafik/backgroundHead.png);
	z-index: 1;
        }
       
	div#content
        {
        width: 950px;
        height: 1000px;
        position:absolute;
        top: 190px;
        background-image: url(grafik/background.png);
        }

	div#head
        {
        position:fixed;
        width:950px;
        height:144px;
        top:0px;
	margin-left: auto;
        margin-right: auto;
        
        }

	div#nav
        {
        position:fixed;
        width:950px;
        height:20px;
        bottom:50px;
	margin-left: auto;
        margin-right: auto;
        
        }
        
        #headlinemblp
        {
        margin-left: auto;
        margin-right: auto;
        border-color: #006666;
        border: 4px solid #006666;
        border-radius: 3px;
        width: 350px;
        }
        
        #headlinemblp h1
	{
	color: #2867a0;
	font-size:19pt;
	font-family:sans-serif;
	font-weight:bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
	}
        
        #headlinemblp h2
	{
	color: #2867a0;
	font-size:13pt;
	font-family:sans-serif;
	font-weight:bold;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
	}
        
        #headlinemblp h3
	{
	color: #000;
	font-size:12pt;
	font-family:sans-serif;
	font-weight:bold;
        text-align: center;
        margin-top: 0;
	}
        
        #diagramm {
            float: left;
            margin-left: 30px;
            margin-right: 10px;
            margin-top: 0px;
        }
        
        p.black {
            color: #000;
            margin-left: 55px;
            font-weight: bold;
            margin-bottom: 0px;
        }
        
	div#dummy
        {
        height:100px;
        }
        
        .error {
      background-color: #FFC4C4;
    }
    
    .success {
      background-color: #C4FFCB;
    }
    
    #notification{
      padding: 5px;
      width: 250px; 
      display: none;
    }
