@media screen, handheld {
	html {
		height: 100%;
	}
	body {
		border: 0 none inherit;
		margin: 0;
		padding: 0;
		background: #fefefe url("../bilder/bg_main.gif") repeat-x fixed;
		text-align: center;
		color: #454545;
		vertical-align: top;
		font: 0.7em/140% verdana, tahoma, arial, sans-serif;
	}
	
	/* allgemeine angaben */
	p, input, img, span, td, table, div, form, ul, li, h1, h2, h3, h4 {
		padding: 0px;
		margin: 0px;
		border: 0px;
		text-align: left;
		vertical-align: top;
		font-size: 100%;

	}
table {
		text-align: center;
		color: #454545;
		font-size: 100%;
	}

	input {
		padding-left: 5px;
		width: 130px;
		color: #454545;
		background: url("../bilder/bg_input.gif") repeat-x;
		border: 1px solid #e0e0e0;
		font-size: 100%;
	}


	p {
		margin: 0px 5px 10px 5px;
	}
	
	
	a {
		color: #fe0002;
		text-decoration: none;
		font-weight: bold;
	}
	
	/* layer, um die inhalte zu zentrieren */
	.layer_mitte {
		margin: auto;
		width: 779px;
	}
	html>body .layer_mitte {
		height: auto;
	}
	.layer_mitte_inhalt {
		background: #ffffff url("../bilder/bg_inhalt.gif") repeat-y;
		width: 779px;
		overflow: auto;
	}
		
		
	/* kopfbereich */
	.gdesign {
		text-align: right;
		padding-right: 20px;
		margin: 5px 0px;
	}
	* html .gdesign {
		margin: 10px 0px 0px 0px;
	}
	.kopf_1 {
		background: url("../bilder/kopf_1.gif") no-repeat;
		height: 14px;
		overflow: hidden;
	}
	.kopf_2 {
		background: url("../bilder/kopf_2.jpg") no-repeat;
		height: 151px;
	}
		
		
	/* navigation */
	.navigation {
		text-align: right;
		background: url("../bilder/bg_nav.gif") repeat-y;
		height: 1.3em;
		line-height: 1.2em;
		color: #ffffff;
		padding-right: 10px;
	}
	.navigation a {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
	}
	.navigation a.aktiv {
		font-weight: bold;
	}
		
	.navigation_end {
		background: url("../bilder/bg_nav_end.gif") no-repeat;
		height: 35px;
		overflow: hidden;
	}
	
	
	/* inhalte / texte */
	
.ueberschrift {

		font-family: georgia, times, serif;
		font-size: 16px;
		color: #fd0000;
		font-weight: bold;
}
	
	.spalte_1 {
		width: 720px;
		padding: 0px 10px 0px 25px;
		float: left;
	}
	html>body .spalte_1 {
		width: 720px;
	}
	.spalte_2 { 
		width: 190px;
		float: right;
		margin-right: 6px;
	}
	* html .spalte_2 {
		margin-right: 3px;
	}
	h1 {
		font-family: georgia, times, serif;
		font-size: 130%;
		color: #fd0000;
		margin: 0px 5px 10px 5px;
	}
	h2 {
		color: #ffffff;
		font-size: 100%;
		background: url("../bilder/bg_headline.gif") repeat-y;
		padding: 1px 5px 1px 5px;
		margin-bottom: 10px;
	}
		
	html>body .spalte_2 h2 {
	}
	.spalte_2 h2 {
		padding: 2px 5px 2px 3px;
	}
	html>body .spalte_2 h2 {
		padding: 1px 5px 1px 3px;
	}
	.leerzeile {
		height: 20px;
		overflow: hidden;
	}
	.leerzeile_ende {
		height: 80px;
		overflow: hidden;
	}
	
	.inhalte_sp2 {
		margin-right: 8px;
	}
	
	/* suchforumlar */
	form {
		color: #b5b7b4;
	}
	input {
		border: 2px inset;
		background: #ffffff;
		width: 112px;
		padding: 2px;
		height: 12px;
		margin-left: 4px;
	}
	* html input {
		border: 2px inset;
		background: #ffffff;
		width: 118px;
		padding: 2px;
		height: auto;
		margin-left: 3px;
	}
	.rechts_buendig {
		text-align: right;
	}
	.knopf {
		border: none;
		color: #fe0002;
		text-align: right;
		padding-right: 20px;
		width: 120px;
		height: auto;
		background: url("../bilder/icon_pfeil.gif") no-repeat right;
	}
	
	.knopf1 {
		border: none;
		color: #fe0002;
		text-align: right;
		padding-right: 20px;
		width: 80px;
		height: auto;
		background: url("../bilder/icon_pfeil.gif") no-repeat right;
	}
	
	html>body .knopf {
		padding-right: 0px;
	}
	.suchwort {
		height: 14px;
		line-height: 20px;
		vertical-align: bottom;
		float: left;
	}
		
	
	/* fuss */
	.fuss {
		text-align: right;
		background: url("../bilder/bg_fuss.gif") no-repeat;
		height: 21px;
		color: #ffffff;
		line-height: 13px;
		padding: 1px 20px 3px 0px;
		overflow: hidden;
		font-size: 11px;
		clear: both;
	}
	
	
}	

@media print {
	body {
		font: 11pt/140% arial, tahoma, verdana, sans-serif;
	}
	.gdesign, .navigation, .spalte_2 {
		visibility: hidden;
		z-index: 1;
	}
	 h1 {
		font-family: georgia, times, serif;
		font-size: 130%;
		color: #fd0000;
		margin: 0px 0px 10px 0px;
	}
	h2 {
		font-size: 115%;
		font-weight: bold;
	}
	a { 
		color: #000000;
	}
	
	.fuss {
		visibility: hidden
	} 
	
	.ueberschrift {

		font-family: georgia, times, serif;
		font-size: 16px;
		color: #fd0000;
		font-weight: bold;
}
	
	
}
