/*  elemente  */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #000;
	background: #e2eaed url(gfx/bg.gif) repeat-y center;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 20px;
}

input, textarea {
	border: 1px solid #666;
	background-color: #E0E3E9;
	color: #000;
}

table {
	empty-cells: show;
}

a:link, a:visited {
	color: #185371;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #224253;
	border-bottom: 0;
	background-color: transparent;
	text-decoration: none;
}

img {
	border: 0;
}

/*  container  */

#page {
	width: 835px;
	margin: 0 auto;
	text-align: left;
	background: #eef9ff url(gfx/background.gif) repeat-y center;
	border-bottom: 1px solid #000;
	color: #000;
	clear: both;
}

#page-head {
	height: 266px;
	width: 834px;
	padding: 1px;
	background: #185371 url(gfx/fwol.jpg) top no-repeat;
	color: #000;
	border-bottom: 0;
	border-top: 0;
}

div #page-main {
	text-align: left;
	width: 720px;
	margin: 25px auto;
	border: 1px solid;
	padding: 25px;
}

div #page-menu {
   width: 100%;
	height: 34px;	
	font-weight: bold;
	background: #4984a2 url(gfx/menu.jpg) no-repeat;
}

/*		navigation		*/

div#page-menu li {
   list-style: none;
   display: inline;
   float: left;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
   background: url(gfx/menu-li.gif) no-repeat;
   padding: 9px 20px 0 11px;
}

div#page-menu a:link, div#page-menu a:visited, div#page-menu a:active {
   color: #8CB5CA;
	text-decoration: none;
}

div#page-menu a:hover {
   color: #909090;
}

/*		main content	*/

table.content {
	width: 600px;
	color: #000;
	text-align: left;
	background-color: transparent;
}

table.content td {
	color: #000;
	background-color: inherit;
	vertical-align: top;
	border: 1px solid #5C6B73;
	padding: 2px;
}

table.content .text {
	padding: 5px;
	color: #000;
	background-color: #e1e1e1;
	padding-left: 2px;
	margin: 0 auto;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	text-align: justify;
}

table.content .cell-left, table.content .cell-right, .line {
	padding: 2px;
	color: #000;
	background-color: inherit;
	padding-left: 2px;
}

table.content .cell-left {
	border-bottom: 1px solid #424242;
}

table.content .cell-right {
	border-left: 1px solid #424242;
	border-bottom: 1px solid #424242;
}

table.content .line {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	padding: 3px;
}

table.content .cell-main {
	height: 25px;
	padding-left: 2px;
	vertical-align: middle;
	border-right: 1px solid #424242;
	border-left: 1px solid #424242;
	border-bottom:  1px solid #424242;
}

table.content th {
	background: transparent url(gfx/tdbg.gif) repeat-x;
	color: #202a34;
	padding: 5px 5px 0 5px;
	font-weight: bold;
	font-size: 9px;
	text-align: left;
	height: 16px;
	border-bottom: 1px solid #424242;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}

table.content th h3 {
	font-size: 9px;
}

.row-a {
	background-color: #F1F5F6;
}

.row-b {
	background-color: #E2EAED;
}

#page-main ul, #page-main ol {
	 text-align: left;
	 padding-left: 20px;
}

#page-main li {	
	padding-top: 5px;
}