/* Bildschirm-CSS für parkettstudio-sb.de (iFrames) */

/* Wichtige Farben:

	Grau
		Hintergrund: 242, 242, 242
	Orange
		Hell: 255, 190, 111
		Dunkel: 255, 159, 33

*/

:lang(de) {
	quotes:"\201E" "\201C" "\201A" "\2018";
}

/*-- Abstände nullen und Schrift festsetzen --*/
html, body, div, p, h1, h2, ul, ol, span, a, img, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*-----------------*/
/*-- Allgemeines --*/
/*-----------------*/
body {
	font-size: 101%;
}

h1 {
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

p {
	font-size: 0.7em;
}

img {
	behavior: url("./css/pngBehaviour.htc");
	border: 0;
}

.footer {
	display: none;
}

a {
	color: rgb(0, 0, 255);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*---------------*/
/*-- Sektionen --*/
/*---------------*/
#buttonBar {
	display: none;
}

#buttonBar a {
	display: none;
}

#leftPic {
	width: 210px;
	text-align: center;
	float: left;
}

#innerContent {
	float: right;
	width: 580px;
}

/*--------------*/
/*-- Specials --*/
/*--------------*/

/* 	Damit die Ein-/Ausblend-Effekte nicht damit enden, daß die Buttons
		untereinander angeordnet werden, werden sie gefloatet */
#fontSizeUp {
	display: none;
}

#fontSizeDown: {
	display: none;
}

