/*
Body: 007100
Ueberschriften-Farbe: FFE655
Schrift-Farbe: FFE655

*/


/* Allgemeine Schrifteinstellungen */

body,center,font,th,td,p { font-family: Arial, Helvetica, sans-serif; color: #345F32; }

body {
		background-color: #FDF7C8;
	}
a:link { color : #009100; }
a:active { color : #FF0000; }
a:visited { color : #3F7C3D; }
a:hover	{ text-decoration: underline; color : #FF0000; }

img { max-width: 100%; }

table.titelzeile { width: 100%; }
td.titelzeile { text-align: center; }

/* #testinternational a{display:none;} */

/* #testtitel img{display:none;} */

/* input.suchfeldmitte {width:100%;} */


/* screen > 900px */

@media screen and (min-width:900px) {

	#navigationsspalte {width: 200px;}
	input.suchfeldnavigation {width: 140px;}

	.hauptcontainer {
		margin: auto;
		max-width: 900px;
	}
	.hauptspalte {padding-left: 10px; padding-right: 10px;}
	.tdskyscraperspalte {width: 165px;}

	#menulink {display:none;}
	.hiermenu {display:none;}

	.suchegrosserbildschirm {width:100%;}
	input.suchfeldmitte {width:70%;}
	input.suchknopfgross {width:25%;}
	.suchekleinerbildschirm {display:none;}
	.trennerkleinerbildschirm {display:none;}
	.buchtippsklein {display:none;}
	.anzeigekleinerbildschirm {display:none;}
	
	.spaltenliste ul {
        -moz-columns:   2 7em;
        -webkit-colums: 2 7em;
        columns:        2 7em;
    }

	.spaltenbereich {
        -moz-columns:   2 7em;
        -webkit-colums: 2 7em;
        columns:        2 7em;
    }
		

	/* Werbeblock-Google	*/
	.akupressur-block { width: 100%; height: 200px; }
	.akupressur-sky { width: 160px; height: 600px; }

}


/* screen < 900px */

@media screen and (max-width:899px) {

	.hauptcontainer {
		margin: auto;
		max-width: 100vw;
		/*	vw ist die Viewport-Breite in Prozent	*/
	}
	img {max-width:90vw;}

	#navigationsspalte {display:none;}
	#navigationsspalte p{display:none;}
	#navigationsspalte a{display:none;}
	#navigationsspalte b{display:none;}
	
	.linkinternational {display:none;}
	.suchegrosserbildschirm {display:none;}
	.suchekleinerbildschirm {width:100%;}
	input.suchfeldmitteklein {width:50%;}
	input.suchknopfklein {width:40%;}
	.suchfeldgrosserbildschirm {display:none;}
	.eigenwerbunggrosserbildschirm {display:none;}
	.anzeigegrosserbildschirm {display:none;}

	
	li.linkliste {padding-top: 5px; padding-bottom: 5px; }
	.abisznavigation {padding-top: 5px; padding-bottom: 5px; }
	
	select.menuauswahl {width:100%;}
	
	.skyscraperspalte {display:none;}

	.akupressur-block { width: 100%; height: 100px; }
	.akupressur-sky { display:none;}


}




