@charset "utf-8";
/***********************
 * Global CSS-Document *
 ***********************/
/* Shorthand
background:color image repeat attachment position;
background:#f00 url(background.gif) no-repeat fixed 0 0;

font:style variant weight size line-height family
font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;
*/

/***********************************/

html {
	background: none;	
}
body {
	background: url(http://source.eikern.net/themes/eikernv4/img/bg.png) #434550;
	margin: 0px auto;
	font: 10pt/12pt Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

/***********************************/

a {
	color: #336699;

}
a, a:hover, abbr {
	border-bottom: dotted 1px #336699;
	text-decoration: none;	
}
a.none {
	color: #000;
	border-bottom: none;
}
#top a:hover, #top a {
	border: none;
	text-decoration: none;
}
#bottom a, #top a {
	color: #F3F3F8;
}
#bottom a:hover, #top a:hover {
	color: #F6F6F0;
}
#menu a {
	border-bottom: none;
	text-decoration: none;
	color: #D7DFD0;
}
#menu a:hover, #menulist .active {
	color: #232324;
}
#navigationbar a {
	/*font: 12px Tahoma, Arial, Helvetica, sans-serif;*/
	font: bold 150%/40px Verdana, Arial, Helvetica sans-serif;
	background-color: red;
	text-decoration: none;
	color: #DFDCED;
	border: none;
}
#navigationbar a:hover {
	border-bottom: 1px dotted #DFDCED;
}

/***********************************/

.right {
	float: right !important;	
}
.left {
	float: left !important;	
}
.small {
	font-size: 7pt;	
}

/***********************************/

p, #content ul, #content h1, #content h2, #content h3, #content h4 {
	margin-bottom: 8px;	
}
p {
	text-align: justify;
}
#top h1, #top h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	left: 50px;
	width: 654px;
}
#top h1 {
	font-size: 42px;
	font-weight: bold;
	top: 75px;
}
#top h2 {
	top: 125px;	
	margin: 0px;
}
#content h1, #content h2, #content h3 {
	font: 20pt Georgia, "Times New Roman", Times, serif;
	color: #434550;
}
#content h1 {
	font-size: 23pt;
	width: 100%;
	border-bottom: 1px solid #84b0db;
	/*margin: 0 0 9px;*/
}
#content h3 {
	font-size: 13pt;
	/*margin: 0 0 3px;*/
}
.ingress {
	font-weight: bold;
	font-size: 9pt;
}
.bold {
	font-weight: bold;	
}
#content li {
	list-style-type:square;
	list-style-position: inside;
	padding-left: 2px;
	margin-bottom: 1px;
}
#content ul ul {
	margin: 2px 0 4px 12px;	
}
div.hr {
	border: 1px dotted #c6dcf1;
	margin: 8px 0 16px;
}
div.imagecontainer {
	background-color: #e1e8f0;
	margin: 0 10px 10px 0;
}
div.imagecontainer p {
	margin: 3px 2px 5px;
}

/***********************************/
#conteiner, #top, #separator, #topbody {
	width: 739px;
}
#conteiner {
	text-align: left;
	margin: 0px auto;
}
#top {
	position: relative;
	background: url(http://source.eikern.net/themes/eikernv4/img/top.png) no-repeat;
	height: 188px;
}
#separator {
	background: url(http://source.eikern.net/themes/eikernv4/img/topseparator.png) no-repeat;
	height: 10px;
}
#topbody {
	background: url(http://source.eikern.net/themes/eikernv4/img/topbody.png) no-repeat;
	height: 26px;
}
#body {
	background: url(http://source.eikern.net/themes/eikernv4/img/body.png) repeat-y;
	width: 680px;
	padding: 0px 31px 0px 28px;
	margin: 0 auto;
}
#content {
	padding: 5px 22px;
	/*width: 636px;*/ 
}

#bottom {
	background: url(http://source.eikern.net/themes/eikernv4/img/bottom.png) no-repeat;
	width: 649px;
	height: 23px;
	padding: 40px 50px;
	color: #fefefe;
}
#clear, .clear {
	clear: both;
}


