/*--- Stylesheet für www.becos.net    --- */
/*-- (c) 2002 Martin S. Fredrich          --- */
/*--------------------------------------------------*/

/*--- allgemeiner Kram ---------------------*/
.teaser{
    font-family: Arial, Helvetica, sans-serif ; font-size: 24pt; color: #CCCCCC;
	font-weight : bold;
}

body {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; color: #999999
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: black;
}

td {  font-family: Arial, Helvetica, sans-serif ; font-size: 10pt; color: #CCCCCC}
.text_klein {  font-family: Arial, Helvetica, sans-serif ; font-size: 8pt; color: #CCCCCC}

a:link {  text-decoration: none; color: #ffffff; text-decoration: none }
a:hover {  color: #999999; text-decoration: none}
a:visited {  text-decoration: none; color: #ffffff; text-decoration: none}
a:active { text-decoration: none }
a.menu {  font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt}

a.text1 {  
    text-decoration: underline; 
	color: #CCCCCC;
	font : bold;
}

/* --- Fehlerseiten ----- */
.te { 
    font-family: Courier New, Courier, monospace; 
	font-size: 16pt; 
	text-decoration: none; 
	color: White;  
	font-weight : bold;  
	background-color : #002FB5; 
	border : 1px outset #333300; 
	}
	
.tee {
	font-family: Courier New , Courier, monospace; 
	font-size: 11pt; 
	text-decoration: none; 
	color: #333333;  
	font-weight : normal; 
	border : 1px outset #333300;
 }
 
.error {
	background-color: #002FB5;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 2px ridge #3B77B1;
	width : 450px;
	color : White;
}

.error_u {
	background-color: #002FB5;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 2px ridge #3B77B1;
	width : 250px;
	color : White;
}

a.a_err { 
    font-family: Courier New , Courier, monospace; 
	font-size: 11pt; 
	text-decoration: none; 
	color: Red;  
	font-weight : normal; 
	} 

a.a_err:hover { 
    font-family: Courier New , Courier, monospace; 
	font-size: 11pt; 
	text-decoration: none; 
	color: Red;  
	font-weight : normal; 
	} 	

a.a_err:visited { 
    font-family: Courier New , Courier, monospace; 
	font-size: 11pt; 
	text-decoration: none; 
	color: Red;  
	font-weight : normal; 
	} 	
	
	
/* ENDE Fehlerseiten*/
	

/* --- Template-Styles --- */
/*#########################*/
/*-- allgemeine -- */
.headline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #CCCCCC; font-weight:bold;  background : url(../images/bg_headline.gif);}
.headerrub{
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #CCCCCC; font-weight:bold; 
 	background :  #26609A ;
	background-image : url(../images/bg_menu.gif);
 }

.tw { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: #CCCCCC;  font-weight : bold;  background-color : #69687E;  } 
.tx { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: #CCCCCC;  font-weight : normal;  background-color : #69687E;  } 
.t_underlay { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: #CCCCCC;  font-weight : normal;  background-color : #464040; }
.tm { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 8pt}

/* -- Formulare --*/

.input {
    background-color: #005EB9;
	color:#FFFFFF;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 180px;
}

.inputfp {
    background-color: #005EB9;
	color:#FFFFFF;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 100px;
}

.selwho {
    background-color:#005EB9;
	color:#FFFFFF;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.inputcnt {
	background-color: transparent;
	padding:1px;
	font: normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px ridge #005EB9;
	width : 250px;
}

/*--------------- Tooltipp-----------------------*/
div#link {position: relative; color: #999999;}
div#link a {display: block;color: #999999;}
div#link a:hover {background: #2C2C2C; color: #999999;}
div#link a span {display: none;}
div#link a:hover span {display: block; text-decoration : none;
position: absolute; top: 40px; left: -200; width: 400px;
padding: 5px; margin: 4px; z-index: 100; color: Black; background: #FFDEAD;
 border : thin groove #CC0033;
}
