  /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
    --  Stylist plugin example CSS file.  Used by full_example.js
    --  when the Stylist plugin is included in an auto-generated example.
    --
    --  $HeadURL:http://svn.xinha.webfactional.com/trunk/examples/files/stylist.css $
    --  $LastChangedDate:2008-02-04 01:43:21 +0100 (Mo, 04 Feb 2008) $
    --  $LastChangedRevision:962 $
    --  $LastChangedBy:ray $
    --------------------------------------------------------------------------*/

html, body {font-family: verdana; font-size:12px; color:#000; text-align:left;}
p {padding:0; margin:0;}
h1 {font-family: verdana; margin:0px 0px 10px 0px; padding: 0; font-size:12px; color:#54a0c7; font-weight:normal;}

/* listen--------------------------------------------------*/

ul {margin-left:0.8em; padding-left:0.8em; margin-top:0; margin-bottom:10; padding-right:0px; list-style-image:url(../image/liste_bullet.gif);}

/* tabellenformatierungen --------------------------------------------------*/

td.textspalte {vertical-align:top; padding-left:10px;}

/* farben------------------------------------------------- */

.schwarz {color:#000000;}
.blau {color:#54a0c7;}

/* links----------------------------------------------*/

a:link, a:visited, a:active{color:#666666;text-decoration:none;}
a:hover {color:#54a0c7;text-decoration:none;}

a.grau:link, a.grau:visited, a.grau:active {color:#666666; text-decoration:none;}
a.grau:hover {color:#54a0c7;text-decoration:none;}

/*formular------------------------------------------------	

form  {margin:0px 0px 20px 0px;}
.formular_tabelle {width:560px; vertical-align:top;}
.box_position {float:left;}


select, input, textarea {
   	width:400px;
    background:#fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: #555555 solid 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px; 
	}

.abschicken {color: #555555;border: #555555 solid 1px; background:#ffffff; width:100px; text-align:left;}*/

