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

/* Wichtige Farben:

*/

: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 {
}

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

.footer {
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

a.nav {
	font-style: normal;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

a.nav:hover {
	font-style: normal;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}

/*-- Sektionen --*/
#preloadingPage {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255);
	text-align: center;
}

#preloadingPage p {
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: rgb(251, 139, 39);
	font-size: 16px;
}

td.search {
	background: url(../gfx/index_r1_c1.jpg) no-repeat;
	text-align: right;
	vertical-align: bottom;
}

td.search form {
	margin-bottom: 10px;
	margin-right: 170px;		
}

td.search form input {
	margin: 0px;
	padding: 0px;
}

td.search form input.text {
	border: 1px solid rgb(58, 106, 178);
	background: url(../gfx/searchInputBg.png);
	color: rgb(255, 190, 111);
	height: 14px;
}
