

/* ***STANDARD**** */
/*undo html*/
ul {list-style-type:none;}
/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, iframe, p, blockquote, table, thead, tbody, tfoot, caption, th, tr, td, a, fieldset { margin:0; padding:0; border-collapse:collapse; border:0}
input, textarea, select, option { margin:0; padding:0; border-collapse:collapse; font-family:Verdana, sans-serif;
font-size:11px;
font-weight:normal;
}
cite {font-style:normal !important;}
/* whoever thought blue linked was a good idea? */
a img { border:0 }
a { text-decoration:none; color:#000000; }
img { border:0; }

/* ***STRUKTUR*** */

#content { 
position:absolute; 
top:0; 
left:0; 
padding:0; 
margin:0; 
}

/*memo: standard - wird im html ?berschrieben!!!*/
#fenster {
width:700px; 
height:300px; 
/**/
overflow:auto;
position:relative; 
}
#inhalt {
width:300px; 
height:300px; 
}


/* ------ > hier anpassen: */
/* *************** DESIGN ****************** */


body { 
background-color:#ccc; 
color:#fff;
font-size:11px;
line-height:17px;
font-family:sans-serif;
font-weight:normal;
}



/*overlay=inhalt*/

/* ***details*** */
/*overlay:bg*/
#overlay { 
position:absolute;
z-index:999;
margin:0;
text-align:left;

/*position box*/
top:0px !important;
left:0px !important; 

/*format*/
width:750px !important;
height:470px !important;

/*text*/
font-family:verdana,sans-serif;
font-size:11px;
line-height:15px;
font-weight:normal;

}

/*#overlay p {
text-align:left;
color:#fff;
position:absolute;
top:12px;
left:375px;
width:370px;
}*/

#overlay a {
color:#fff;
}


#closer {
position:absolute;
z-index:1111;
left:0px;
top:0px;
width:793px;
height:458px;
}
#closer img {
border:0 !important;
}

/* ********************** */



#content {
margin:0 ;
}

#overlay_shadow { 
margin:0;
position:absolute;
z-index:100;
/* original:
top:0;
left:0;
width:100%;
height:100%;
background-color:#A6A6A6; 
*/

top:100px !important;
left:73px !important; 
/*format*/
width:750px !important;
height:470px !important;
/* wird hier nicht gebraucht */

}





