html,body {  
    height:100%;  
	}  

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dbdbdb;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}
body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	}

input, textarea, select {
	border: 1px solid #b1b1b1;
	background-color: #FFFFFF;
	_background-image: url(../images/input_bg.jpg);
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/*
input[type='checkbox'], input.checkbox {
	margin: 4px;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
	}
*/

select {
	padding: 0px;
	background-image: none;
	}

option {
	padding: 2px;
	padding-right: 6px;
	line-height: 14px;
	height: 14px;
	margin: 0px;
	}

.buttonstyle {
	background-image: none;
	background-color: #FF9900;
	border: 1px solid #73b2ce;
	border-bottom-color: #5d131d;
	border-right-color: #5d131d;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	}

img, div { behavior: url(iepngfix.htc) }

h1 {
	padding: 0px;
	margin: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #999999;
	text-shadow: 1px 1px 1px #000000;
	}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 15px;
	color: #996600;
	text-shadow: 1px 1px 1px #999999;
	}

a {
	text-decoration: none;
	color: #996600; // #cc001e;
	}


.frontpage_modul_block {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.frontpage_modul_block:hover {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	cursor: pointer;
	}

.loginblock a {
	color: white;
	text-shadow: 1px 1px 1px black;
	}

.loginblock a:hover {
	color: #ff9900;
	}


.logobg {
	background-image: url(../images/logo_bg.png);	
	background-position: top center;
	background-attachment: fixed;
	position: relative;
    height: auto;  
    height: 100%;   
    min-height: 100%;  	
	}

.whitebg {
	background-image: url(../images/whitebg.png);	
	}

.headbar td {
	color: #999999;
	font-size: 11px;
	}

.headbar td a {
	color: #AAAAAA;
	text-decoration: none;
	}

.headbar td a:hover {
	color: #FFFFFF;
	}

.sidemenu_only {
	background-image: url(../images/menuitem_bg_only.png);
	width: 312px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	color: #757575;
	font-weight: bold;
	margin-top: 4px;
	color: black;
	}


.sidemenu {
	background-image: url(../images/menuitem_bg.png);
	width: 263px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	color: #757575;
	font-weight: bold;
	margin-top: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-position: right top;
	margin-left: 3px;
	}

.sidemenu span, .sidemenu_only span {
	padding: 12px;
	float: left;
	display: block;
	}

.sidemenu:hover {
	background-image: url(../images/menuitem_bg_h.png);	
	color: #5c5c5c;
	}

.sidemenu2 {
	background-image: url(../images/menuitem_bg2.png);	
	color: white;
	}

.sidemenu2:hover {
	background-image: url(../images/menuitem_bg2_h.png);	
	color: white;
	}

.mainmenu {
	width: 924px;
	height: 32px;
	border-top: 1px solid #666666;
	background: url(../images/mainmenu_bg.png);
	}

#modulemenu {
	width: 280px;
	margin-right: 60px;
	float: left;
	}

.modulemenu_items a {
	font-weight: bold;
	float: left;
	display: block;
	border: 1px solid #a2a2a2;
	width: 260px;
	margin: 3px;
	background-image: url(../images/modulemenu_item_bg.png);
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	font-size: 14px;
	}

.modulemenu_items a .high {
	color: #000000;
	text-shadow: 0px 0px 2px #FFFFFF;
	}

.modulemenu_items a:hover {
	background-image: url(../images/modulemenu_item_bg_h.png);
	color: #333333;
	text-shadow: 0px 0px 2px white;	
	}

.mainmenu td {
	overflow: hidden;
	}

.mainmenu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 32px;
	float: left;
	display: block;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;

	}

.mainmenu a:hover {
	background-image: url(../images/mainmenu_bg_h.jpg);
	background-position: right;	
	}



