@CHARSET "UTF-8";
body{
text-align:center;
background-color:#c9c9c9;
	
}

#container{
	border:1px solid #e9e9e9;
	position:relative;
	margin:auto;
	width:940px;	
	height:750px;
	overflow:auto;
	font-family:Arial, sans-serif;
	font-size:1em;
	background-color:#ffffff;
  }
  
#kopfzeile{	
	width:930px;
	height:30px;
	padding:5px;
	background-color:#f0f0f0;
	font-size:14pt;
	text-align:left;
}


#titel{
	position:absolute;
	left:10px;
	top:144px;
	width:350px;
	height:625px;		
	overflow:auto;
	border:1px solid #e9e9e9;
	text-align:left;
	display:none;
	}
#menue_thema{
	width:200px;
	height:30px;
	font-size:14pt;
	margin:0px;
	color:#999999;
	background-color:white;	
}
#beschreibung{
	position:absolute;
	left:380px;
	top:144px;
	width:500px;
	font-family:'Arial',sans-serif;
	font-size:15pt;
	text-align:left;
	}
	
.listitem{
	font-family:'Arial', sans-serif;
    font-size:13pt;
    color:blue;
    text-decoration:none;
    padding:10px;
    background-color:white;
    }


#edit_win{
	position:absolute;
	left:350px;
	top:144px;
	width:600px;
	height:630px;	
	font-family:Arial,sans-serif;
    font-size:13pt;
    text-align:left;
    border:1px solid #eeeeee;
    display:none;
    overflow:auto;
    }
    
.rechts{
	text-align:right;
	width:50px;
	}
      
.eingabe{
	font-family:Arial, sans-serif;
	font-size:13pt;
	color:blue;
	}

.eingabe3{
	font-family:Arial, sans-serif;
	width:250px;
	height:20px;
	font-size:14pt;
	color:blue;
	}
	
.eingabe2{
	font-family:Arial, sans-serif;
	font-size:14pt;
	color:blue;
	width:200px;
	}	
#geaendert{
	width:50px;
	color:red;
}	

.kopf{
	color:blue;
 }

 .hinweis{
 	font-family:Arial, sans-serif;
 	font-size:10pt;
 	color:red;
 }
 
 #close_div{
 position:absolute;
 right:30px;
 top:10px;
 color:red;
 font-size:16pt;
 cursor:pointer;
 }
 
 #inp_description{
 width:460px;
 height:250px;
 }
