*    VISIDATA Software Projects                          */
/*    ==========================                          */
/*    CH-8572 Graltshausen (Switzerland)                  */
/*    www.visidata.ch / info@visidata.ch                  */
/*                                                        */
/*    Januar 2007/zo                                      */
/*                                                        */

/*    Farben                                              */ 
/*    ------                                              */
/*    Schwarz            #000000                          */
/*    Grau               #444444                          */
/*    Grau (Hell)        #fbfbfb                          */
/*    Grau (Rahmen)      #f1f1f1                          */
/*    Rot                #ff0000                          */
/*    Schrift            #000000                          */
/*    Blau               #7e80cd                          */
/*	  H'gelb			 #fffc8							*/
/*	  gelb			 #fff00							*/
/*	  d'gelb			 #fefe00							*/



body {
   SCROLLBAR-FACE-COLOR: #fffc8;
    SCROLLBAR-HIGHLIGHT-COLOR: #fffc8;
    SCROLLBAR-SHADOW-COLOR: #fffc8;
    SCROLLBAR-3DLIGHT-COLOR: #fffc8;
    SCROLLBAR-ARROW-COLOR: #fffc8;
    SCROLLBAR-TRACK-COLOR: #fffc8;
    SCROLLBAR-DARKSHADOW-COLOR: #fffc8;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 10px; 
	background-color: #ffffaa;
    margin-top: 0; 
    margin-left: 0; 
    margin-right: 0; 
    margin-bottom: 0; 
	padding: 0px;

}

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
	color: #00000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; 
	color: #000000;
}

th
{
	text-align: left;
	text-weight: bold;
	font-size: 110%;
	color: #000000;
}
p {
}

ul, li {
	padding-left: 0px;
	margin; 0;
	position: relative;
	align: left;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

img, a img {
	border: 1;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

HR {
	COLOR: #ff0000;
	height: 1;
	size: 1;
	noshade;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.klein {
	font-size: 80%;
}
.fett {
	font-weight: bold;
}

.Marquee
{
	background-color: #ffff00;
	height: 20px;
	width: 95%;
	color: #ff6666;
	font-size: 11px;
	font-weight: bold;

}
.bgMenuSub
{
	background-color: #ffffc8;
	width: 100%;
	border: 1px solid #fafafa;
	border-collapse: collapse; 
	noshade;
	padding: 0px;
	margin: 0px;

}
.tbMain
{
	width: 990px;
	border: 1px solid #fafafa;
	border-collapse: collapse; 
	noshade;
}

.trHauptMenu
{
	background-color: #feef00;
}

.trTitel
{
	background-color: #ffffc8;
	height: 55px;
	width: 100%;
}

.tblTeam
{
	width: 360px;
}

/*	STANDARD */
A 
{
    COLOR: #ff6666;
    FONT-STYLE: normal;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #ff6666;
    FONT-STYLE: normal;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #ff6666;
    FONT-STYLE: normal;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff6666;
    TEXT-DECORATION: underline;
}





.nav {
	COLOR: #ff6666;
	font-weight: bold;
	font-size: 16px;
}

A.nav, A.nav:visited, A.nav:active
{
	margin: 0px;
    background-color: #ffffc8;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	display:block;
	padding: 5px 16px;
	text-decoration: none;
	color: #ff6666;
	border: 1px #FFFFFF solid;
	width: 100%;
	HEIGHT: 100%
}

A.nav:hover 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	background-color: #ffff00; 
	text-decoration: none;
	color: #ff6666; 
	border: 1px #FFFFFF solid;
}






.PageTitel
{
	font-size: 26px;
	font-weight: bold;
	color: #ff6666;
	padding: 2px;
}

.tblTemplate
{
	padding: 2px;
}

.wsm
{
	font-size: 90%;
}

.frmInputArea {
	width: 350px;
	height: 80px;
	border: 1px solid #eaeaea;
}

.frmInput {
	width: 350px;
	border: 1px solid #eaeaea;

}
.chkInput {

}
.cmdInput {
	width: 160px;
	text-align: center;
	font-weight: bold;
}

#tblContent
{
	background-color: #ffffef;
}

.txtreg
{
	width: 300px;
	border: 1px solid #eaeaea;
}
.txtregPLZ
{
	width: 50px;
	border: 1px solid #eaeaea;

}
.txtregOrt
{
	width: 250px;
	border: 1px solid #eaeaea;
}
.cmdreg
{
	font-weight: bold;
	width: 150px;
	border: 1px solid #eaeaea;
	background-color: #ffff00;
}