@charset=utf-8;

@media screen, print{


    #col1{
	float:left;
    }


    #col2{
	float:left;

    }


    #col3{

    }

    .clearfix{
	clear:both;
	height:0;
	margin:0;
    }
	
	#column_narrow{
	clear:left;float:left;margin-left:10px;
	}
	
	*html #column_narrow{
	float:left;width:171px;
	}


    #column_narrow p.legend{
	margin:0 1px 1px 0;
	padding:1px 0 1px 4px;
	height:15px;
	width:171px;
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#000;
	border: 1px solid rgb(122, 122, 122);

    }
	
	#column_big p.legend{
	margin:0 1px 1px 0;
	padding:1px 0 1px 4px;
	height:15px;
	width:250px;
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#000;
	border: 1px solid rgb(122, 122, 122);

    }
    
  	
	#column_wide{
	float:left;margin-left:0px;
	}
    
    
    p.space{
	height:8px;
	display:block;
	margin:0;
	border:0;
    }
    

    #column_wide p.input,
   	#column_wide p.output
    {
	margin:0 1px 1px 0;
	padding:0;
    }
	
	*+html #column_wide p.input,
    *+html #column_wide p.output
    {
	margin:-1px 1px 0 0;
	padding:0;
    }
	
	*html #column_wide p.input,
    *html #column_wide p.output
    {
	margin:-1px 1px 0 0;
	padding:0;
    }



    p.input input, p.output input{
	font-size: 11px;
	height:15px;
	margin:0px;
	padding:1px 0;
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#000;
	width:144px;
    }
	
	p.input input{
	background-color:#C8E2FB;
	}
    
    p.output input{
	background-color:#fff;
    }

    div.reiter{

	margin:0;
	padding:0;
	height:28px;
	width:auto;
	display:block;
	background:#DAE8F4;
    }

    div.reiter_blue a:link p,
    div.reiter_blue a:visited p
    {
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	text-align:center;
	height:22px;
	width:108px;
	float:left;
	color:rgb(122,122,122);
	display:block;
	background-image: url(../bg/bg_nav_top.gif);
	background-position: left;
	background-repeat: repeat-x;
	text-decoration: none;
    }

    div.reiter_blue a:hover p,
    div.reiter_blue a:focus p,
    div.reiter_blue_active a p
    {
	text-align:center;
	margin:0 0 0 10px;
	padding:10px 0 0 0;	
	height:22px;
	width:108px;
	float:left;
	color:#003B7E;
	display:block;
	background-image: url(../bg/bg_nav_top_up.gif);
	background-position: left;
	background-repeat: repeat-x;
	text-decoration: none;
    }


}
