/* [ 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:			#e62d2a;
			text-decoration:	none;
			font-weight:		bold;
			}

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


/* [ Welcom Seite ] */
#welcomtable		{
			vertical-align:			top;
			width:				555px;
			height:				550px;
			background-image:		url("images/sgo_landingpage.png");
			}

td.welcom		{
			color:			black;
			font-weight:		bold;
			line-height:		30px;
			font-size:		1em;
			text-align:		center;
			background:		#fff;
			padding:		5px;
			}

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

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

