/*************************************************
  Copyright (c) 2007 CDNET INTERNETSERVICE      *
            Alle Rechte reserviert               *
**************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:  #ffefbd;
	color:#852;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	scrollbar-face-color:#ffefbd;
	scrollbar-highlight-color:#ffefbd;
	scrollbar-shadow-color:#b39b31;
	scrollbar-3dlight-color:#b39b31;
	scrollbar-arrow-color:#b39b31;
	scrollbar-track-color:#ffefbd;
	scrollbar-darkshadow-color:#ffefbd;
	}
	
	
	
	
p, td	{ 
	font-size: 12px;
	line-height: 18px;
	padding:3px;
	}
td.red  {
	color:#c00;
	font-weight:bold;
}
td.listhead  {
	font-size: 14px;
	background-color:#ffe19f;
	padding:3px;
	padding-left:25px;
	color:#930;
	letter-spacing:1.2px;
}
h1  	{   font-size:11pt;
	line-height:13pt; 
	color:#990033; 
	}
h3	{ font-size:10pt;
	line-height:14pt; 
	color:#995522;
	}
.titel	{ font-size:14pt;
		letter-spacing: 1pt;
	color:#996633;
	}
/* Formularfelder wie Name, Kontonr. etc. */	
input, select, textarea {
       border:1px solid #b39b31;
       
}
p .send {
        color: #fff;
        background-color: #962;
        font-weight: 700;
		padding:3px 9px;
		border:0;
}
p .send:hover {
        color: #962;
        background-color: transparent;

}

.inputLang {  width: 280px;   }

.inputLang2 {
  width: 220px;
  }

/* Formularfelder wie PLZ und Betrag */
.inputGanzKurz {
  width: 50px;
  border:1px solid #b39b31;
  }

/* Zelle eines Formulars */
.formularTD {  font: normal 11px Arial, Helvetica, sans-serif;  line-height: 14px;  padding: 1px; }


/* Abstände rund um Aufzählungen */
ul {
  margin-top: 1px;
  margin-left: 16px;
}

li {
  list-style: url(images/text_pfeil.gif);
}


a	{ font-size:9pt;text-decoration: none;	color: #c00;	}
a.small	{ font-size:9px;text-decoration: none;	color: #c00;	}


a:hover 	{
	text-decoration: underline; 
	color: #000000; 
	font-weight: normal; 	
	}

a.active	{ color:#aa0000; 	}

a.hyperlink:link	{ color:#993322; text-decoration: none;	}

a.hyperlink:visited	{ color:#993322;text-decoration: none; }

a.hyperlink.active	{  color: #aa9000;text-decoration: none; 	} 

a.hyperlink:hover {	color: #330000;text-decoration: underline; }





