HTML { height:100%;}

BODY { height:100%; background-color:#fff; padding:0px; margin:0px; font-family: Verdana, Helv, Helvetica, sans-serif; font-size:12px; color:#000; line-height:16px; }



A 			{ color:#000; text-decoration: none; }
A:HOVER 	{ color:#29589C; text-decoration: underline; }

/* Dreieck unterer Teil: */
#index_faust_unten {
position: absolute; 
top: 383px; 
left:103px; 
background-image : url(../img/index_faust_unten_1.jpg);
background-repeat: no-repeat; 
}
/* Dreieck oberer Teil: */
#index_faust {
position: absolute; 
top: 61px; 
left:193px; 
background-image : url(../img/index_faust_1.jpg);
background-repeat: no-repeat; 
}

/* Text IUEWT: */
#text_1 {
position: absolute; 
top: 394px; 
left:334px; 
background-image : url(../img/text_iuewt_R.gif);
background-repeat: no-repeat; 
}

/* Text IUEWT ausgeschrieben: */
#text_2 {
position: absolute; 
top: 438px; 
left:187px; 
background-image : url(../img/text_iuewt_lang.gif);
background-repeat: no-repeat; 
}

/* Link für 800x600: */
#browser_800 {
position: absolute; 
top: 468px; 
left:358px; 
background-image : url(../img/browser_link.jpg);
background-repeat: no-repeat; 
}

/* Text für 800 x 600: */
#text_deutsch {
position: absolute; 
top: 526px; 
left:382px; 
}

/* Link für 1024 x 768: */
#browser_1024 {
position: absolute; 
top: 468px; 
left:464px; 
background-image : url(../img/browser_link.jpg);
background-repeat: no-repeat; 
}

.right		{ float:right; }
.left		{ float:left; }
.clear		{ clear:both; height:1px; overflow:hidden; }


