/* 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, label, select, input, textarea {
	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;
	color: rgb(39, 92, 170);
}

h2 {
	font-size: 0.9em;
	margin-bottom: 15px;
	font-weight: bold;
	color: rgb(251, 139, 39);
}

h3 {
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
}

h3 a:hover {
	text-decoration: none;
}

p {
	font-size: 0.7em;
	margin: 0px;
	margin-bottom: 20px;
}

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

a {
	color: rgb(251, 139, 39);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
}

li {
	font-size: 0.7em;
}

table {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

form label {
	font-size: 0.7em;
}

form input {
	font-size: 0.7em;
	border: 1px solid rgb(255, 159, 33);
	background: rgb(255, 237, 215);
	color: rgb(30, 77, 140);
	width: 200px;
}

form select {
	font-size: 0.7em;
	border: 1px solid rgb(255, 159, 33);
	background: rgb(255, 237, 215);
	color: rgb(30, 77, 140);
	width: 200px;
}

form textarea {
	font-size: 0.7em;
	border: 1px solid rgb(255, 159, 33);
	background: rgb(255, 237, 215);
	color: rgb(30, 77, 140);
}

/*---------------*/
/*-- Sektionen --*/
/*---------------*/
#buttonBar {
	height: 16px;
	float: right;
	width: 72px;
	padding: 0px;
}

#buttonBarOnFirstPage {
	height: 16px;
	float: right;
	width: 200px;
	padding: 0px;
}

#buttonBar a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

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

#leftPic table, #leftPicSpecial table {
	margin: 0px auto;
	width: 150px;
}

#leftPic table td, #leftPicSpecial table td {
	text-align: center;
}


#leftBox {
	width: 150px;
	text-align: left;
	float: left;
	border-right: 1px solid rgb(255, 159, 33);
	padding: 10px;
}

#leftBox p {
	color: rgb(128, 128, 128);
	margin: 0px;
}

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

.formRequired {
	color: rgb(255, 0, 0);
}

form .formRequired {
	font-size: 0.7em;
}

.formLabel {
	vertical-align: top;
}

.formRequired {
	vertical-align: top;
}

.formInput {
	vertical-align: top;
}

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

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

#linkFontSizeDown {
	float: left;
}

#buttonBarOnFirstPage #linkFontSizeUp {
	float: right;
}

#buttonBarOnFirstPage #linkFontSizeDown {
	float: right;
}

#print {
	float: right;
}

span.buttonHint {
	float: left;
	font-size: 0.7em;
	color: rgb(128, 128, 128);
}

.infoBox {
	position: absolute;
	z-index: 100;
	padding: 10px;
	border: 1px solid rgb(255, 159, 33);
	background: rgb(255, 237, 215);
	color: rgb(30, 77, 140);
	display: none;
}

.infoBox ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.infoBox ul li {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

.footer {
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

a.pflegeanweisungen, a.pflegeanweisungen:link, a.pflegeanweisungen:visited {
	display: block;
	width: 250px;
	height: 60px;
	background: url(../gfx/pflegeanweisungen.gif) no-repeat left top;
}

a.pflegeanweisungen:hover, a.pflegeanweisungen:focus {
	background: url(../gfx/pflegeanweisungen.gif) no-repeat left -60px;
}

a.pflegeanweisungen:active {
	background: url(../gfx/pflegeanweisungen.gif) no-repeat left top;
}

a.tipps, a.tipps:link, a.tipps:visited {
	display: block;
	width: 250px;
	height: 60px;
	background: url(../gfx/tipps.gif) no-repeat left top;
}

a.tipps:hover, a.tipps:focus {
	background: url(../gfx/tipps.gif) no-repeat left -60px;
}

a.tipps:active {
	background: url(../gfx/tipps.gif) no-repeat left top;
}

a.technischeInfos, a.technischeInfos:link, a.technischeInfos:visited {
	display: block;
	width: 250px;
	height: 60px;
	background: url(../gfx/technischeInfos.gif) no-repeat left top;
}

a.technischeInfos:hover, a.technischeInfos:focus {
	background: url(../gfx/technischeInfos.gif) no-repeat left -60px;
}

a.technischeInfos:active {
	background: url(../gfx/technischeInfos.gif) no-repeat left top;
}

div.reference img {
	float: left;
	margin: 0px 15px 15px 0px;
}

div.referenceImgLeft {
	float: left;
	width: 45%;
}

div.referenceImgRight {
	float: right;
	width: 45%;
}

div.referenceImgClear {
	clear: both;
	float: left;
	width: 45%;
}

img.referenceThumb {
	cursor: pointer;
	display: block;
	margin: 10px auto;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #linkFontSizeDown {
	height: 1%;
}
/* End hide from IE5/mac */

