/* PM Engineering Stylsheet 15.06.2005 */
/* tested on browser: 	FireFox 1.0.4, Internet Explorer 6, Opera 7.53 */
/* content of the page */
#header {
	position:relative;
	clear: both;
	margin: 0;
	background-color:#332875;
	text-align: right;
	min-height:100px;
	_height:100px;
	background-image: url(img/header-en.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	}
#navcontainer {
	position:relative;
	clear: both;
	margin: 0 auto;
	background-color:#FFFFFF;
	min-height:30px;
	_height:30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #332875;
	}
/*content sections */
#left
{
	float: left;
	width: 250px;
}
#content
{
margin-left: 250px;
padding: 5px 20px;
}
#content p {
	font-size: 12px;
	padding-bottom: 5px;
	}
#content ul
{
	font-size: 12px;
	list-style-image: url(img/arrow.gif);
	list-style-position: outside;
	padding-top: 7px;
	padding-bottom: 5px;
}
#content li
{
	padding-top: 3px;
	padding-bottom: 3px;
}
#content a:link, #content a:visited, #content a:active 
{
	color: #332875;
	text-decoration: underline;
}
#content a:hover
{
	color: #9994BA;
	text-decoration: none;	
}


/* footer of page */
#footer
{
	clear: both;
	min-height:30px;
	_height:30px;
	margin: 0;
	color: #FFFFFF;
	background-color: #332875;
	font-size: 11px;
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 790px;
}




/* floating right image with border */
.floatright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #332875;
	padding: 2px;
}
/* floating right group of images with border */
.floatrightgroup {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #332875;
	padding: 2px;
	clear: right;
}
/* floating left image with border */
.floatleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid #332875;
	padding: 2px;
}	





.hidden {
	display: none;
	}







/* form styles */
fieldset {
	border: 1px solid #9994BA;
	margin: 5px;
	padding: 5px;
}

label {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
input, textarea {
	font-size: 12px;
	color: #9994BA;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 2px;
}
legend {
	font-weight: bold;
	padding: 0px 5px 5px;
	font-size: 12px;
	color: #332875;
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #332875;
}
.redstar {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}




/* horizontal main navigation items */
ul#navlist
{
	white-space: nowrap;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 7px 5px;
	position: relative;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	margin: 5px;
}

#navlist a:link, #navlist a:visited
{
	color: #332875;
	text-decoration: none;
}

#navlist a:hover
{
	color: #9994BA;
	text-decoration: underline;
}

.flag {
	border: 0px none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: left;
}

/* vertical sub-navigation items */

#subnavlist
{
	padding-left: 0;
	margin-left: 50px;
	margin-top: 20px;
	border-bottom: 1px solid #9994BA;
	width: 150px;
	font-size: 14px;
}

#subnavlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #9994BA;
}

#subnavlist li a {
	text-decoration: none;
	color: #332875;
}
#subnavlist li a:hover {
	text-decoration: none;
	color: #9994BA;
}