/***********************************/

nav {
	float: right;
	width: 190px;
	padding-right: 5px;
	display: block;
}
/* Must be set on #body */
.double {
	margin-right: 190px;
}
#navigationbar {
	width: 100%;
	height: 40px;
	background: url(http://source.eikern.net/themes/eikernv4/img/topbargradient.png) repeat-x;
	background-color: #130046;
	color: #DFDCED;
}

/***********************************/

#navlist {
	background: url(http://source.eikern.net/themes/eikernv4/img/menu.png) no-repeat;
	font: 10pt Arial, sans-serif;
	width: 683px;
	height: 35px;
	padding: 0px 28px;
}
#navlist ul li {
	text-align: center;
	display: block;
	float: left;
	border-right: 1px solid #f8f8f8;
}
#navlist ul li a {
	float: left;
	padding: 10px 0px 9px;
	border: none;
	color: #fff;
}
#navlist a:hover, #navlist a.hover {
	background: url(http://source.eikern.net/themes/eikernv4/img/menuhover.png) repeat-x top;
	color: #339;
}
#navlist li:first-child a:hover, #navlist a.hover {
	background: url(http://source.eikern.net/themes/eikernv4/img/menuhoverleft.png) repeat-x top left;
}
#navlist li:last-child a:hover {
	background: url(http://source.eikern.net/themes/eikernv4/img/menuhoverright.png) repeat-x top right;
}

#navlist .active {
	background: url(http://source.eikern.net/themes/eikernv4/img/menuactive.png) repeat-x top;
}

/***********************************/

#sidemenu a {
	
}
#sidemenu {
	float: right;
	width: 182px;
	margin-top: -16px;
	background: url(http://source.eikern.net/themes/eikernv4/img/sidebarbody.png) repeat-y;
}
#sidemenutop {
	background: url(http://source.eikern.net/themes/eikernv4/img/sidebartop.png) no-repeat;
	height: 8px;
}
#sidemenucontent {
	padding: 0px 10px 0px 18px;
}
#sidemenubottom {
	background: url(http://source.eikern.net/themes/eikernv4/img/sidebarbottom.png) no-repeat;
	height: 24px;
}
#sidemenulist {
	
}
#sidemenulist li {
	list-style-type: none;
}
#sidemenulist li active {
	
}
#sidemenulist a current {
	
}

/***********************************/

.nowrap {
	white-space: nowrap;	
}
.hide {
	display: none;	
}
.form {
	margin: 12px 0px;
}
.thinborder {
	border: 1px solid #369;
	padding: 10px;
}
.pointer {
	cursor: pointer;	
}

/***********************************/

table.table {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
table.table {
	font-family: Arial;
	/*background-color: #cdcdcd;*/
	margin: 10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.table thead tr th, table.table tfoot tr th {
	background-color: #e6eeee;
	border: 1px solid #ffffff;
	font-size: 8pt;
	padding: 4px;
}
table.table thead tr th {
	cursor: pointer;
	background-image: url("http://source.eikern.net/themes/eikernv4/img/neutral.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
table.table tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #ffffff;
}
table.table tbody tr.odd td {
	background-color: #f0f0f6;
}
table.table thead tr .headerSortUp {
	background-image: url("http://source.eikern.net/themes/eikernv4/img/asc.gif");
}
table.table thead tr .headerSortDown {
	background-image: url("http://source.eikern.net/themes/eikernv4/img/desc.gif");
}
table.table thead tr .headerSortDown, table.table thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table tr.selected td {
	background-color: #d1d1f0;
}
table tr.prevselected td {
	background-color: #f5f5f5;
}
table.table.zebra tr:nth-child(even) td {
	background-color: #e1e8f0;	/*f7fafa*/
}
table th {
	background-color: #d1d1f0;
	/*font-weight: bold;*/
}

#searchresult {
	text-align: left;
	background: #fff;

	padding: 5px 10px;
	max-height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
