/*
File:			unikat.css
Description:	Stylesheet used for UNIKAT
Author:			Ulrich Schramme
Company:		Software & IT Service Schramme
Date:			March 2005
*/

body 
  {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height: 150%;
	text-align: left;
	font-color: #000000
	
	}



h1
{
	color: #B8B8FF;
	font-size: 18px;
	font-style: italic;
}

table 
 {
	color: #000;
	font-size: 12px;
	line-height: 150%
	}


#navcontainer ul 
 {
	color: #000;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0
	}


#navcontainer a 
{ 
   padding: 3px;
   display: block;
   width: 94%;
   font-style: normal;
   color: rgb(0, 0, 0);
}

#navcontainer a:link, #navlist a:visited 
{ 
	background-color: rgb(245,145,0);
	color: rgb(0, 0, 0);
   	text-decoration: none;
}

#navcontainer a:hover 
{ 
	background-color: rgb(159,26,7);
   	color: rgb(255, 255, 255);
}
input {
	border: solid 1px #ff9100;
	outline: double 3px #ff9100
	}

