


#besatzfeld{
position:relative;
width: 100%;


}   


#besatzfeldLinks{
position:absolute;

width: 35%;
}   
#besatzfeldRechts{
position:absolute;
left: 30em;
top: 8em;
width: 49%;
}   







/* CSS Document original */ 

* { 
    font:14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif; 
    color:#333; 
    line-height:1.4em; 
    margin:0; 
    padding:0; 
} 

body, html { 
    width:100%; 
} 

div#navigation { 

    display:inline-block; 
    width:200px; 
    border:1px solid #999; 
    padding:10px; 
    margin:10px; 
    vertical-align:top; 
} 

div#modulInhalt { 
    display:inline-block; 
	width: 80%;
   /* width:calc(100% - 280px); /*geht nur für aktuelle Browser, da noch neu*/
    min-width:500px; 
    /* border:1px solid #999; */
    padding:10px; 
    margin:10px 0; 
    vertical-align:top; 
} 

ul { 
    list-style-type:none; 
} 

a { 
    color:#900; 
} 

h1 { 
    font-size:1.5em; 
    font-weight:900; 
    padding:5px 0; 
    margin:0 0 15px; 
    border-bottom:1px solid #333; 
} 

tr#title td {
	color:#ff0000;
	font-weight:bold;
}

table { 
    border-collapse:collapse; 
    margin:20px 0; 
    width:100%; 
} 

td { 
    padding:3px; 
    border:1px solid #ccc; 
} 

tr:nth-child(odd) td { 
    background-color:#eee; 
} 

p {
	padding:0 0 10px 0;	
}


form{
	/*border:1px solid #F93;
	 background-color:#FFC;*/ 
	padding:10px;	
}

label {
	display: inline-block;
	vertical-align:top;
	width:200px;
	text-align:right;
	color:#996;	
}

input[type="text"],
input[type="file"],
textarea{
	width:250px;
	boder:1px solid #960;
	padding:2px;
	color:#000;
	font-weight:900;
}


textarea {
	height:200px;
	resize:vertical;
	max-height:300px;
}

input[type="text"]:focus,
	textarea:focus {
	color:900;	
	}


input[type="submit"] {
	background-color:#996;
	color:fff#;
	width:auto;
	padding:3px 10px;
	border:0;
}

a.entfernen {
	background-color:#900;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	display:block;
	width:14px;
	height:14px;
	
	
}





img.iconAdmin { 
    height:100px; 
    margin:10px; 
} 




/*Bsp. responsive Design*/
@media screen and (max-width:640px) { 
    div#navigation { 
        background-color:#f90; 
    } 
}




