@media screen { 
    /* Spalten */
	#col1,#col1_content {
		width: 0px;
		display: none;
	}
	#col2,#col2_content {
		width: 0px;
	}
	#col3,#col3_content {
		display: block;
		margin-top: 24px !important;
		margin-top: 12px;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	/* Inhalts-Elemente der Startseite */
	#col3_content p {
		font-size: 0.8em;
	}
	.textinput {
		margin-top: 9px;
		margin-right: 10px;
		font-size: 0.7em;
		border: 1px solid black;
		padding: 3px;
		float: left;
		color: rgb(63,107,164);
	}
	button {
		float: left;
		font-size: 9pt;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: rgb(0, 114, 164);
		font-weight: 500;
		padding-left: 9px;
		margin: 0px;
		background-color: transparent;
		background-image: url(../design/button.gif);
		height: 38px;	
        line-height:38px;
        vertical-align:middle;				
	}
	.whitebutton_right {
		display: block;
		float: left;
	}
	.whitebutton {
		float: left;
		margin: 0px; 
		height: 38px;
		vertical-align:bottom;
		background-image: url(../design/button-right.gif);
		background-position: right;
		background-repeat: no-repeat;
		padding-right: 9px;
	}		

	input {
		font-size: 0.9em;
	}
	#table_frontpage {
		border-collapse: collapse;
	}
	#table_frontpage td {
		width: 21%;
		vertical-align: top;
		padding: 15px;
		padding-right: 10px;
	}
	
	#table_frontpage th {
		text-align: left;
		padding-left: 22px;
		color: rgb(63, 107, 164);
		line-height: 13px;
	}
	.boxheader {
	position: absolute;
	border: 4px solid white;
	background-color: white;
	padding-left: 4px;
	z-index: 48;
}
	.boxheader_pdf {
		position: absolute;
		padding-left: 4px;
		padding-top: 3px;
		z-index: 22;
	}
	/* Nur für IE : */
	.bluebox {
		border: 2px solid rgb(193, 211, 237);
		background-color: rgb(255, 255, 255);
		height: 310px;
		padding: 8px;
	}
	/* Wird vom IE nicht gelesen: */
	html>body .bluebox {
		width: auto;
		height: auto;
		min-height: 310px;
	}
	.pdfbox {
		background-color: rgb(193, 211, 237);
		height: 310px;
		padding: 0px;
		background-image: url(../design/stripe.gif);
		background-position: 5px;
		background-repeat: repeat-y;
		margin: 0px;
		padding-left: 3px;
	}
	html>body .pdfbox {
		width: auto;
		height: auto;
		min-height: 310px;
	}
	.pdf_innerbox {
		padding: 10px;
		min-height: 310px;
	}
	.pdf_innerbox a {
		color: rgb(63,107,164);
		text-decoration: underline;
	}
	.pdf_innerbox a:hover {
		text-decoration: underline;
		color: rgb(163,1,20);
	}
	.pdf_innerbox ul {
		font-size: 0.8em;
		line-height: 1.5em;
		padding-left: 8px;
		margin-left: 8px;
	}
	.bluebox ul {
		font-size: 0.8em;
		line-height: 1.5em;
		padding-left: 8px;
		margin-left: 8px;
	}
	.bluebox h3 {
		padding-top: 10px;
		line-height: 1em;
		margin-top: 2px;
		padding-bottom: 0px;
		margin-bottom: 1px;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	.bluebox a {
		text-decoration: underline;
	}
	.bluebox a:hover {
		text-decoration: underline;
		color: rgb(163,1,20);
	}
}