/* screen-style-css. don't change anything please. :-)
   04/08/2004 - mjS */

div					{ -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px; margin: 0px; border: 0px; }

div#nav				{ position: absolute; top: 0px; left: 0px; width: 200px;border: none; background-color:#ccc; }
div#innerContent	{ position: absolute; top: 0px; left: 0px; overflow:visible; margin-left:201px; padding-top:10px; min-height:100%; height:100% auto; width:75%; background-color:white; border-left: 4px outset #bbb; border-right: 4px inset #bbb; border-bottom: 4px inset #bbb; padding-left:15px; padding-right:35px; text-align:justify; background-image: url(../img/bg_gfx.jpg);  background-repeat:no-repeat; background-position: bottom right;}
div#prosecoLogo		{ position: absolute; width: 100%; float:right; }

body				{ background-color: #ccc; font-weight: normal; font-family: arial; font-size: 12px; line-height: 1.4; margin-top:0; margin-left:0; margin-bottom:0; margin-right:0; padding-bottom:0; padding-left:0; padding-right:0; padding-right:0;}
p					{ margin: 8,0,8,0; }

a					{ text-decoration: none; color: #949694; }
a:hover				{ text-decoration: none; color: #E4B100; }
a:visited			{ text-decoration: none; }
a:link				{ text-decoration: none; }

font.bigger			{ font-size: 16px; }
font.biggerGray		{ font-size: 16px; color: #949694; }
font.biggerGrayBold { font-size: 16px; color: #949694; font-weight:bold; }
font.biggerOrange	{ font-size: 16px; color: #E4B100; }
font.orange			{ color: #E4B100; }

hr.orange			{ color: #FFCB00; height:1px; }
hr.gainsboro		{ color: gainsboro; width:200px; }

table				{ margin-left: 0; padding:0; border:0;}
td					{ line-height:1.4; margin-left: 0; padding:0; border:0; font-size: 12px; }

ul					{ text-align:left; margin-left: 22px; margin-top: 8px; margin-bottom: 8px;}

.tbNormal			{ font-weight: normal; font-family: arial; font-size: 12px; }
.btNormal			{ cursor: pointer; height: 25px; width: 80px; text-align:center; border: 1px solid #aaa; border-top: none; display:block; margin-right: 10px; }
.rbNormal			{ font-weight: normal; font-family: arial; font-size: 12px; margin-left: 0px; padding-left: 0px; }

.bold				{font-weight:bold;}

.button
{
	font-size: 11px; 
	height: 20px;
	text-align:center;
	border: 1px solid #aaa;
	border-top: none;
	display:block;
	float: left;
	margin-right: 10px;
	background: url(../img/bg_aqua_small_0.gif) repeat-x;
	color: #333;
	width: 80px;
}

.Schulung			{ font-weight: normal; font-family: arial; font-size: 12px; width:20px;}
