div.header	{
			position: relative;
			top: 0px;
			left: 0px;
			margin-bottom: 1px;
			width: 800px;
			height: 126px;
			border: 0px solid red;
			background: url(../img/header.jpg) no-repeat;
			}

div.firefox	{
		position: relative;
		margin-left: 495px;
		margin-top: 10px;
		width: 110px;
		height: 32px;
		}
div.img		{
			position: absolute;
			top: 127px;
			left: 0px;
			clear: both;
			width: 150px;
			height: 532px;
			background-color: #FFFFFF;
			border: 1px solid #000000;
			}

div.main	{
			position: relative;
			margin-left: 154px;
			width: 644px;
			background-color: #FFFFFF;
			min-height: 538px;
			border: 1px solid #000000;
			}

div.footer	{
			position: relative;
			font-size: 8pt;
			text-align: center;
			margin-left: 154px;
			margin-top: 1px;
			padding-top: 2px;
			height: 20px;
			width: 644px;
			background-color: #FFFFFF;
			border: 1px solid #000000;
			}

div.border	{
			position: relative;
			top: 0px;
			margin: 0 auto;
			width: 922px;
			border: 0px solid blue;
			}

div.index	{
			position: relative;
			border: 0px solid blue;
			width: 620px;
			margin-left: 10px;
			}

div.spalte_1	{
				position: relative;
/*				border: 1px solid #A1A4A6;
				background-color: #EBF4FD;
				-moz-border-radius: 10px;		*/
				float: left;
				width: 305px;
				margin-bottom: 10px;
				}

div.spalte_2	{
				position: relative;
/*				border: 1px solid #A1A4A6;
				background-color: white;		*/
				-moz-border-radius: 10px;
				float: right;
				width: 305px;
				margin-bottom: 10px;
				}

div.spalte_1 p	{
				font-family: verdana, tahoma, sans-serif;
				font-size: .95em;
				color: black;
				line-height: 1.4em;
				letter-spacing: .03em;
				padding-right: 3px;
				padding-left: 3px;
				}

div.spalte_2 p	{
				font-family: verdana, tahoma, sans-serif;
				font-size: .95em;
				color: black;
				line-height: 1.4em;
				letter-spacing: .03em;
				padding-right: 3px;
				padding-left: 3px;
				}

img.left	{
			border: 1px solid black;
			margin-right: 7px;
			margin-top: 1px;
			margin-bottom: 0px;
			margin-left: 2px;
			float: left;
			}

img.right	{
			border: 1px solid black;
			margin-right: 7px;
			margin-top: 1px;
			margin-bottom: 0px;
			margin-left: 2px;
			float: right;
			}

img.center	{
			border: 1px solid black;
			margin-left: 17px;
			margin-top: 5px;
			margin-bottom: 0px;
			}

#banner	{
		position: absolute;
		right: 0px;
		top: 112px;
		margin-left: 2px;
		height: 620px;
		width: 120px;
		border: 0px solid #000000;
		}
		
#banner p	{
			font-size: 0.7em;
			text-align: center;
			margin-bottom: 0px;
			padding-bottom: 2px;
			margin-top: 0px;
			padding-top: 0px;
			}