/*body {
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #E0A178;
  scrollbar-3dlight-color: #E0A178;
  scrollbar-arrow-color: #D9B59E;
  scrollbar-track-color: #FFFFFF;
  scrollbar-darkshadow-color: #E0A178;
}*/

body {background-color:#FFFFFF;}
/*################################################################
Linkfarbe aller Links: schwarz und immer unterstrichen
################################################################*/
a 			{color:#000000;text-decoration:underline;}
a:link		{color:#4C73BB;}
a:active		{color:#4C73BB;}
a:visited		{color:#4C73BB;}
a:hover		{color:#4C73BB; text-decoration:none;}

/* ################################################################
Farben Hintergrund
################################################################*/
.bgRosa  {
	background-color : #EFBDA6;
}
.bgHellRosa  {
	background-color : #FFF4ED;
}
.bgHellRosa2  {
	background-color : #FFFAF7;
}
.bgBlau  {
	background-color : #4C73BB;
}
/* ################################################################
Text normale Schriftgroee
################################################################*/
.text  {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #000000;
	text-decoration: none;
	line-height: 16px;
}

.textGross  {
	font-size : 14px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : #4C73BB;
	text-decoration: none;
	line-height: 18px;
}
.textBlau  {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #4C73BB;
	text-decoration: none;
	line-height: 16px;
}
.textBlauBold  {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : #4C73BB;
	text-decoration: none;
	line-height: 16px;
}
.textBold  {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	text-decoration: none;
	line-height: 16px;
}
.textklein  {
	font-size : 10px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #000000;
	text-decoration: none;
	line-height: 14px;
}
.headline  {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : #4C73BB;
	text-decoration: none;
	line-height: 16px;
}
/*Formatierung Text in Tabellen*/
.textTabelle  {
	font-size : 10px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #000000;
	text-decoration: none;
	line-height: 13px;
}
.textBlauTabelle  {
	font-size : 10px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	color : #4C73BB;
	text-decoration: none;
	line-height: 13px;
}
.headlineTabelle  {
	font-size : 11px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : #4C73BB;
	text-decoration: none;
	line-height: 13px;
}
/*Formatierung Text in Tabellen*/
.durchschuss  {
	line-height: 6px;
}
.durchschuss2  {
	line-height: 20px;
}

/* ################################################################
Listen
################################################################*/
ul {
	margin-left: 20px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding:0px; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#000000; 
	line-height: 16px; 
	list-style-image:url(/d/img/button_liste.gif);
}
li {
	margin-left: 14px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding:0px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#000000; 
	line-height: 16px; 
	list-style-image:url(/d/img/button_liste.gif);
}
ol {
	margin-left: 14px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding:0px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#000000; 
	line-height: 16px; 
	list-style-image:url(/d/img/button_liste.gif);
}

/* ################################################################
Formulare
################################################################*/
.input { 
  color:#000000;
  background:#FFFFFF;
  border:#000000 solid 1px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size : 12px;
  font-weight : normal;
  padding-left: 1;
  height: 17px;
}
.inputButton { 
  color:#000000;
  background:none;
  border:#000000 solid 1px;
  /*height: 17px;*/
  /*weight: 50px;*/
  font-family: Arial, Helvetica, Sans-Serif;
  font-size : 12px;
  cursor:hand;
}
.inputBox { 
  color:#000000;
  background:none;
  border:#000000 solid 1px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size : 12px;
}
.testButton {
 type:image;
 src:url(/d/img/button_abschicken.gif);
 border:#000000 solid 1px;
 }