.t1 {
	color: #FFFFFF;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	}
.t2 {
	color: #000000;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
	} 

.evangelium_bottom td {
	font-family: Arial;
	font-size: 12px;
	}

.evangelium_bottom td a:link, .evangelium_bottom td a:active, .evangelium_bottom td a:visited {
	color: #666666;
	}

.evangelium_bottom td a:hover {
	color: #cc001e;
	}

.pic img {
	border: 1px solid #AAAAAA;
	padding: 4px;
	}

.pic:hover img {
	border: 1px solid #996600;
	}

.buttonstyle2 {
	border: 0;
	background: none;
	background-image: url(../images/buttonstyle2_bg.png);
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	margin-top: 6px;
	width: 86px;
	height: 39px;
	}

.input2 {
	background: none;
	background-image: url(../images/input2_bg.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 25px;
	border: 0;
	color: #777777;
	padding: 10px;
	line-height: 25px;
	vertical-align: middle;
	overflow: hidden;
	}

.submain {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.submainsub {
	padding: 5px;
	margin: 10px;
	border: 1px solid #BBBBBB;
	background-color: #DDDDDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

/*
============
 LIST TABLE 
============
*/

.listtable, #listtable {
	table-layout: fixed;
	width: 100%; 
	}

.listtable td, #listtable td {
	padding: 2px;
	font-size: 12px;
	}

.listtable .odd, #listtable .odd, .odd {
	background-color: #eec49d;
	}

.listtable .odd2, #listtable .odd2, .odd2 {
	background-color: #c6757d;
	}

.listtable .odd2_grey, #listtable .odd2_grey, .odd2_grey {
	background-color: #d7d7d7;
	}

.listtable thead, #listtable thead, #listtable_pager {
	background-color: #d79a63;
	}

.listtable th, #listtable th, #listtable_pager td {
	border-bottom: 1px solid #b88e93;
	border-right: 1px solid  #8a8a8a;
	border-left: 1px solid #ffffff;
	padding: 4px;
	vertical-align: center;
	font-family: Tahoma;
	font-size: 11px;
	}

.listtable th.header, #listtable th.header { 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: right center;
	} 

.listtable th.header:hover, #listtable th.header:hover { 
	background-color: #e7a4ab;
	}

.listtable th.headerSortUp, .listtable th.headerSortUp:hover, #listtable th.headerSortUp, #listtable th.headerSortUp:hover { 
    background-image: url(../images/asc.gif); 
    background-color: #d79a63; 
	} 

.listtable th.headerSortDown, .listtable th.headerSortDown:hover, #listtable th.headerSortDown, #listtable th.headerSortDown:hover { 
    background-image: url(../images/desc.gif); 
    background-color: #d79a63; 
	} 

#listtable_pager {
	border-top: 1px solid #FFFFFF;
	}

#listtable_pager .pagedisplay {
	border: 0px;
	background: none;
	text-align: center;
	width: 60px;
	padding: 0px;
	margin: 0px;
	}

#listtable_pager .next, #listtable_pager .prev, #listtable_pager .first, #listtable_pager .last {
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #d79a63;
	}

#listtable_pager .next:hover, #listtable_pager .prev:hover, #listtable_pager .first:hover, #listtable_pager .last:hover {
	border: 1px solid #ffffff;
	border-bottom-color: #8a8a8a;
	border-right-color: #8a8a8a;
	background-color: #e7a4ab;
	}

#listtable_pager .pagesize {
	margin-left: 8px;
	margin-right: 8px;
	}


.minimenu, .miniblock {
	background-color: #e6cbb0;
	text-decoration: none;
	border: 1px #d79a63 solid;
	color: #000000;
	padding: 2px;
	margin: 1px;
	margin-left: 4px;
	vertical-align: middle;
	float: left; 
	display: block;
	font-size: 10px;
	font-family: Verdana;
	}

.minimenu:hover {
	color: #000000;
	border: 1px #d79a63 solid;
	background-color: #d79a63;
	}

.minimenu img {
	border: 0px;
	}


.listtable_mini {
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	}

.listtable_mini td {
	font-family: Tahoma;
	font-size: 11px;	
	}

.listtable_mini td a {
	color: #660000;
	}

.listtable_mini .odd_m {
	background-color: #CCCCCC;
	}


.error {
	color: red;
	font-weight: bold;
	}

.minitext {
	font-family: Verdana;
	font-size: 9px;
	}


.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DADADA;
	}

.outline_black {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}

.outline_white {
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	}

.outline_none {
	text-shadow: none;
	}

