@CHARSET "UTF-8";

/* TOP MENU PART PART */
#topmenu { 
	float: right; 
}

.menu_search_on, .menu_search_over{
	font-size: 12px;
	padding: 2px 4px;
	color: white;
	text-align: center;
	font-weight: bold;
}
.menu_main_on, .menu_main_over, .menu_sub_on, .menu_sub_over {
	font-size: 12px;
	padding: 2px 4px;
	color: #841315;
}
.menu_main_on, .menu_main_over {
	text-align: center;
	font-weight: bold;
}


/* MAIN PAGE PART */
body{
	background: #fefefd url(../img/bg.png) repeat-x;
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	margin: 8px;
}

h1{
	font: 18px Tahoma;
	font-weight: bold;
	color: #A63537;
	text-align: center;
}

h2{
	font: 15px Tahoma;
	font-weight: bold;
	color: #A63537;
}

h3{
	font: 12px Verdana;
	font-weight: bold;
	color: #333;
}

#container{
	width: 900px;
}

#head{
	
	margin-bottom: 1px;
	width: 900px;
	height: 183px;
}
#head_logos{
	background: #f6efef url(../img/header_tlo.jpg);
	height: 159px;
}
#content{
	background: #fff;
	padding: 0px;
	width: 900px;
	float:left;
}

#main{
	background: #fff;
	width: 630px;
	float:left;
	padding: 10px;
	text-align: justify;
	border: 1px solid #A63537;
	min-height: 250px;
}

#main-inet{
	background: #fff;
	width: 878px;
	float:left;
	padding: 10px;
	text-align: justify;
	border: 1px solid #A63537;
	min-height: 250px;
}

#right{
	background: #fff;
	width: 225px;
	padding: 10px;
	float: right;
	text-align: justify;
	border: 1px solid #A63537;
	min-height: 450px;
}
#foot{
	background: #A63537;
	width: 900px;
	height: 50px;
	float: left;
	color: #841315;
}
a.foot {
	color: #cecece;
}

table.uslugi td.dane{
	width: 350px;
	vertical-align: top;
}
table.uslugi td.grafika{
	width: 270px;
}

.menu {
	position:relative;
	float:left;
	margin:0;
	padding:3px;
	border:0px solid black;
	height:34px;
	width:894px;
	background:#fff url(../img/bg_menu.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
