
body {
	font-family: "verdana";
	font-size: 10pt;
	background: white;
	color: black;
	margin: 0;
	padding: 0
}

#top {
	background-color: black;
	color: white;
	height: 38px;
	/*height: 36px;*/
}

#top_logo { position:absolute; left: 0px; top: 0px; }

#top_lang { float:left }

#top_header {
	position: absolute;
	left: 180px;
	top:  10px; /*8px;*/
}

h2 {
	font-size: 18px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 4px;
}

h2.no_space { padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px }

.menu {
	float: left;
	width: 90%; /* 200px;*/
	border-bottom: none;
	}

.menu a {
	display: block;
	padding: 0px 5px 5px 10px;
	text-decoration: none;
	color: #55f;
	font-weight: bold;
	font-size: 0.8em;
}

a.menu_item {
	text-decoration: none;
	color: #55f;
	font-weight: bold;
	font-size: 0.8em;
}

a.menu_item:hover { color: red; 
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}


.icon {

  vertical-align: middle
}

/*a.last { border: none }*/

.debug { background-color: #ebb;
		 border:2px solid #f77;
		 padding:5px 5px
	  }

.error { background-color: #ebb;
	border:2px solid #f77;
	padding:5px 5px;
	margin: 10px 10px;
	width: 50%;
	font-weight: bold;
	  }

#main {
	width: 100%;
	background: #ddf /*url(img/pozadie.gif) no-repeat*/
}

#content-column { float: right; 
		width: 100%;
    margin: 0 0 0 -250px;
    padding:0;

    /*LINE-HEIGHT: 18px;*/
/*		background: white;
		border-right: 1px solid #55f;
		border-left: 1px solid #55f;*/
 }

#content { 
    margin: 0px 0 0 180px;
    padding: 0em 1em 1.5em 1em;
    background: white;
	/*border-top: 1px solid white;*/
	border-left: 1px solid #55f;

/*    line-height: 1.5em;
    position: relative;
    z-index: 2;*/
}

#left { }

#left_x { width: 170px; padding: 10px 10px 10px 10px; }

#footer {
	color: #55f;
	/*font-weight: bold;*/
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eee;
	text-align: center;
	border-top: 1px solid #55f;
	border-bottom: 1px solid #55f;
	/*width: 100%;*/
}

.p_header {
	background-color: #ccc;
	padding: 2px 2px;
	font-weight:bold;
	color: #333;
	vertical-align: text-top;
}

tr.table_header td {
	background-color: #ccc;
	padding: 2px 2px;
	text-align: center;
	font-weight:bold;
	color: #333
}

.tab_body {
	border-collapse: collapse;
	border-color: #666
}

.tab_body td {
	padding: 2px 2px;
	border: 1px solid #666;
	/*LINE-HEIGHT: 10px;*/
}


.header {
	padding: 20px 0px;
	font-weight:bold;
	font-size: 1.4em;
	color: #666
}

.my_table tr td { vertical-align: top; }

select, input, textarea, button { border: 1px solid #55f; background-color: #ddf; color: black; margin: 2px 2px }

a { color: #55f }

.cal_trigger {
	border: 0;
	text-align: middle;
	vertical-align: text-top;
}