/* this is default stylesheet for AOK ŻAK*/

/* whole page div hack */
html, body {
	height:100%;
}

/* bullet in menus - IF hack */
* html ul.menulist li {
	background: url('../graphic/bullet_menu_unselected.gif') no-repeat left center;
}
	
* html ul.menulist li.over {
	background: url('../graphic/bullet_menu_selected.gif') no-repeat left center;
}

/* normal style defs */
body {
	background-image: url(../graphic/tl.gif);
	background-repeat: repeat-x;
	background-color: #6599FF;
	margin: 0 0 0 0;
	text-align: center;
	height:100%;
	font-family: Verdana;
	font-size: 10pt;
	background-attachment: fixed;
}



html>body #centerpage {height:auto}/*for mozilla */

#centerpage {
	background-color: #6599FF;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 780px;
	margin: auto;
	text-align: left;
	min-height:100%;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* menu difinions */
#menu {
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.normaltext li {
	text-transform: none;
	float: none;
}

ul.menulist {
  padding: 0; width: 100%; 
  background-color: white;
  margin: 0;
  list-style-image: url('../graphic/bullet_menu_unselected.gif');
  list-style-position: inside;
  }
  
ul.menulist li {
  text-transform: uppercase;
  float: left;
  position: relative;
  padding: 0.3em 10px 0.3em;
  margin: 0 10px;
}

li {
  text-transform: uppercase;
  float: left;
  position: relative;
  padding: 0.3em 10px 0.3em;
  margin: 0 5px;
}
  
li ul.menulist {
  filter:alpha(opacity=81); opacity: 0.81;	
  display: none;
  position: absolute; 
  top: 1.3em;
  left: -1em;
  }
  
li ul li {
  font-size: 9pt;
  clear: left;
  padding: 5px 10px;
}

li > ul {
	top: auto;
	left: auto;
	}  
  
ul.menulist li:hover, ul li.over{
	list-style-image: url('../graphic/bullet_menu_selected.gif');
	}

li:hover ul, li.over ul{ 
	display: block;
	}
	
li a {
	text-decoration: none;
	color: #C60;
	}

li a:hover {
	color: rgb(81,73,149);
}
/* end of menu definitions */

.clearer {
	clear: both;
}

.imglegend {
	text-align: center;
}

#maintextbox{
	width: 575px;
	clear: left;
	float: left;
	background-color: #FFF;
	min-height: 280px;
	border: 1px solid #050561;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 5px;
}

.rightbox {
	width: 150px;
	float: left;
	text-align: center;
	margin: 3px;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

#footer {
	clear: both;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../graphic/tlo_footer.jpg);
	background-repeat: repeat-x;
}

/* forms */
.button{
	background-color: rgb(211,233,255); 
	border: 1px solid white; 
	width: 22px;
}

.field{
	background-color: white; 
	border: 1px solid rgb(211,233,255); 
	margin-bottom: 5px;
}

/* end of forms */

h1{
	font-size: 18px;
	color: rgb(235,120,39);
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EB7827;
	text-align: justify;
}

h2{
	font-size: 14px;
	color: rgb(235,120,39);
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-weight: bold;
}

h3{
	color: rgb(81,73,149);
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 16px;
	font-weight: bold;
}


h3.box{
	font-size: 11pt;
	color: rgb(235,120,39);
	text-transform: none;
}

.textcolumn_basic{
	font-size: 9pt;
	text-align: justify;
}


a {
	font-size: 9pt;
	text-decoration: none;
}
a:visited {
	color: rgb(81,73,149);
}

.textcolumn_right{
	text-transform: uppercase;
	margin-bottom: 5px;
}

ul.textcolumn_basic{
	list-style: none disc inside;
	float: none;
}

ul.textcolumn_avans{
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-weight: bold;
	color: #06C;
}

li.textcolumn_basic{
	float:none; 
	text-transform: none; 
	padding: 0; 
	margin:0;
}

#adbox{
	float: right; 
	width: 100px; 
	margin: 10px 10px 10px 10px; 
	padding:5px 5px 5px 5px; 
	border: solid white;
}


.hr {
	color: #C93;

}
