/*	-------------------------------------------------------------
	www.flippo.info
	Gunkel_Consulting
	Lieferantenmodul
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Supplier Style
	Filename:		supplier.css
	Version:		0.1
	Date:			Dec 14, 2006
	-------------------------------------------------------------	*/


html {
overflow: scroll;
}

    body {
    /*text-align: center; Zentrierung Seite fuer IE*/
    font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 84%; line-height: 1.3em; word-spacing: 0.1em; color: #444;  
    }

    td {
    /*text-align: center; Zentrierung Seite fuer IE*/
    font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%; line-height: 1.1em; word-spacing: 0.1em; color: #444;  
    }

/*Ueberschriften*/
h1, h2, h3, h4, h5, h6 {
	color:#444;
	font-family:arial, 'Trebuchet MS',  helvetica, verdana, sans-serif;
	font-weight: normal;
	margin: 10px 0px 5px 5px;	
}

h1{
	font-size:150%;
}
h2, h3, h4, h5 {
	font-size: 125%;
	font-weight:bold;
}	

h3 {
	padding-bottom: 15px;
	margin: 20px 20px 0 20px;
	font-size: 150%;
}

h4 {margin: 0px 0px 0px 0px;}

/*Texte*/

p {margin: 10px 10px;}
td {text-align: left;}

/*Links*/
a {color: #990000; text-decoration : none; }
A:Visited	{color: #990000; text-decoration : none;}
A:Active	{color: #990000; text-decoration : none;}
A:Hover	    {color :#979797; text-decoration : none;}

a.black {color: #000000; text-decoration : none;  border-bottom: none; }
a.black:Visited	{color: #000000; text-decoration : none;}
a.black:Active	{color: #000000; text-decoration : none;}
a.black:Hover   {color: #000000; text-decoration : underline; background: none;}

a.white {color: #FFFFFF; text-decoration : none;  border-bottom: none; }
a.white:Visited	{color: #FFFFFF; text-decoration : none;}
a.white:Active	{color: #FFFFFF; text-decoration : none;}
a.white:Hover   {color: #FFFFFF; text-decoration : underline; background: none;}

/*Allgemeine Klassen*/
.nude {text-decoration : none;  font-size:130%; font-weight:bold;  background-color: none; background: none;border-bottom: none;}


