/* -------- PC-Formatierungen -------- */

p,td,a
	{
	font-face: Tahoma, Arial, sans-serif;
	font-size: 14px;
	}

body
	{
	scrollbar-track-color: #f8fcf8;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #c0c0c0;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	overflow-y: 'auto';
	}

textarea, .input
	{
	width: 170px;
	border: 1px solid black;
	font-face: Tahoma, Arial, sans-serif;
	font-size: 14px;
	}

.button
	{
	border: 1px solid black;
	background: #c0c0c0;
	font-face: Tahoma, Arial, sans-serif;
	font-size: 14px;
	}

td.ol
	{
	background: white url(../iframe_pro/images/ol_bg.jpg) no-repeat bottom right;
	}

td.or
	{
	background: white url(../iframe_pro/images/or_bg.jpg) no-repeat bottom left;
	}
	
td.ml
	{
	background: white url(../iframe_pro/images/ml_bg.jpg) no-repeat right;
	}
td.mr
	{
	background: white url(../iframe_pro/images/mr_bg.jpg) no-repeat left;
	}

td.ul
	{
	background: white url(../iframe_pro/images/ul_bg.jpg) no-repeat top right;
	}

td.ur
	{
	background: white url(../iframe_pro/images/ur_bg.jpg) no-repeat top left;
	}

#copy
	{
	position: absolute;
	right: 10px;
	bottom: 10px;
	}