/* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
/* www.test.de                                                          */
/* master.css                                                                 */
/* copyright Thoms Brückhändler, www.edv-service-tb.de                        */
/* Erstellt am:		01.06.2005                                            */
/* Letzte Änderung am:                                                       */
/*                                                                            */
/* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
html
	{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden;
	/* */
	}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	overflow-x:hidden;
	overflow-y:auto;
	-moz-scrollbars-horizontal:hidden;
	-moz-scrollbars-vertical:auto;
/*	scroll:auto; */
}

/*
Definitionen für die Intro Seite
--------------------------------------------------------------------------- */
body.bodyimpressum {
		font-size:76%;
		font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color:rgb(255,255,255);
		margin:10%;
}

body.noflash {
		font-size:100%;
		font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color:rgb(255,255,255);
		margin:10%;
}
P.noflash	{font-size:14pt;color:black;border:none;text-align:justify;}

TD, P		{font-size:10pt;color:black;border:none;text-align:justify;}
TD.center,
P.center	{text-align:center;}
P.centklein {font-size:8pt;text-align:center;}

a:link 		{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:12pt;}
a:visited 	{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:12pt;}
a:hover		{font-weight:bold;text-decoration:none;color:red; font-size:12pt;}
a:active 	{font-weight:bold;text-decoration:none;color:rgb(159,159,159);font-size:12pt;}

a.impressum:link 		{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}
a.impressum:visited 	{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}
a.impressum:hover		{font-weight:bold;text-decoration:underline;color:red; font-size:8pt;}
a.impressum:active 		{font-weight:bold;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}

a.disignedby:link		{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}
a.disignedby:visited	{font-weight:normal;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}
a.disignedby:active		{font-weight:bold;text-decoration:underline;color:red;font-size:8pt;}
a.disignedby:hover  	{font-weight:bold;text-decoration:none;color:rgb(159,159,159);font-size:8pt;}

