/*

	manoftaste.de CSS
	V2.0 vom 22NOV2009

	h1	Seitenüberschrift Gelb
	h2	Einleitungstext oben
	h3	Unterüberschrift Gelb
	h4	Unterüberschrift Schwarz

*/


/*	Grundwerte setzen
*/


* { margin:0; padding:0; }
option { padding-left:0.4em; }

* html body * { overflow:visible; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }

html { overflow-y:scroll; } 
body { font-size:100.01%; }

fieldset { border:0 solid; }

ul, ol, dl { margin:0 0 1em 1em }
li { margin-left:1.5em; }

dt { font-weight:bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin:0 0 1em 1.5em; }


/*	Links, Body, Schriften

*/


a,a:visited { color:#FFFFCC; text-decoration:none; }
a:hover { color:#FFFFCC; text-decoration:underline; }
body { background-repeat:no-repeat; background-position:top center; }

p,ul { color:#252525; font-family:'Lucida Grande','Lucida Sans Unicode'; font-size:10pt; line-height:14pt; }

h1 { color:#FFFFCC; font-family:Verdana; font-size:9pt;  line-height:14pt; font-weight:normal; }
h2 { color:#252525; font-family:Verdana; font-size:10pt; line-height:15pt; }
h3 { color:#FFFFCC; font-family:Verdana; font-size:9pt;  line-height:14pt; font-weight:bolder; }
h4 { color:#252525; font-family:Verdana; font-size:9pt;  line-height:14pt; font-weight:bolder; }


