		#right{
			width:900px; /* 685 > 735 > 820 (+185-50-50) */
			float:left;
			/* margin:0px 50px 0px 50px; */
			padding:10px 20px 10px 20px;
		}


		#content{
			/* float:left; */
			padding:0px 0px 20px 0px;
		}
			H2{
				font-size:14px;
				color:#00468C;
				font-weight:bold;
				margin-bottom:2px;
			}
			H3{
				font-size:18px;
				color:#00468C;
				font-weight:bold;
				margin-bottom:10px;
			}
			H5{
				font-size:14px;
				color:#00468C;
				font-weight:bold;
				margin-bottom:2px;
				/* margin-top:8px; */
				/* margin:10px 0 4px 0; P2 */
			}

		#content_border{
			width:440px; /* 400 > 440 */
			float:right;
			padding:0 0 10px 0;
			margin:0 0 0 10px;
		}

			/* m.machacek 27.04.2007 BEGIN */
			TABLE P{
				margin:0px 0px 0px 0px;
				font-size:12px;
			}
			/* m.machacek 27.04.2007 END */
			
		#banner{
			border-bottom:4px solid #E7E7E7;
			height:200px;
			width:950px;
			overflow:hidden;
		}
		#banner_text{
			border:0px solid #FFFFFF;
			background-color:#00468c; /* old: #115faa */
			/* height:80px; */
			/* width:440px; */
			float:right;
			padding: 10px 10px 15px 15px;
			filter:alpha(opacity=100); /* für IE ab 5.5 */
			-moz-opacity:1.0; /* für Mozilla/Netscape */
			opacity:1.0; /* für Opera ab 9.0 */
		}
			#banner_text H3{
				color:white;
				font-weight:normal;
				font-size:28px;
				margin:0 0 5px 0;
				/* padding:2px 0 2px 5px; */
			}
			#banner_text H4{
				color:white;
				font-weight:normal;
				font-size:18px;
				margin:0 0 2px 0;
				/* padding:5px 4px 1px 5px; */
			}
			#banner_text H5{
				color:white;
				font-weight:normal;
				font-size:16px;
				margin:0px;
				/* padding:5px 4px 1px 5px; */
			}
			#banner_text A, #banner_text P{
				color:white;
			}