/* CSS stylesheet for www.vertech.de 2005 by marplon4 formforschung */
body 		{ background-repeat : repeat-y; 
			  background-image : url(images/bg_bl_02.gif); 
			  background-color:#fafafa;
			  font-family:lucida console;} 
			  
a:link 		{ text-decoration:none; color:#993300; letter-spacing:1px;}
a:visited 	{ text-decoration:none; color:#7F99CC;}
a:hover 	{ text-decoration:underline; color:#993300; } 
a:active 	{ text-decoration:underline; color:#993300; }
 
a.um:link 		{ text-decoration:none; color:#226ACD; }
a.um:visited 	{ text-decoration:none; color:#A0A0A0; }
a.um:hover 		{ text-decoration:none; color:#000000; } 
a.um:active 	{ text-decoration:none; color:#000000; } 

a#hm:link 		{ text-decoration:none; color:#7F7F7F; }
a#hm:visited 	{ text-decoration:none; color:#A0A0A0; }
a#hm:hover 		{ text-decoration:none; color:#ffffff; } 
a#hm:active 	{ text-decoration:none; color:#ffffff; } 

/* FARBEN */
#weiss		{ color:#FFFFFF; }
#hblau		{ color:#E9F0FA; }
#dblau		{ color:#226ACD; }
#hgrau		{ color:#A0A0A0; }
#dgrau		{ color:#7F7F7F; }
#schwarz	{ color:#000000; }

/* POSITIONSHILFEN */

.pos_cont	{ background-image : url(images/bg.jpg);  
			  background-repeat:no-repeat;
			  /*background-color:#fafafa;*/
			  width:720px;
			  padding:0px;
			  position:relative;}
.pos_cent	{ position:absolute; 
			  top:0px; 
			  left:0px;
			  padding:0px; 
			  margin:0px; 
			  width:100%;}
			
/* TABELLEN */
.hm_over		{ position:relative; z-index:0; left:0px; top:0px;}
.hm_text		{ position:relative; z-index:3; top:-17px; left:8px; height:0px;}
.tab_hm_item	{ background-color:#E9F0FA; 
				  height:24px; 
				  font-size:12px; 
				  position:relative;
				  overflow:hidden;}
.tab_hm_item_sel { background-color:#226ACD; 
				  height:24px; 
				  font-size:12px; 
				  color:#ffffff;}
.tab_um_item	{ background-color:#FAFAFA; 
				  height:24px; 
				  font-size:12px; 
				  color:#226ACD;}
.tab_um_item1	{ background-color:#FAFAFA; 
				  height:24px; 
				  width:24px;}
.tab_cube		{ background-image : url(images/cube.gif);  
				  background-repeat:repeat-y;}
.tab_ft			{ font-family:Lucida Console; 
				  font-size:12px; 
				  color:#000000;
				  background-color:#fafafa;
				  line-height:18px;}
.tab_header		{ font-family:Lucida Console; 
				  font-size:18px; 
				  color:#000000; }
