/* [ Allgemeine Formate ] */

body 			{
			margin-top:		0px;
			margin-left:		0px;
			margin-right:		0px;
			margin-bottom:		0px;
			background:		#fff;
			font-family:		Arial, Helvetica, sans-serif;
			text-decoration:	none;
			}

a			{
			color:			#000080;
			text-decoration:	none;
			font-weight:		bold;
			}

a:hover			{
			color:			#000080;
			text-decoration:	underline;
			font-weight:		bold;
			}


/* [ Welcom Seite ] */

table			{
			background:		#FF161C; 
			}

#welcomtable		{
			border-top:			1px solid #ad0000;
			border-left:			1px solid #ad0000;
			border-right:			1px solid #ad0000;
			}

#welcomtable2		{
			border-bottom:			1px solid #ad0000;
			border-left:			1px solid #ad0000;
			border-right:			1px solid #ad0000;
			}

td.welcom		{
			color:			black;
			font-weight:		bold;
			line-height:		50px;
			font-size:		1em;
			text-align:		center;
			background:		#fff;
			border:			1px solid #000;
			}

a.welcom		{
			color:			black;
			font-weight:		bold;
			text-decoration:	none;
			}

a.welcom:hover		{
			color:			black;
			font-weight:		bold;
			text-decoration:	underline;
			}
