/* -------------------- Hauptstylesheets Position und allg. Text -------------------- */

body			{
                        margin: 0px;
                        padding: 0px;
                        font-family: Tahoma;
                        font-size: 11px;
                        color: #666666;
                        background-image: URL(../media/contentbg.jpg);
                        background-repeat: repeat-y;
                        background-position: center top;
                        }



*.ContentContainer	{
			position: absolute;
			z-index: 2;
			top: 30px;
			left: 50%;
			width: 820px;
			min-height: 749px;
			margin: 0px 0px 0px -410px;
			padding: 0px 0px 0px 0px;
                        background-image: URL(../media/topbg.jpg);
                        background-repeat: no-repeat;
                        background-position: center top;
			}

*.Header		{
			float: left;
			width: 100%;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}

*.Header img		{
			float: left;
			margin: 30px 0px 0px 50px;
			padding: 0px 0px 0px 0px;
			}

*.MainContentContainer	{
			float: right;
			width: 535px;
			padding: 0px 0px 0px 0px;
			margin: 0px 50px 15px 0px;
			}

*.Contenthead		{
			float: left;
			width: 535px;
			height: 35px;
			padding: 0px 0px 0px 0px;
			margin: 15px 0px 0px 0px;
			background-image: URL(../media/maincontenthead.gif);
			background-position: left top;
			background-repeat: no-repeat;
			}

*.Contenthead h1	{
			float: left;
			font-size: 13px;
			color: #FFFFFF;
			font-family: Helvetica;
			margin: 7px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
			}

*.Content		{
			float: left;
			width: 535px;
			background-image: URL(../media/maincontentbg.gif);
			background-position: left top;
			background-repeat: repeat-y;
			}

*.Content *.ContentElement {
			float: left;
			width: 495px;
			margin: 10px 0px 10px 20px;
			padding: 0px 0px 0px 0px;
			}


*.Contentfoot		{
			float: left;
			width: 535px;
			height: 20px;
			background-image: URL(../media/maincontentfoot.gif);
			background-position: left top;
			background-repeat: no-repeat;
			}
