#inhalt {
    height: 1000px;
	padding-bottom: 50px;
}

#inhalt a:hover { background-color:#7FFF2A; }
#inhalt a:active { color:yellow; } 

/* 2-Spalten-Layout */
#module_steuerung  {
    /* background-color: #00FFFF; */ 
    height: 300px;  
    padding-top: 70px;
    padding-left: 130px;
    float: left;          /* 1. Spalte */
    width: 150px; 
} 
a {text-decoration: none; color:#000AAF} 
   
#module_steuerung li {
   list-style-type: none;
   padding-bottom: 5px; height: auto;  
   }

#module_inhalt {            
    /* background-color: #800080; */
    padding-top: 70px;
    margin-left: 130px;   /* 2. Spalte */
   }       
#module_inhalt h2 {
    font-size: 1.0em;
    font-weight: bold;
   /* margin-bottom: 40px;*/
}  
#module_nx_ordner_offen {
    padding-top: 40px; height:auto;
    float: left;
}
#module_verkauf {
    padding-left: 40px;
}
#module_verkauf h2 {
    display:block;
    color: red;
    font-size: 1.3em;
    font-weight: bold;
}
#module_verkauf p {
    text-align: left;
    padding-left: 20px;
}
#module_inhalt p {
    /*background-color: #800000;  */
    clear: left;
}
#struktur  {
    /* background-color: #FFFF00; */
    margin-left: 250px;
}

#modulbild {
    /* background-color: #008000;  */
    float: right;
    margin-right: 100px;
}
#modulbild_zusatz p {
    text-align: left;
	width: 800px;
    /* background-color: red; */ 
    margin-left: 250px;
    margin-top:20px;
}
#modulbild_zusatz ul li {
	list-style: none;
	padding-bottom: 5px;
}


/* ----------------------------------------Ende nx_doku.htm-----------*/

/*-responsiv--------- von 440 px bis 949 px----------------------------- responsiv */
@media only screen and (min-width: 440px) and (max-width:949px) {

#module_inhalt {            
    /*  background-color: #800080; */ 
    padding-top: 0;
    margin-left: 5px;
	}
#module_inhalt img {
	width: 95%; height: auto;
	}

#module_steuerung  {
    /*background-color: #00FFFF; */
	margin-top: 20px;
    height: auto;  
    padding-top: 30px;
    padding-left: 50px;
    float: none;          /* 1. Spalte */
	width: 150px;
	} 

#module_inhalt p {
    /* background-color: #800000;  */
    text-align: left;
    margin-right: 10px;
    margin-top: 30px;
}
}    /* --------------------Ende responsiv 440 - 949px ! -----------------------------------*/

/*---------Start bis 440 px --------------------------------- responsiv */
@media only screen and (max-width:440px) {
	
#module_inhalt {            
    /*  background-color: #800080; */ 
    padding-top: 0;
    margin-left: 5px;
	}
#module_inhalt img {
	width: 95%; height: auto;
	}

#module_steuerung  {
    /*background-color: #00FFFF; */
	margin-top: 20px;
    height: auto;  
    padding-top: 30px;
    padding-left: 50px;
    float: none;          /* 1. Spalte */
	} 
#module_nx_ordner_offen {
    float: none;
	}

#module_inhalt p {
    /* background-color: #800000;  */
    text-align: left;
    margin-right: 10px;
    margin-top: 30px;
}
	
#modulbild {
    float: none;
	margin-bottom: 50px;
    }
#struktur  {
   /* background-color: #FFFF00;  */
    padding-left: 0px; margin-left: 20px;
}
	
}    /* --------------------Ende responsiv 440px! -----------------------------------*/	

