*
{
	margin: 0;
	padding: 0;
}

/* Standard definitions */
p, dl, multicol
{
  margin: 1em 0;
}

blockquote
{
  margin: 1em 40px;
}

h1
{
  margin: .67em 0;
}

h2
{
  margin: .83em 0;
}

h3
{
  margin: 1em 0;
}

h4
{
  margin: 1.33em 0;
}

h5
{
  margin: 1.67em 0;
}

h6
{
  margin: 2.33em 0;
}

listing
{
  margin: 1em 0;
}

xmp, pre, plaintext
{
  margin: 1em 0;
}


td, th
{ 
  padding: 1px;
}

ul, ol, menu, dir
{
  margin: 1em 0;
}

hr
{
  margin: 0.5em auto 0.5em auto;
}

/* ------ */

html
{
	height:100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    padding: 0px;
    text-align: center;
    position:relative;
	height:100%;
	background-color: #fff;
}

ul
{
	list-style-type: square;
	list-style-position: inside;
}

a img
{
	border-width: 0px;
	border-style: none;
}

#all
{
    margin: 0 auto;
    padding: 0px;
    text-align: left;
	min-height:100%;
	position:relative;
}

#header
{
    display:block !important;
    position:relative;
    padding:0px 0 0 0;
    overflow:hidden;
	background: #fff url(../images/logo1.gif) 4px 3px no-repeat;
	height: 107px;
}

#nav-header
{
	margin-top: 10px;
	margin-left: 255px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #0a6cce url(../images/haken.gif) 0px 0px no-repeat;
	height: 40px;
}

#dottedline-header
{
	margin-top: 32px;
	margin-left: 255px;
	background: #fff url(../images/strich.gif) 4px 0px repeat-x;
	height: 2px;
}

#spacer-header
{
	margin-top: 6px;
	background: #26227c;
	height: 17px;
	padding-left: 5px;
}

#header ul.menu
{
	display: block;
	text-align: right;
	list-style-type: none;
	position: absolute;
	top: 10px;
	right: 0px;
	height: 40px;
	padding-right: 5px;
	margin: 0px;
}

#header  ul.menu li
{
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #26227C;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	height:27px;
}

#header  ul.menu li.current
{
	background-color: #26227C;
}

#header  ul.menu li.active
{
	background-color: #26227C;
}

#header  ul.menu li a:link,
#header  ul.menu li a:visited
{
	/*text-transform: uppercase;*/
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	display: block;
	position:relative;
	top:50%;
	height:1em;
	margin-top:-0.62em;
}

.breadcrumbs
{
	font-size: 80%;
	color: #fff;
}

.breadcrumbs a
{
	color: #fff;
}

#content-box
{
	padding-bottom: 2em;
	background-color: #fff;
	float:none;
}

#content
{
	padding: 10px;
	padding-left: 238px;
	padding-right: 238px;
	background-color: #fff;
	font-size: 90%;
}

#content h2
{
	margin-top: 0px;
}

#content ul.actions
{
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	display: none;
}

#box-left
{
	margin: 10px;
	margin-bottom: 2px;
	width: 208px;
	float:left;
}

#box-right
{
	margin: 10px;
	margin-bottom: 2px;
	width: 208px;
	float:right;
}

.module-side
{
	font-size: 75%;
	width:100%;
	background-color: #f0f0f0;
	border-style: dashed;
	border-width: 1px;
	border-color: #a0a0a0;
	margin-bottom: 8px;
}

.module-side-title
{
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #0a6cce;
	padding: 3px;
}

.module-side-content
{
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 1.0em;
}

div.newsflash
{
	margin-top: -2.0em;
}

h4.newsflash-title
{
	margin-top: 2.0em;
	margin-bottom: 0.5em;
}

p.newsflash
{
	margin-bottom: 0.8em;
}

.block-imageblock-ImageBlock  img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#clear-content
{
	clear:both;
	visibility: hidden;
}

#footer
{
	font-size: 70%;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2em;
	background-color: #26227c;
}

#footer-inner
{
	text-align: right;
	padding-right: 1em;
	padding-top: 0.5em;
	color: #fff;
}

#footer-inner a:link {
    color: #fff;
}

#footer-inner a:visited {
    color: #fff;
}

#footer-inner a:hover {
    color: #ccc;
}

#footer-inner a:active {
    color: #fff;
}