/* Start of CMSMS style sheet 'uti-screen' */
/*

(c) Olaf Noehring
http://www.team-noehring.de
Emailaddress on website
All rights reserved!


This is special formating for viewing on screen

*/

#navigationbottom {
	clear: both;
	text-align: center;
	margin: 2px;
	padding: 2px;
	font-size: small;
}

#navigationtop, #menu {
	padding-left: 5px;
	float: left;
	clear: left;
	width: 124px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
/*make it nice 
	position: fixed;	 always stay in this position! (opera, mozilla) */

/*
	background-color: #F5F5F5;	
	border: 1px #98AAB1 solid;  
*/

}
#ulNavigationTop {
	margin: 0px;
	padding: 0px;
}
#ulNavigationTop li {
	list-style-type: none;
/*	um waagerechtes Menue zu bauen /*
/*	display: inline;
	float: left; */
}
#ulNavigationTop a:link, #navigationtop a:visited, #navigationtop a:active {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 22px;
	background-image: url(/img/spacer.gif); 
	background-repeat: no-repeat;
	background-position: left;
	font-size: small;
	text-decoration: none;
}


#ulNavigationTop a:hover  {
/*	background-color: #FF9966; */
	background-image: url(/img/utilogonavlight.gif); 
}


#ulNavigationTop a.current:link, #ulNavigationTop a.current:visited {
	background-image: url(/img/utilogonavdark.gif); 
}

#ulNavigationTop a.notcurrent:link {
/* dieser Link ist schon ausgezeichnett, daher hier NICHTS mehr! 
Diese Klasse nur noetig wg. Dreamweaver Vorlage (Attribut editierbar!)
*/
}
/* End of 'uti-screen' */

