#header {
	height: 85px;
	width: 100%;
	margin-bottom: 2px;
}
#navibar {
	background-color: #dce6f3;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9bbcdd;
	border-bottom-color: #9bbcdd;
}

#menu {
	height: 48px;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

#footer{
	font: normal;
	font-size : 9px;
	font-family : verdana, Helvetica, Arial, sans-serif;
    color: #999999;
	background-color: #ffffff;
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
body {
	margin: 0px;
}

a:link, a:visited {
	font-size: 11px; 
	color: #6699cc; 
	text-decoration: none;
	font-family:  Verdana, Helvetica, sans-serif;
	}
	
a:hover {
	color: #CECF63;	
	}

input{
	font-size: 11px; 
	color: #000000;
	border-style:dotted;
	border-color:#000000;
	border-width:1px; 
	font-family:  Verdana, Helvetica, sans-serif;
}	

textarea{
	font-size: 11px; 
	color: #000000;
	border-style:dotted;
	border-color:#000000;
	border-width:1px; 
	font-family:  Verdana, Helvetica, sans-serif;
}

#pagecontent{
	background-color: #ffffff;
	height:550px;
	width: 90%;
}

#pagecontent_left{
	background-color: #ffffff;
	height: 100%;
	width: 200px;
	position: relative;
	float:left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}


#pagecontent_right{
	background-color: #ffffff;
	height: 100%;
	width: 250px;	
	position:relative;
	float:right;
	margin-left: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
}

#box{
	border-bottom: 1px dashed #CCCCCC;
	width: 90%;
	text-align:left;
	padding-bottom: 20px;
	padding-top: 10px;
}

#space{
	width: 90%;
	padding-bottom: 20px;

}

#message{
/*	border: 1px solid #CCCCCC; */
	float:right;
	margin-right: 50px;
	position:relative;
	vertical-align:middle;
	width: 220px;
	height: 50px;
	padding: 5px;
}




/* Style dla tekstów: */


#article_title{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CECF63;
	text-align:left;
	padding-top:20px;
	padding-bottom: 10px;
	}

#article_body{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666666;
}

#box_title{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight : bold;
}

#navigate{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight : bold;
	margin-bottom: 0px;
}

#box_body{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#message_body{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#intensive{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
#send_mail{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #666666;
	line-height:150%;
}

#form_opinie{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #666666;
	line-height:150%;
}

#kontakt_form{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:150%;
}

#table_title{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CECF63;
	text-align:left;
	}

/* Style pola wyborów: */

* select {
    font: normal;
	font-size : 11px;
	border: 1px solid #cccccc;
	font-family : Helvetica, Arial, sans-serif;
    color: #999999;
	background-color: #f7f7f7;
    margin: 1px 1px 1px 1px;
}


/* Style dla tabel: */

table.menu_table {
	margin: 0px 0px 0px 0px;
	width: 650px;
	}

table.menu_table td {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	}
	
td.menu_cell
{
	border-right: 1px dotted #CCCCCC;
	height:40px;
}

td.menu_cell a:hover
{
	background-color: #F0F0F0;
}
a.menu_item:link, a.menu_item:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 11px;
   font-weight:normal;
   color:#666666;
   white-space:nowrap;
   display: block;
   height: 40px;
   width:auto;
   padding: 8px 8px 0px 8px;
}
