/* risi thomas softwaredevelopment css-file */

#hline1 {
 color  		: #336699;
 font-family		: Verdana,Arial;
 font-weight		: bold;
 font-size		: 20pt;
}

#hline2 {
 color  		: #336699;
 font-family		: Arial;
 font-weight		: bold;
 font-size		: 10pt;
}

#sep1 {
 text-decoration	: none;
 color			: #ffffff;
 display		: block;
 width			: 10px;
 background-color	: #003060;
 font-family		: Microsoft Sans Serif;
 font-weight		: bold;
}

#mainHead {
 margin: 10px 15px;
}

#mainNavigation {
 background-color	: #003060;
 padding		: 2px 0;
 float			: left;
 width			: 100%;
}

#mainNavigation ul {
 list-style-type 	: none;
 margin			: 0;
 padding		: 0;
}

#mainNavigation li {
 width			: auto;
 margin-right		: 5px;
 float			: right;
 text-align		: center;
 font-size		: 10pt;
}

#mainNavigation li a {
 text-decoration	: none;
 color			: #ffffff;
 display		: block;
 width			: 100%;
 background-color	: #003060;
 padding		: 2px 2px;
 font-family		: Microsoft Sans Serif;
 font-weight		: bold;
}

#mainNavigation li a:hover {
 color			: red;
}

#menu1item {
 background		: #efefef;
 border			: 1px solid #800000;
 color			: #000;
 font			: bold 11px Arial;
 width			: 90px;
}

#menu1 {
 position		: relative;
 background-color	: #003060;
 padding		: 2px 0;
 float			: left;
 width			: 100%;
 z-index		: 20;
}

/* last change - 08.02.2009 */