/* -*-css-*- http://www.w3.org/TR/REC-CSS2 */


body
{
    background: #e0e0ff;
    border-style: none;
    padding-left: 5%;
    padding-right: 5%;
    //font-family: "new century schoolbook";
    font-family: sans-serif;
}

#tabmenuContents
{
	border: #ccf dotted;
	padding: 1em;
}

#tabmenu
{
	background-color: #a0a0ff;
	max-width: 70em;
	-moz-border-radius: 15px;
 	background-image: url("images/head.svg");
	background-repeat: repeat;
}

#tabmenu p.homeurl
{
	 padding-left: 1em;
	 padding-right: 1em;
	 //text-align: center;
	 text-align: left;
	 font-size: 200%;
	 font-weight: bold;
	 color: #4040a0;
}

#tabmenu span.subtitle
{
	 font-size: 50%;
	 //color: #4040a0;
	 color: #eeeeee;
}

#tabmenu a.homeurl
{
	background: #a0a0ff;
	width: auto;
	height: auto;
	display: block;
}

#tabmenu a:hover
{
	background: #d0d0ff;
	color: #6060ff;
}

#tabmenu a.active:hover
{
	background: #d0d0ff;
	color: #8080ff;
}

#tabmenu ul
{
	text-align: right;
	margin-right: 0px;
	padding-right: 1em;
}

#tabmenu li
{
	display: inline;
}

#tabmenu a
{
	text-decoration: none;
	display: inline;
	background: #6060a0;
	color: #c4d4e3;
	margin: 0px 0.1em 0px 0.1em;
	padding: 0em 1.0em 0em 1.2em;
	border-left: 0px solid blue;
	border-right: 0px solid blue;
	border-top: 0px solid blue;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	background-image: url("images/tab.svg");
	background-repeat: repeat-x;
}

#tabmenu a.active
{
	background: #8080ff;
	color: #ffffff;
}

#tabmenu img.logo
{
	width: auto;
	display: block; 
}
