/********Main********/
h1 {
        font-size: 20px;
}

h2 {
	font-style: italic;
	font-size: 18px;
}

#pagewidth{
	width: 100%;
	background-color: #446584;
	text-align: center;
	margin: auto;
	font-size: 13px;
	color: #DEDEDC;
}

#header{
	height: 150px;
	width: 100%;
	margin: auto;
	background: #DEDEDC;
}

body 
{
	background-color: #DEDEDC;
	text-align: center;
	margin: auto;
	width: 90%;
}

#infoticker{
	width: 100%;
        margin: auto;
	color: #000000;
	background: #DEDEDC;
	font-size: 20px;
	font: bold;
}

/***** Container *****/

.navi_container 
{
	width: 20%;
	float: left;
	display: block;
        color: white;
	margin: auto;
	background: #DEDEDC;
/*	background-color: #446584;*/
	color: Black;
	font-size: 14px;
}

.main_container 
{
	display: block;
	float: left;
	width: 80%;
	margin: auto;
	text-align: left;
	background-color: #446584;
	color: White;
}

.textfield 
{
	background-color: #FFFAF0;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}

.textarea 
{
	background-color: #FFFAF0;
	border: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Maroon;
	height: 200px;
	width: 100%;
	font-weight: bold;
}

.textarea2 
{
	background-color: #FFFAF0;
	border: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000 ;
}

.textarea3
{
	background-color: #FFFAF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000 ;
	height: 200px;
	width: 100%
}

.button 
{
	background-color: #CCCCCC;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 ;
	font-weight: bold
}

.menu {
        width: 70%;
        color: white;
        list-style-type: none;
}

.menu ul {
        padding: 0px;
        color: white;
        margin: 0px;
        list-style-type: none;
}

.menu li {
        display: block;
        color: white;
        list-style-type: none;
        margin-bottom: 1px;
}

.menu li a, .menu li a:link {
        text-decoration: none;
	background-color: #446584;
        color: white;
        list-style-type: none;
        display: block;
        padding: 2px;
        border: 1px solid #A9A9A9;
}

.menu li a:visited
{
	color: #FFFFFF;
        list-style-type: none;
}

.menu li a:active 
{
	color: Aqua;
        list-style-type: none;
}
.menu li a:hover
{
	color: red;
	padding-top: 8px;
	border-bottom: 0px;
        list-style-type: none;
        background-color: yellow;
}

.menu li a.selected 
{
	color: white;
	background-color: black;
        list-style-type: none;
	font-style: italic;
	font-weight: bold;
}

.menu2
	
	{
	clear: both;
	text-align: center;
        color: white;
        text-docoration: none;
	white-space: nowrap;
}


.menu2 ul 
{
	list-style: none;
        color: white;
	white-space: nowrap;	
}


.menu2 li 
{
/*	display: block;
	float: left;*/
        color: white;
	white-space: nowrap;
	font-size: 12px;
}


.menu2 li a 
{
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
        color: black;
	font-weight: bold;
}


.menu2 li.end a 
{
	padding-top: 1px;
	padding-bottom: 1px;
	width:30px;
}


.menu2 li a:hover, .menu2 li a.selected 
{
	color: Navy;
}

.content 
{
	width: 100%;
/*	padding-left: 5%;*/
	display: block;
	margin: auto;
}

.fussnote 
{
        width: 100%;
	clear:left;
	font-size:11px;
	text-decoration:none;
	margin: auto;
	text-align:center;
	padding-top:20px;
}

.ui-accordion 
{
	width: 100%;
}

.ui-accordion .ui-accordion-header 
{
	width: 100%;
	height: 43px; /*	background: #FFF url(images/images/menu-bg.gif) repeat-x top left;*/
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.ui-accordion .ui-accordion-li-fix 
{
	display: inline;
}

.ui-accordion .ui-accordion-header-active 
{background: Gray;
	border-bottom: 0 ;
}

.ui-accordion .ui-accordion-header a 
{
	height: 43px;
	color: Black;
	text-decoration: none;
	display: block;
	// float: left;
	line-height: 200%;
	padding-top: 8px;
	padding-left: .5em;
}

.ui-accordion-icons .ui-accordion-header a 
{
	padding-left: .5em;
}

.ui-accordion .ui-accordion-header .ui-icon 
{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content 
{
	padding: 1em 2.2em;
	border-top: 0;
	// margin-top: -2px;
	// position: relative;
	// top: 1px;
	margin-bottom: 2px;
	// overflow: auto;
	display: none;
	zoom: 1;
	background: transparent;
}

.ui-accordion .ui-accordion-content-active 
{
	display: block;
}